You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/08/01 10:50:07 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 696 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/696/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Server refused connection at: http://127.0.0.1:49243

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:49243
	at __randomizedtesting.SeedInfo.seed([75C8347B50A5DE48:F42EBA6327FABE74]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	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.HttpHostConnectException: Connection to http://127.0.0.1:49243 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	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
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 52 more




Build Log:
[...truncated 9386 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 298987 T408 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 299034 T408 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375342880814
   [junit4]   2> 299121 T408 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 299142 T409 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 299555 T408 oasc.ZkTestServer.run start zk server on port:49235
   [junit4]   2> 300148 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 300248 T410 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 302478 T414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4928574a name:ZooKeeperConnection Watcher:127.0.0.1:49235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 302480 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 302490 T408 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 302690 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 302700 T417 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1215f4de name:ZooKeeperConnection Watcher:127.0.0.1:49235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 302701 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 302702 T408 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 302720 T408 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 302732 T408 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 302752 T408 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 302768 T408 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 302769 T408 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 302800 T408 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 302802 T408 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 302817 T408 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 302819 T408 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 302835 T408 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 302837 T408 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 302853 T408 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 302855 T408 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 302876 T408 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 302879 T408 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 302898 T408 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 302900 T408 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 302914 T408 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 302916 T408 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 302928 T408 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 302929 T408 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 303655 T408 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 303687 T408 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49239
   [junit4]   2> 303693 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 303694 T408 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 303695 T408 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723
   [junit4]   2> 303696 T408 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/'
   [junit4]   2> 303785 T408 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/solr.xml
   [junit4]   2> 304011 T408 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 304014 T408 oasc.CoreContainer.<init> New CoreContainer 2122751947
   [junit4]   2> 304016 T408 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/]
   [junit4]   2> 304019 T408 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 304021 T408 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 304022 T408 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 304023 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 304024 T408 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 304025 T408 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 304026 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 304027 T408 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 304028 T408 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 304029 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 304072 T408 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49235/solr
   [junit4]   2> 304125 T408 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 304129 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 304141 T428 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1efbb4ec name:ZooKeeperConnection Watcher:127.0.0.1:49235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 304145 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 304163 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 304200 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 304208 T430 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61134ea8 name:ZooKeeperConnection Watcher:127.0.0.1:49235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 304209 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 304246 T408 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 304288 T408 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 304343 T408 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 304354 T408 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49239_
   [junit4]   2> 304369 T408 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49239_
   [junit4]   2> 304389 T408 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 304461 T408 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 304474 T408 oasc.Overseer.start Overseer (id=90134471095025667-127.0.0.1:49239_-n_0000000000) starting
   [junit4]   2> 304530 T408 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 304589 T432 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 304606 T408 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 304640 T408 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 304650 T408 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 304702 T431 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 304709 T408 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723
   [junit4]   2> 304917 T408 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/conf/
   [junit4]   2> 304926 T408 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 304932 T408 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 304934 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 304935 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 304981 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 304997 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 305004 T435 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e5e0bc5 name:ZooKeeperConnection Watcher:127.0.0.1:49235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 305005 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 305013 T408 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 305027 T408 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 305668 T408 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 305681 T408 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49243
   [junit4]   2> 305728 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 305729 T408 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 305731 T408 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807
   [junit4]   2> 305731 T408 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/'
   [junit4]   2> 305789 T408 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/solr.xml
   [junit4]   2> 305948 T408 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 305949 T408 oasc.CoreContainer.<init> New CoreContainer 1312430074
   [junit4]   2> 305950 T408 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/]
   [junit4]   2> 305961 T408 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 305963 T408 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 305963 T408 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 305964 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 305965 T408 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 305965 T408 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 305966 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 305967 T408 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 305967 T408 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 305968 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 305994 T408 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49235/solr
   [junit4]   2> 305995 T408 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 305997 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 306005 T446 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@762c1d96 name:ZooKeeperConnection Watcher:127.0.0.1:49235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 306005 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 306027 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 306058 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 306071 T448 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77e52fb5 name:ZooKeeperConnection Watcher:127.0.0.1:49235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 306075 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 306096 T408 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 307111 T408 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49243_
   [junit4]   2> 307117 T408 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49243_
   [junit4]   2> 307149 T448 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 307156 T430 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 307157 T435 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 307181 T408 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807
   [junit4]   2> 307344 T408 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/conf/
   [junit4]   2> 307351 T408 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 307376 T408 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 307380 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 307387 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 307895 T408 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 307903 T408 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49246
   [junit4]   2> 307904 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 307905 T408 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 307906 T408 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195
   [junit4]   2> 307907 T408 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/'
   [junit4]   2> 307964 T408 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/solr.xml
   [junit4]   2> 308116 T408 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 308117 T408 oasc.CoreContainer.<init> New CoreContainer 1355823470
   [junit4]   2> 308118 T408 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/]
   [junit4]   2> 308121 T408 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 308122 T408 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 308122 T408 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 308123 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 308123 T408 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 308124 T408 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 308125 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 308125 T408 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 308126 T408 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 308127 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 308159 T408 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49235/solr
   [junit4]   2> 308160 T408 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 308164 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 308175 T460 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71c8b823 name:ZooKeeperConnection Watcher:127.0.0.1:49235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 308176 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 308182 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 308205 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 308211 T462 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17fb1df4 name:ZooKeeperConnection Watcher:127.0.0.1:49235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 308212 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 308227 T408 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 309239 T408 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49246_
   [junit4]   2> 309243 T408 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49246_
   [junit4]   2> 309265 T430 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 309269 T462 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 309281 T448 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 309282 T435 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 309304 T408 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195
   [junit4]   2> 309493 T408 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/conf/
   [junit4]   2> 309501 T408 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 309502 T408 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 309503 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 309503 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 310092 T408 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 310099 T408 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49249
   [junit4]   2> 310100 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 310103 T408 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 310104 T408 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375342891306
   [junit4]   2> 310105 T408 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375342891306/'
   [junit4]   2> 310159 T408 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375342891306/solr.xml
   [junit4]   2> 310295 T408 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 310296 T408 oasc.CoreContainer.<init> New CoreContainer 2019599921
   [junit4]   2> 310297 T408 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375342891306/]
   [junit4]   2> 310299 T408 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 310300 T408 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 310301 T408 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 310301 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 310302 T408 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 310302 T408 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 310303 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 310303 T408 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 310304 T408 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 310305 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 310328 T408 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49235/solr
   [junit4]   2> 310329 T408 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 310332 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 310337 T474 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19204ea name:ZooKeeperConnection Watcher:127.0.0.1:49235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 310337 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 310343 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 310367 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 310371 T476 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e83345b name:ZooKeeperConnection Watcher:127.0.0.1:49235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 310372 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 310387 T408 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 311400 T408 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49249_
   [junit4]   2> 311404 T408 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49249_
   [junit4]   2> 311437 T476 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 311447 T408 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375342891306
   [junit4]   2> 311461 T462 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 311462 T430 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 311465 T435 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 311466 T448 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 311666 T408 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375342891306/conf/
   [junit4]   2> 311677 T408 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 311679 T408 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 311680 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 311681 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 312374 T408 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 312382 T408 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49252
   [junit4]   2> 312385 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 312388 T408 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 312392 T408 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492
   [junit4]   2> 312396 T408 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/'
   [junit4]   2> 312467 T408 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/solr.xml
   [junit4]   2> 312673 T408 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 312674 T408 oasc.CoreContainer.<init> New CoreContainer 179367635
   [junit4]   2> 312675 T408 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/]
   [junit4]   2> 312680 T408 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 312681 T408 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 312682 T408 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 312683 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 312684 T408 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 312684 T408 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 312685 T408 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 312686 T408 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 312687 T408 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 312691 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 312723 T408 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49235/solr
   [junit4]   2> 312725 T408 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 312728 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 312736 T488 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51593f5e name:ZooKeeperConnection Watcher:127.0.0.1:49235 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 312737 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 312745 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 312785 T408 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 312793 T490 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78025283 name:ZooKeeperConnection Watcher:127.0.0.1:49235/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 312794 T408 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 312827 T408 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 313847 T408 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49252_
   [junit4]   2> 313851 T408 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49252_
   [junit4]   2> 313865 T476 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 313876 T490 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 313885 T462 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 313886 T430 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 313886 T435 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 313891 T448 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 313902 T408 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492
   [junit4]   2> 314085 T408 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/conf/
   [junit4]   2> 314092 T408 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 314093 T408 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 314094 T408 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 314094 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 314127 T408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 314163 T442 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 314168 T430 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 314171 T430 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 314183 T432 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> 314184 T432 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> 315302 T431 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 315305 T431 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 315306 T431 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 315362 T435 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> 315363 T430 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> 315364 T476 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> 315363 T462 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> 315363 T448 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> 315365 T490 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> 315417 T432 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 315420 T432 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:49239_
   [junit4]   2> 315457 T432 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:49243_
   [junit4]   2> 315467 T432 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:49252_
   [junit4]   2> 315469 T432 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:49246_
   [junit4]   2> 315518 T458 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 315523 T482 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 315526 T426 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 315539 T440 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 315544 T482 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 315545 T458 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 315549 T440 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 315552 T426 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 316900 T431 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 316905 T431 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 316914 T431 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":"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:49252_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49252"}
   [junit4]   2> 316929 T431 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 316930 T431 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:49246_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49246"}
   [junit4]   2> 316949 T431 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 316950 T431 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49243_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49243"}
   [junit4]   2> 316973 T431 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 316973 T431 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:49239_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49239"}
   [junit4]   2> 317006 T435 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> 317008 T430 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> 317014 T476 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> 317015 T448 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> 317015 T490 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> 317020 T462 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> 317547 T482 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 317549 T458 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 317552 T458 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 317553 T458 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/nodes_used_collection_shard2_replica2
   [junit4]   2> 317556 T458 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 317553 T440 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 317549 T482 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 317576 T482 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/nodes_used_collection_shard2_replica1
   [junit4]   2> 317577 T482 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 317579 T458 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 317579 T458 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 317563 T440 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 317582 T440 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/nodes_used_collection_shard1_replica2
   [junit4]   2> 317582 T440 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 317584 T482 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 317585 T482 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 317588 T458 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 317589 T458 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 317592 T482 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 317593 T482 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 317561 T426 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 317597 T426 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 317598 T426 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/nodes_used_collection_shard1_replica1
   [junit4]   2> 317598 T426 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 317600 T440 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 317600 T440 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 317606 T482 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 317609 T458 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 317618 T482 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 317636 T458 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 317642 T426 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 317643 T426 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 317677 T440 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 317684 T426 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 317696 T440 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 317733 T440 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 318053 T440 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 318093 T458 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 318162 T426 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 318185 T482 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 318418 T426 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 318453 T458 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 318492 T426 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 318496 T458 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 318537 T482 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 318568 T458 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 318559 T426 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 318549 T440 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 318628 T482 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 318633 T440 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 318697 T440 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 318781 T482 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 322594 T426 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 322667 T426 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 322741 T458 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 322750 T458 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 322751 T426 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 322757 T482 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 322765 T482 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 322770 T482 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 322776 T458 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 322798 T440 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 322881 T440 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 322915 T440 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 323001 T426 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 323002 T482 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 323002 T458 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 323018 T482 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 323029 T426 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 323032 T458 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 323044 T482 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 323048 T458 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 323054 T426 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 323065 T482 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 323066 T482 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 323067 T482 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 323084 T458 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 323088 T458 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 323090 T458 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 323101 T426 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 323102 T426 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 323103 T426 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 323110 T482 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 323111 T482 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 323112 T482 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 323140 T482 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 323144 T458 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 323158 T458 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 323160 T458 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 323161 T458 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 323162 T458 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44f3a157
   [junit4]   2> 323157 T482 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44f3a157
   [junit4]   2> 323189 T458 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 323195 T458 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 323196 T458 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 323200 T458 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375342889195//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 323167 T426 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 323202 T426 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 323203 T426 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 323204 T426 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 323206 T426 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44f3a157
   [junit4]   2> 323195 T482 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 323208 T482 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 323209 T482 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 323211 T482 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375342893492//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 323213 T426 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 323224 T426 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 323225 T426 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 323229 T426 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375342884723//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 323250 T458 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2bd27391 lockFactory=org.apache.lucene.store.NativeFSLockFactory@28cd1aa4),segFN=segments_1,generation=1}
   [junit4]   2> 323251 T458 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 323252 T482 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@dd22554 lockFactory=org.apache.lucene.store.NativeFSLockFactory@21b3854e),segFN=segments_1,generation=1}
   [junit4]   2> 323253 T482 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 323259 T426 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@73859eae lockFactory=org.apache.lucene.store.NativeFSLockFactory@388c6589),segFN=segments_1,generation=1}
   [junit4]   2> 323260 T426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 323269 T482 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 323270 T482 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 323271 T440 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 323272 T458 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 323274 T458 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 323275 T482 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 323276 T482 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 323277 T482 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 323278 T482 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 323278 T482 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 323279 T482 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 323280 T482 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 323281 T426 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 323282 T458 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 323282 T426 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 323292 T426 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 323296 T426 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 323298 T426 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 323298 T426 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 323299 T426 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 323301 T426 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 323302 T426 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 323290 T458 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 323307 T458 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 323307 T458 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 323308 T458 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 323308 T426 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 323310 T458 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 323320 T482 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 323320 T458 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 323324 T458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 323336 T440 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 323338 T426 oass.SolrIndexSearcher.<init> Opening Searcher@41a55726 main
   [junit4]   2> 323341 T482 oass.SolrIndexSearcher.<init> Opening Searcher@5d2fd9c3 main
   [junit4]   2> 323344 T482 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 323344 T482 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 323342 T426 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 323363 T497 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@5d2fd9c3 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 323370 T426 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 323374 T482 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 323375 T482 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:49252 collection:nodes_used_collection shard:shard2
   [junit4]   2> 323357 T458 oass.SolrIndexSearcher.<init> Opening Searcher@2104ce68 main
   [junit4]   2> 323380 T496 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@41a55726 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 323370 T440 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 323393 T458 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 323394 T458 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 323382 T426 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 323403 T426 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:49239 collection:nodes_used_collection shard:shard1
   [junit4]   2> 323410 T440 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 323412 T498 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@2104ce68 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 323421 T440 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 323426 T440 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 323429 T458 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 323430 T458 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:49246 collection:nodes_used_collection shard:shard2
   [junit4]   2> 323442 T426 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 323453 T458 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 323466 T482 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 323486 T440 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 323487 T440 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 323488 T440 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 323489 T440 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 323501 T440 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44f3a157
   [junit4]   2> 323503 T440 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 323515 T440 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 323516 T440 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 323517 T440 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375342886807//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 323519 T458 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 323534 T482 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 323534 T426 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 323553 T440 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@70a550b6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@55935345),segFN=segments_1,generation=1}
   [junit4]   2> 323554 T440 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 323596 T440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 323597 T440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 323599 T440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 323601 T440 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 323606 T440 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 323607 T440 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 323608 T440 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 323612 T440 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 323620 T440 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 323654 T482 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 323687 T440 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 323700 T440 oass.SolrIndexSearcher.<init> Opening Searcher@5b2e7754 main
   [junit4]   2> 323706 T440 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 323707 T440 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 323721 T499 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@5b2e7754 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 323723 T482 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 323729 T482 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 323730 T482 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49252/nodes_used_collection_shard2_replica1/
   [junit4]   2> 323719 T426 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 323749 T440 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 323749 T440 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:49243 collection:nodes_used_collection shard:shard1
   [junit4]   2> 323750 T440 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 323772 T482 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 323807 T426 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179998
   [junit4]   2> 323824 T482 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:49252 START replicas=[http://127.0.0.1:49246/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 323849 T482 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:49252 DONE.  We have no versions.  sync failed.
   [junit4]   2> 323854 T482 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 323855 T482 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> 323856 T482 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49252/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 323857 T482 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C365 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@41b82f06 url=http://127.0.0.1:49246/nodes_used_collection_shard2_replica2 node=127.0.0.1:49246_ C365_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:49246_, base_url=http://127.0.0.1:49246}
   [junit4]   2> 323864 T456 C365 P49246 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=2 
   [junit4]   2> 324312 T426 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 324313 T426 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 324314 T426 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49239/nodes_used_collection_shard1_replica1/
   [junit4]   2> 324316 T426 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:49239 START replicas=[http://127.0.0.1:49243/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 324318 T426 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:49239 DONE.  We have no versions.  sync failed.
   [junit4]   2> 324318 T426 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 324319 T426 oasc.ShardLeaderElectionContext.runLeaderProcess We failed

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

er.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 552427 T408 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 552432 T408 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49235 49235
   [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=75C8347B50A5DE48 -Dtests.slow=true -Dtests.locale=de_CH -Dtests.timezone=Portugal -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    254s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:49243
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([75C8347B50A5DE48:F42EBA6327FABE74]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [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.HttpHostConnectException: Connection to http://127.0.0.1:49243 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [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]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 52 more
   [junit4]   2> 552705 T408 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 253743 T407 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 553610 T490 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> 553611 T490 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 553612 T490 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> 553612 T490 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 553613 T490 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> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=SimpleText), range_facet_l=PostingsFormat(name=SimpleText), id=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_sl=PostingsFormat(name=MockSep), a_t=PostingsFormat(name=SimpleText), text=PostingsFormat(name=MockSep), range_facet_si=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=SimpleText), other_tl1=PostingsFormat(name=SimpleText), multiDefault=PostingsFormat(name=Asserting), a_si=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=SimpleText)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=de_CH, timezone=Portugal
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=1,free=75266392,total=227971072
   [junit4]   2> NOTE: All tests run in this JVM: [BinaryUpdateRequestHandlerTest, TimeZoneUtilsTest, TestPostingsSolrHighlighter, SOLR749Test, QueryElevationComponentTest, JsonLoaderTest, ClusterStateTest, TestLuceneMatchVersion, IndexSchemaTest, TestQuerySenderNoQuery, TestSolrXMLSerializer, LoggingHandlerTest, TestRTGBase, JSONWriterTest, BlockDirectoryTest, TestBM25SimilarityFactory, DocValuesMultiTest, TestFastLRUCache, TestFunctionQuery, SolrCmdDistributorTest, AnalysisAfterCoreReloadTest, TestSystemIdResolver, TestComponentsName, SuggesterTSTTest, TestFastWriter, TestSchemaResource, ShowFileRequestHandlerTest, TestFaceting, SpellPossibilityIteratorTest, UniqFieldsUpdateProcessorFactoryTest, TestBadConfig, PolyFieldTest, DocValuesTest, TestNumberUtils, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 254.88s, 1 test, 1 error <<< FAILURES!

[...truncated 891 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1230: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:873: There were test failures: 320 suites, 1345 tests, 1 error, 39 ignored (5 assumptions)

Total time: 116 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 703 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/703/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.AliasIntegrationTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:50693/ew/k returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:50693/ew/k returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([8F9D50A202F5DAA1:E7BDEBA75AABA9D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.AliasIntegrationTest.createAlias(AliasIntegrationTest.java:244)
	at org.apache.solr.cloud.AliasIntegrationTest.doTest(AliasIntegrationTest.java:152)
	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)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Server refused connection at: http://127.0.0.1:49506/co_fqn

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:49506/co_fqn
	at __randomizedtesting.SeedInfo.seed([8F9D50A202F5DAA1:E7BDEBA75AABA9D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	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.HttpHostConnectException: Connection to http://127.0.0.1:49506 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	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
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 52 more




Build Log:
[...truncated 9294 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 343114 T656 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /co_fqn/
   [junit4]   2> 343124 T656 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375563620757
   [junit4]   2> 343126 T656 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 343128 T657 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 343229 T656 oasc.ZkTestServer.run start zk server on port:49496
   [junit4]   2> 343230 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 343236 T663 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d0e16a4 name:ZooKeeperConnection Watcher:127.0.0.1:49496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 343237 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 343237 T656 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 343292 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 343297 T665 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ba5b3ac name:ZooKeeperConnection Watcher:127.0.0.1:49496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 343298 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 343298 T656 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 343313 T656 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 343321 T656 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 343327 T656 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 343335 T656 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 343336 T656 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 343353 T656 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 343354 T656 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 343363 T656 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 343363 T656 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 343371 T656 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 343372 T656 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 343380 T656 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 343381 T656 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 343396 T656 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 343397 T656 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 343404 T656 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 343404 T656 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 343416 T656 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 343418 T656 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 343425 T656 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 343425 T656 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 343918 T656 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 343951 T656 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49499
   [junit4]   2> 343952 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 343952 T656 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 343953 T656 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070
   [junit4]   2> 343953 T656 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/'
   [junit4]   2> 344073 T656 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/solr.xml
   [junit4]   2> 344235 T656 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 344242 T656 oasc.CoreContainer.<init> New CoreContainer 413683836
   [junit4]   2> 344243 T656 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/]
   [junit4]   2> 344246 T656 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 344246 T656 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 344247 T656 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 344247 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 344248 T656 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 344248 T656 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 344249 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 344249 T656 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 344249 T656 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 344250 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 344271 T656 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49496/solr
   [junit4]   2> 344272 T656 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 344279 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 344286 T676 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18052768 name:ZooKeeperConnection Watcher:127.0.0.1:49496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 344286 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 344292 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 344310 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 344316 T678 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@745498bb name:ZooKeeperConnection Watcher:127.0.0.1:49496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 344316 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 344323 T656 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 344335 T656 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 344352 T656 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 344357 T656 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49499_co_fqn
   [junit4]   2> 344360 T656 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49499_co_fqn
   [junit4]   2> 344368 T656 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 344382 T656 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 344389 T656 oasc.Overseer.start Overseer (id=90148937450520579-127.0.0.1:49499_co_fqn-n_0000000000) starting
   [junit4]   2> 344400 T656 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 344418 T680 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 344421 T656 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 344428 T656 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 344433 T656 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 344444 T656 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070
   [junit4]   2> 344452 T679 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 344613 T656 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/conf/
   [junit4]   2> 344624 T656 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 344625 T656 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 344626 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 344626 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 344646 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 344652 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 344655 T683 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f5978da name:ZooKeeperConnection Watcher:127.0.0.1:49496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 344655 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 344661 T656 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 344670 T656 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 345186 T656 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 345193 T656 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49503
   [junit4]   2> 345194 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 345212 T656 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 345213 T656 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375563622303
   [junit4]   2> 345213 T656 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375563622303/'
   [junit4]   2> 345256 T656 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375563622303/solr.xml
   [junit4]   2> 345401 T656 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 345402 T656 oasc.CoreContainer.<init> New CoreContainer 1948393361
   [junit4]   2> 345402 T656 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375563622303/]
   [junit4]   2> 345405 T656 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 345405 T656 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 345407 T656 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 345410 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 345412 T656 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 345413 T656 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 345413 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 345413 T656 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 345414 T656 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 345415 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 345438 T656 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49496/solr
   [junit4]   2> 345439 T656 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 345441 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 345446 T694 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26896b32 name:ZooKeeperConnection Watcher:127.0.0.1:49496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 345446 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 345453 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 345474 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 345479 T696 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dff58b name:ZooKeeperConnection Watcher:127.0.0.1:49496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 345479 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 345499 T656 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 346509 T656 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49503_co_fqn
   [junit4]   2> 346512 T656 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49503_co_fqn
   [junit4]   2> 346519 T683 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 346527 T678 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 346534 T696 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 346535 T656 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375563622303
   [junit4]   2> 346687 T656 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375563622303/conf/
   [junit4]   2> 346693 T656 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 346696 T656 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 346697 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 346698 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 347178 T656 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 347187 T656 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49506
   [junit4]   2> 347188 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 347188 T656 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 347189 T656 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350
   [junit4]   2> 347189 T656 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/'
   [junit4]   2> 347235 T656 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/solr.xml
   [junit4]   2> 347373 T656 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 347373 T656 oasc.CoreContainer.<init> New CoreContainer 1893199577
   [junit4]   2> 347374 T656 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/]
   [junit4]   2> 347376 T656 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 347376 T656 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 347377 T656 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 347377 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 347378 T656 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 347378 T656 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 347379 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 347379 T656 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 347380 T656 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 347380 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 347401 T656 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49496/solr
   [junit4]   2> 347401 T656 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 347404 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 347409 T708 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2de6222d name:ZooKeeperConnection Watcher:127.0.0.1:49496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347409 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 347420 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 347437 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 347441 T710 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7abecec4 name:ZooKeeperConnection Watcher:127.0.0.1:49496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347441 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 347455 T656 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 348467 T656 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49506_co_fqn
   [junit4]   2> 348470 T656 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49506_co_fqn
   [junit4]   2> 348486 T710 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 348487 T678 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 348489 T683 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 348489 T696 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 348502 T656 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350
   [junit4]   2> 348660 T656 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/conf/
   [junit4]   2> 348668 T656 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 348669 T656 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 348670 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 348670 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 349225 T656 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 349233 T656 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49509
   [junit4]   2> 349234 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 349235 T656 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 349235 T656 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329
   [junit4]   2> 349236 T656 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/'
   [junit4]   2> 349281 T656 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/solr.xml
   [junit4]   2> 349414 T656 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 349415 T656 oasc.CoreContainer.<init> New CoreContainer 126130326
   [junit4]   2> 349415 T656 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/]
   [junit4]   2> 349418 T656 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 349418 T656 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 349418 T656 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 349419 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 349420 T656 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 349421 T656 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 349421 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 349421 T656 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 349422 T656 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 349422 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 349450 T656 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49496/solr
   [junit4]   2> 349451 T656 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 349456 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 349463 T722 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ed25b4f name:ZooKeeperConnection Watcher:127.0.0.1:49496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 349464 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 349469 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 349492 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 349496 T724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8a80114 name:ZooKeeperConnection Watcher:127.0.0.1:49496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 349496 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 349517 T656 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 350529 T656 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49509_co_fqn
   [junit4]   2> 350532 T656 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49509_co_fqn
   [junit4]   2> 350544 T724 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 350544 T696 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 350545 T683 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 350545 T678 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 350548 T710 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 350571 T656 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329
   [junit4]   2> 350752 T656 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/conf/
   [junit4]   2> 350761 T656 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 350762 T656 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 350762 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 350763 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 351302 T656 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 351307 T656 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49512
   [junit4]   2> 351309 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 351309 T656 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 351310 T656 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414
   [junit4]   2> 351310 T656 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/'
   [junit4]   2> 351360 T656 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/solr.xml
   [junit4]   2> 351503 T656 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 351504 T656 oasc.CoreContainer.<init> New CoreContainer 997181473
   [junit4]   2> 351504 T656 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/]
   [junit4]   2> 351506 T656 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 351507 T656 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 351507 T656 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 351508 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 351508 T656 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 351509 T656 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 351509 T656 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 351510 T656 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 351510 T656 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 351511 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 351532 T656 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49496/solr
   [junit4]   2> 351533 T656 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 351536 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 351546 T736 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18b6f025 name:ZooKeeperConnection Watcher:127.0.0.1:49496 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 351547 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 351552 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 351572 T656 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 351576 T738 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@356663fa name:ZooKeeperConnection Watcher:127.0.0.1:49496/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 351577 T656 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 351591 T656 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 352603 T656 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49512_co_fqn
   [junit4]   2> 352606 T656 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49512_co_fqn
   [junit4]   2> 352614 T683 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 352615 T678 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 352622 T738 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 352625 T724 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 352627 T696 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 352628 T710 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 352640 T656 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414
   [junit4]   2> 352794 T656 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/conf/
   [junit4]   2> 352803 T656 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 352803 T656 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 352804 T656 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 352804 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 352837 T656 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 352869 T692 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 352889 T678 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 352896 T678 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 352897 T680 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> 352897 T680 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> 353513 T679 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 353516 T679 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 353516 T679 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 353532 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> 353533 T696 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> 353540 T683 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> 353541 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> 353541 T710 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> 353542 T738 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> 353620 T680 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 353621 T680 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:49506_co_fqn
   [junit4]   2> 353622 T680 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:49512_co_fqn
   [junit4]   2> 353624 T680 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:49499_co_fqn
   [junit4]   2> 353631 T680 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:49509_co_fqn
   [junit4]   2> 353652 T720 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 353655 T734 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 353655 T674 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 353658 T706 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 353665 T734 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 353667 T720 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 353668 T706 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 353669 T674 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 355063 T679 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 355067 T679 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 355068 T679 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":"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:49509_co_fqn",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49509/co_fqn"}
   [junit4]   2> 355081 T679 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 355082 T679 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:49512_co_fqn",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49512/co_fqn"}
   [junit4]   2> 355095 T679 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 355096 T679 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:49499_co_fqn",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49499/co_fqn"}
   [junit4]   2> 355117 T679 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 355117 T679 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:49506_co_fqn",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49506/co_fqn"}
   [junit4]   2> 355135 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> 355136 T710 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> 355136 T696 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> 355135 T683 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> 355135 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> 355136 T738 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> 355668 T734 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 355670 T720 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 355672 T706 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 355673 T674 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 355670 T734 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 355676 T734 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/nodes_used_collection_shard1_replica2
   [junit4]   2> 355676 T734 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 355672 T720 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 355677 T720 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/nodes_used_collection_shard2_replica2
   [junit4]   2> 355678 T720 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 355673 T706 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 355679 T706 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/nodes_used_collection_shard1_replica1
   [junit4]   2> 355679 T706 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 355674 T674 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 355680 T674 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/nodes_used_collection_shard2_replica1
   [junit4]   2> 355681 T674 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 355685 T706 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 355686 T706 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 355691 T706 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 355692 T706 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 355700 T734 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 355700 T734 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 355701 T720 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 355702 T720 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 355719 T674 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 355719 T674 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 355719 T734 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 355721 T720 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 355724 T706 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 355726 T674 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 355737 T720 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 355740 T706 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 355776 T734 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 355828 T734 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 355829 T720 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 356083 T734 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 356096 T706 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 356164 T720 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 356171 T674 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 356410 T734 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 356420 T734 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 356430 T706 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 356474 T720 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 356479 T734 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 356500 T674 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 356503 T706 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 356506 T674 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 356519 T720 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 356562 T706 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 356576 T674 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 356662 T720 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 360025 T734 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 360090 T706 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 360111 T734 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 360118 T734 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 360135 T720 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 360140 T706 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 360163 T706 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 360197 T720 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 360205 T720 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 360237 T734 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360241 T706 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360254 T734 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360254 T706 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360263 T734 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360267 T734 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360268 T734 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360268 T734 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360272 T706 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360275 T734 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360276 T734 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360277 T734 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 360277 T734 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 360283 T734 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f58b1d
   [junit4]   2> 360284 T706 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360290 T706 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360291 T706 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360289 T734 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 360292 T734 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 360293 T734 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 360294 T734 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375563628414//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 360286 T674 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 360316 T674 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 360321 T706 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360321 T706 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360322 T706 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 360323 T706 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 360323 T706 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f58b1d
   [junit4]   2> 360325 T706 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 360325 T706 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 360326 T706 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 360327 T706 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375563624350//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 360337 T674 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 360344 T720 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360346 T706 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7dbd98a1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@525c2dce),segFN=segments_1,generation=1}
   [junit4]   2> 360346 T706 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 360357 T706 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 360359 T706 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 360360 T706 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 360362 T706 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 360364 T706 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 360372 T706 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 360373 T706 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 360374 T706 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 360359 T734 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e13bdf5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b678332),segFN=segments_1,generation=1}
   [junit4]   2> 360398 T734 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 360396 T706 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 360407 T720 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360418 T734 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 360419 T734 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 360422 T734 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 360423 T734 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 360424 T734 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 360425 T734 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 360425 T734 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 360426 T734 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 360432 T734 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 360445 T706 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 360460 T720 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360461 T734 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 360468 T720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360468 T720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360469 T720 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360470 T734 oass.SolrIndexSearcher.<init> Opening Searcher@2b9f495d main
   [junit4]   2> 360472 T734 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 360472 T734 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 360481 T745 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@2b9f495d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 360483 T720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360484 T720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360484 T720 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 360485 T720 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 360485 T720 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f58b1d
   [junit4]   2> 360487 T706 oass.SolrIndexSearcher.<init> Opening Searcher@25db74af main
   [junit4]   2> 360489 T720 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 360490 T720 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 360490 T720 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 360491 T720 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375563626329//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 360491 T734 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 360492 T734 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:49512/co_fqn collection:nodes_used_collection shard:shard1
   [junit4]   2> 360494 T734 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 360499 T706 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 360503 T706 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 360517 T744 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@25db74af main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 360529 T706 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 360530 T706 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:49506/co_fqn collection:nodes_used_collection shard:shard1
   [junit4]   2> 360530 T706 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 360616 T706 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 360638 T674 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360639 T734 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 360641 T720 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d34373c lockFactory=org.apache.lucene.store.NativeFSLockFactory@58b009cc),segFN=segments_1,generation=1}
   [junit4]   2> 360647 T720 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 360672 T674 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360689 T720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 360692 T720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 360698 T720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 360700 T720 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 360702 T720 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 360702 T720 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 360703 T720 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 360704 T720 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 360705 T720 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 360708 T674 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360711 T674 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360712 T674 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360712 T674 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360715 T706 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 360716 T674 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360717 T674 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360717 T674 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 360718 T674 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 360718 T674 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f58b1d
   [junit4]   2> 360720 T674 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 360720 T674 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 360720 T674 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 360721 T674 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375563621070//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 360737 T674 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3c2be5e5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63d5ff8c),segFN=segments_1,generation=1}
   [junit4]   2> 360738 T674 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 360754 T720 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 360774 T674 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 360775 T674 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 360777 T674 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 360778 T674 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 360779 T674 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 360780 T674 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 360782 T674 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 360775 T706 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 360784 T706 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 360785 T706 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49506/co_fqn/nodes_used_collection_shard1_replica1/
   [junit4]   2> 360786 T706 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:49506/co_fqn START replicas=[http://127.0.0.1:49512/co_fqn/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 360784 T674 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 360799 T674 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 360808 T706 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:49506/co_fqn DONE.  We have no versions.  sync failed.
   [junit4]   2> 360809 T706 oasc.SyncStrategy.syncReplicas

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

7771 T4948 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@765b1d3f
   [junit4]   2> 2547791 T4948 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 2547792 T4948 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2547793 T4948 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2547797 T4948 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2547805 T4948 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2547806 T4948 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2547807 T4948 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.AliasIntegrationTest-1375565716126/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.AliasIntegrationTest-1375565716126/jetty4;done=false>>]
   [junit4]   2> 2547808 T4948 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.AliasIntegrationTest-1375565716126/jetty4
   [junit4]   2> 2547809 T4948 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.AliasIntegrationTest-1375565716126/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.AliasIntegrationTest-1375565716126/jetty4/index;done=false>>]
   [junit4]   2> 2547810 T4948 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.AliasIntegrationTest-1375565716126/jetty4/index
   [junit4]   2> 2547812 T5088 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90149074773082124-127.0.0.1:50707_ew%2Fk-n_0000000004) am no longer a leader.
   [junit4]   2> 2547817 T5042 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> 2547834 T4948 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/ew/k,null}
   [junit4]   2> 2547923 T4948 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2547932 T4948 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50685 50685
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   1> -
   [junit4]   1> rstate:down live:true
   [junit4]   1> rstate:down live:true
   [junit4]   1> -
   [junit4]   1> rstate:down live:true
   [junit4]   1> rstate:down live:true
   [junit4]   1> -
   [junit4]   1> rstate:active live:true
   [junit4]   1> rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 2547973 T5024 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2547973 T5024 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AliasIntegrationTest -Dtests.method=testDistribSearch -Dtests.seed=8F9D50A202F5DAA1 -Dtests.slow=true -Dtests.locale=pt_BR -Dtests.timezone=Navajo -Dtests.file.encoding=UTF-8
   [junit4] ERROR    110s | AliasIntegrationTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:50693/ew/k returned non ok status:500, message:Server Error
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F9D50A202F5DAA1:E7BDEBA75AABA9D]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.AliasIntegrationTest.createAlias(AliasIntegrationTest.java:244)
   [junit4]    > 	at org.apache.solr.cloud.AliasIntegrationTest.doTest(AliasIntegrationTest.java:152)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 2547987 T4948 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 109534 T4947 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 2549119 T5042 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2549119 T5042 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=SimpleText), range_facet_l=PostingsFormat(name=SimpleText), id=PostingsFormat(name=Memory doPackFST= false), range_facet_sl=MockVariableIntBlock(baseBlockSize=96), a_t=PostingsFormat(name=SimpleText), text=MockVariableIntBlock(baseBlockSize=96), range_facet_si=PostingsFormat(name=Lucene41VarGapFixedInterval), _version_=PostingsFormat(name=SimpleText), other_tl1=PostingsFormat(name=SimpleText), multiDefault=PostingsFormat(name=Lucene41VarGapFixedInterval), a_si=PostingsFormat(name=Lucene41VarGapFixedInterval), intDefault=PostingsFormat(name=SimpleText)}, docValues:{timestamp=DocValuesFormat(name=Lucene42)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=pt_BR, timezone=Navajo
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=8,free=177837432,total=519438336
   [junit4]   2> NOTE: All tests run in this JVM: [BadIndexSchemaTest, QueryResultKeyTest, DirectUpdateHandlerTest, TestWriterPerf, TestElisionMultitermQuery, TestReload, TestStressReorder, SynonymTokenizerTest, IndexReaderFactoryTest, FullSolrCloudDistribCmdsTest, HighlighterConfigTest, TestSolrCoreProperties, ChaosMonkeySafeLeaderTest, TestJmxMonitoredMap, CollectionsAPIDistributedZkTest, TestDFRSimilarityFactory, LeaderElectionTest, TestSweetSpotSimilarityFactory, TestReplicationHandler, DistributedSpellCheckComponentTest, TestStressRecovery, CoreContainerCoreInitFailuresTest, TestAtomicUpdateErrorCases, TestXIncludeConfig, BadCopyFieldTest, SolrPluginUtilsTest, CoreAdminCreateDiscoverTest, DistributedQueryElevationComponentTest, DistanceFunctionTest, SpellPossibilityIteratorTest, SuggesterTSTTest, BlockDirectoryTest, HdfsBasicDistributedZkTest, SolrCoreTest, RequiredFieldsTest, ReturnFieldsTest, TestMultiCoreConfBootstrap, PeerSyncTest, TestLFUCache, TestFieldResource, IndexSchemaTest, NumericFieldsTest, TermVectorComponentTest, TestRecovery, CSVRequestHandlerTest, TestComponentsName, AssignTest, DirectUpdateHandlerOptimizeTest, TestPluginEnable, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestArbitraryIndexDir, SolrInfoMBeanTest, PreAnalyzedFieldTest, TestRangeQuery, DateMathParserTest, SolrRequestParserTest, TestTrie, SOLR749Test, PrimUtilsTest, TestRandomFaceting, DocValuesTest, TestStressLucene, TestQueryTypes, TestDocumentBuilder, TestSolrXMLSerializer, TestSolrQueryParserResource, SimpleFacetsTest, PolyFieldTest, TestPerFieldSimilarity, TermsComponentTest, SystemInfoHandlerTest, DefaultValueUpdateProcessorTest, TestBinaryResponseWriter, AnalysisAfterCoreReloadTest, TestSolrIndexConfig, ZkControllerTest, CachingDirectoryFactoryTest, DeleteShardTest, HighlighterTest, BasicFunctionalityTest, ZkSolrClientTest, TestRandomDVFaceting, EchoParamsTest, QueryEqualityTest, TestRTGBase, OverseerTest, TestDistributedGrouping, CoreAdminHandlerTest, FileUtilsTest, LukeRequestHandlerTest, TestCloudManagedSchemaAddField, HdfsChaosMonkeySafeLeaderTest, TestRecoveryHdfs, TestRealTimeGet, RegexBoostProcessorTest, TestPseudoReturnFields, SpellCheckCollatorTest, BasicDistributedZkTest, HdfsLockFactoryTest, TestCSVLoader, SliceStateUpdateTest, SolrTestCaseJ4Test, SortByFunctionTest, SolrCmdDistributorTest, TestCharFilters, TestLRUCache, TermVectorComponentDistributedTest, TestDocSet, TestCoreContainer, TestSchemaVersionResource, OpenExchangeRatesOrgProviderTest, ExternalFileFieldSortTest, BasicDistributedZk2Test, UpdateParamsTest, TestLMDirichletSimilarityFactory, TestReloadAndDeleteDocs, TestJmxIntegration, AutoCommitTest, DocValuesMultiTest, TestRemoteStreaming, IndexBasedSpellCheckerTest, TestUpdate, UpdateRequestProcessorFactoryTest, DirectSolrConnectionTest, TestNumberUtils, AliasIntegrationTest]
   [junit4] Completed in 110.92s, 1 test, 1 error <<< FAILURES!

[...truncated 580 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1230: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 2 errors, 39 ignored (5 assumptions)

Total time: 112 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 702 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/702/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Server refused connection at: http://127.0.0.1:49811

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:49811
	at __randomizedtesting.SeedInfo.seed([D249A40DB536FF7B:53AF2A15C2699F47]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	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.HttpHostConnectException: Connection to http://127.0.0.1:49811 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	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
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 51 more




Build Log:
[...truncated 9488 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 852718 T2499 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 852726 T2499 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375538431589
   [junit4]   2> 852728 T2499 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 852730 T2500 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 852834 T2499 oasc.ZkTestServer.run start zk server on port:49804
   [junit4]   2> 852840 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 852851 T2506 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10d7e94a name:ZooKeeperConnection Watcher:127.0.0.1:49804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 852851 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 852852 T2499 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 852866 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 852870 T2508 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ef57af6 name:ZooKeeperConnection Watcher:127.0.0.1:49804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 852870 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 852871 T2499 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 852878 T2499 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 852887 T2499 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 852897 T2499 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 852913 T2499 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 852914 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 852926 T2499 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 852927 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 852940 T2499 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 852942 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 852952 T2499 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 852953 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 852971 T2499 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 852972 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 852980 T2499 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 852981 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 852987 T2499 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 852987 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 852995 T2499 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 852996 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 853001 T2499 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 853002 T2499 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 853750 T2499 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 853759 T2499 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49807
   [junit4]   2> 853760 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 853761 T2499 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 853761 T2499 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871
   [junit4]   2> 853762 T2499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/'
   [junit4]   2> 853838 T2499 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/solr.xml
   [junit4]   2> 853982 T2499 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 853983 T2499 oasc.CoreContainer.<init> New CoreContainer 358410571
   [junit4]   2> 853984 T2499 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/]
   [junit4]   2> 853986 T2499 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 853990 T2499 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 853993 T2499 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 853994 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 853995 T2499 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 853995 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 853996 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 853996 T2499 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 853997 T2499 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 853997 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 854021 T2499 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49804/solr
   [junit4]   2> 854021 T2499 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 854024 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 854036 T2519 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d417b39 name:ZooKeeperConnection Watcher:127.0.0.1:49804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 854036 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 854040 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 854057 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 854115 T2521 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@173654d0 name:ZooKeeperConnection Watcher:127.0.0.1:49804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 854115 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 854119 T2499 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 854128 T2499 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 854135 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 854140 T2499 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49807_
   [junit4]   2> 854142 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49807_
   [junit4]   2> 854163 T2499 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 854177 T2499 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 854184 T2499 oasc.Overseer.start Overseer (id=90147286653468675-127.0.0.1:49807_-n_0000000000) starting
   [junit4]   2> 854192 T2499 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 854206 T2523 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 854209 T2499 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 854216 T2499 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 854222 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 854231 T2522 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 854237 T2499 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871
   [junit4]   2> 854454 T2499 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/conf/
   [junit4]   2> 854462 T2499 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 854463 T2499 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 854463 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 854464 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 854486 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 854497 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 854504 T2526 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f332d80 name:ZooKeeperConnection Watcher:127.0.0.1:49804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 854504 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 854507 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 854512 T2499 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 855327 T2499 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 855339 T2499 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49811
   [junit4]   2> 855340 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 855340 T2499 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 855341 T2499 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375
   [junit4]   2> 855341 T2499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/'
   [junit4]   2> 855381 T2499 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/solr.xml
   [junit4]   2> 855497 T2499 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 855497 T2499 oasc.CoreContainer.<init> New CoreContainer 430536093
   [junit4]   2> 855498 T2499 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/]
   [junit4]   2> 855501 T2499 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 855501 T2499 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 855502 T2499 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 855502 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 855503 T2499 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 855503 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 855504 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 855504 T2499 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 855505 T2499 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 855505 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 855527 T2499 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49804/solr
   [junit4]   2> 855531 T2499 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 855536 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 855565 T1937 oasc.OverseerCollectionProcessor.run WARN Overseer cannot talk to ZK
   [junit4]   2> 856844 T2503 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 1304ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 856846 T2537 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22491938 name:ZooKeeperConnection Watcher:127.0.0.1:49804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 856846 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 856851 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 856878 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 856882 T2539 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@444d5a19 name:ZooKeeperConnection Watcher:127.0.0.1:49804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 856883 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 856895 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 857910 T2499 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49811_
   [junit4]   2> 857914 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49811_
   [junit4]   2> 857920 T2539 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 857924 T2526 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 857926 T2521 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 857932 T2499 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375
   [junit4]   2> 858112 T2499 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/conf/
   [junit4]   2> 858119 T2499 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 858120 T2499 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 858121 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 858121 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 859014 T2499 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 859021 T2499 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49814
   [junit4]   2> 859023 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 859023 T2499 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 859024 T2499 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004
   [junit4]   2> 859024 T2499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/'
   [junit4]   2> 859080 T2499 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/solr.xml
   [junit4]   2> 859212 T2499 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 859213 T2499 oasc.CoreContainer.<init> New CoreContainer 56360420
   [junit4]   2> 859213 T2499 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/]
   [junit4]   2> 859216 T2499 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 859216 T2499 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 859216 T2499 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 859217 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 859217 T2499 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 859218 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 859218 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 859218 T2499 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 859219 T2499 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 859220 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 859240 T2499 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49804/solr
   [junit4]   2> 859241 T2499 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 859243 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 859248 T2551 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@281536bd name:ZooKeeperConnection Watcher:127.0.0.1:49804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 859248 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 859253 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 859275 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 859279 T2553 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74c78043 name:ZooKeeperConnection Watcher:127.0.0.1:49804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 859280 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 859289 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 860298 T2499 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49814_
   [junit4]   2> 860303 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49814_
   [junit4]   2> 860317 T2521 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 860317 T2553 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 860317 T2539 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 860317 T2526 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 860444 T2499 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004
   [junit4]   2> 860819 T2499 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/conf/
   [junit4]   2> 860824 T2499 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 860825 T2499 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 860825 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 860825 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 863958 T2499 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 863965 T2499 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49817
   [junit4]   2> 863966 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 863967 T2499 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 863967 T2499 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375538439703
   [junit4]   2> 863968 T2499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375538439703/'
   [junit4]   2> 864021 T2499 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375538439703/solr.xml
   [junit4]   2> 864148 T2499 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 864149 T2499 oasc.CoreContainer.<init> New CoreContainer 1961772723
   [junit4]   2> 864153 T2499 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375538439703/]
   [junit4]   2> 864158 T2499 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 864160 T2499 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 864161 T2499 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 864161 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 864161 T2499 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 864162 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 864162 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 864163 T2499 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 864163 T2499 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 864164 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 864190 T2499 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49804/solr
   [junit4]   2> 864191 T2499 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 864192 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 864685 T2565 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37c9b151 name:ZooKeeperConnection Watcher:127.0.0.1:49804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 864685 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 864687 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 864716 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 864722 T2567 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34646f25 name:ZooKeeperConnection Watcher:127.0.0.1:49804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 864722 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 864732 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 865741 T2499 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49817_
   [junit4]   2> 865744 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49817_
   [junit4]   2> 865753 T2521 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 865753 T2526 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 865758 T2553 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 865764 T2539 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 865765 T2567 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 865779 T2499 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375538439703
   [junit4]   2> 865927 T2499 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375538439703/conf/
   [junit4]   2> 865935 T2499 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 865936 T2499 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 865936 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 865937 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 866623 T2499 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 866631 T2499 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49820
   [junit4]   2> 866632 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 866633 T2499 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 866633 T2499 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825
   [junit4]   2> 866634 T2499 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/'
   [junit4]   2> 866690 T2499 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/solr.xml
   [junit4]   2> 866808 T2499 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 866809 T2499 oasc.CoreContainer.<init> New CoreContainer 1525448065
   [junit4]   2> 866809 T2499 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/]
   [junit4]   2> 866811 T2499 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 866812 T2499 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 866812 T2499 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 866813 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 866813 T2499 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 866813 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 866814 T2499 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 866816 T2499 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 866816 T2499 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 866817 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 866844 T2499 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49804/solr
   [junit4]   2> 866845 T2499 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 866848 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 866859 T2579 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52b3e55d name:ZooKeeperConnection Watcher:127.0.0.1:49804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 866859 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 866867 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 866888 T2499 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 866895 T2581 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2792a97b name:ZooKeeperConnection Watcher:127.0.0.1:49804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 866896 T2499 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 866909 T2499 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 867920 T2499 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49820_
   [junit4]   2> 867923 T2499 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49820_
   [junit4]   2> 867931 T2567 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 867932 T2521 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 867932 T2539 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 867933 T2553 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 867933 T2581 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 867934 T2526 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 867947 T2499 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825
   [junit4]   2> 868129 T2499 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/conf/
   [junit4]   2> 868136 T2499 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 868138 T2499 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 868138 T2499 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 868139 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 868159 T2499 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 868183 T2530 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 868186 T2521 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 868192 T2523 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> 868193 T2523 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> 869554 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 869556 T2522 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 869556 T2522 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 869570 T2521 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> 869571 T2567 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> 869579 T2553 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> 869582 T2581 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> 869585 T2526 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> 869587 T2539 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> 869630 T2523 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 869631 T2523 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:49811_
   [junit4]   2> 869632 T2523 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:49820_
   [junit4]   2> 869633 T2523 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:49807_
   [junit4]   2> 869633 T2523 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:49814_
   [junit4]   2> 869674 T2543 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 869681 T2534 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 869683 T2534 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 869684 T2543 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 869687 T2513 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 869690 T2572 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 869691 T2513 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 869693 T2572 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 871084 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 871088 T2522 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 871088 T2522 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":"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:49814_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49814"}
   [junit4]   2> 871102 T2522 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 871103 T2522 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:49811_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49811"}
   [junit4]   2> 871124 T2522 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 871124 T2522 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:49807_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49807"}
   [junit4]   2> 871136 T2522 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 871136 T2522 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:49820_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49820"}
   [junit4]   2> 871144 T2553 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> 871144 T2567 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> 871144 T2526 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> 871149 T2581 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> 871149 T2539 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> 871165 T2521 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> 871686 T2534 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 871688 T2543 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 871688 T2534 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 871690 T2534 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/nodes_used_collection_shard1_replica1
   [junit4]   2> 871690 T2534 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 871689 T2543 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 871691 T2543 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/nodes_used_collection_shard2_replica2
   [junit4]   2> 871692 T2543 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 871694 T2543 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 871694 T2543 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 871695 T2534 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 871697 T2513 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 871701 T2534 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 871702 T2513 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 871707 T2513 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/nodes_used_collection_shard2_replica1
   [junit4]   2> 871707 T2513 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 871706 T2572 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 871710 T2572 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 871710 T2572 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/nodes_used_collection_shard1_replica2
   [junit4]   2> 871710 T2572 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 871710 T2543 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 871712 T2543 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 871711 T2534 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 871711 T2513 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 871714 T2513 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 871713 T2534 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 871712 T2572 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 871717 T2572 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 871720 T2513 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 871721 T2543 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 871724 T2572 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 871725 T2534 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 871729 T2513 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 871729 T2543 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 871739 T2534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 871746 T2572 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 871750 T2572 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 871800 T2513 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 872093 T2513 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 872101 T2543 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 872126 T2572 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 872189 T2534 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 872325 T2513 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 872335 T2513 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 872371 T2513 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 872486 T2543 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 872493 T2543 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 872499 T2572 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 872502 T2572 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 872531 T2572 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 872547 T2543 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 872565 T2534 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 872577 T2534 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 872613 T2534 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 876144 T2534 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 876187 T2534 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 876192 T2534 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 876326 T2534 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 876335 T2534 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 876355 T2534 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 876370 T2534 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 876370 T2534 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 876371 T2534 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 876381 T2534 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 876381 T2534 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 876382 T2534 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 876383 T2534 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 876393 T2534 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1354e4e
   [junit4]   2> 876409 T2534 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 876420 T2572 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 876426 T2534 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 876426 T2534 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 876432 T2572 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 876435 T2534 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375538433375//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 876439 T2572 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 876457 T2534 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@789d315e lockFactory=org.apache.lucene.store.NativeFSLockFactory@3fbef951),segFN=segments_1,generation=1}
   [junit4]   2> 876458 T2534 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 876465 T2534 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 876466 T2534 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 876484 T2534 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 876485 T2534 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 876486 T2534 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 876486 T2534 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 876487 T2534 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 876488 T2534 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 876488 T2534 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 876504 T2513 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 876539 T2543 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 876545 T2513 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 876543 T2534 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 876564 T2513 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 876558 T2543 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 876576 T2543 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 876584 T2534 oass.SolrIndexSearcher.<init> Opening Searcher@2535bfc3 main
   [junit4]   2> 876586 T2534 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 876587 T2534 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 876592 T2587 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@2535bfc3 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 876594 T2534 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 876596 T2534 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:49811 collection:nodes_used_collection shard:shard1
   [junit4]   2> 876601 T2534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 876600 T2572 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 876635 T2572 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 876641 T2513 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 876651 T2513 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 876651 T2572 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 876659 T2513 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 876662 T2572 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 876662 T2572 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 876662 T2572 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 876666 T2572 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 876666 T2572 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 876667 T2572 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 876667 T2572 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 876668 T2572 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1354e4e
   [junit4]   2> 876675 T2572 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 876680 T2534 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 876681 T2572 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 876683 T2572 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 876684 T2513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 876684 T2513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 876684 T2513 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 876686 T2572 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 876694 T2513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 876695 T2513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 876696 T2513 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 876696 T2513 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 876697 T2513 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1354e4e
   [junit4]   2> 876701 T2572 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@627f93ae lockFactory=org.apache.lucene.store.NativeFSLockFactory@512c1ca8),segFN=segments_1,generation=1}
   [junit4]   2> 876702 T2572 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 876705 T2513 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 876707 T2513 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 876707 T2513 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 876712 T2513 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375538431871//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 876717 T2513 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5a36446b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a9f096b),segFN=segments_1,generation=1}
   [junit4]   2> 876718 T2513 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 876723 T2572 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 876727 T2543 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 876731 T2513 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 876732 T2513 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 876733 T2513 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 876734 T2513 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 876735 T2513 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 876735 T2513 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 876736 T2513 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 876737 T2513 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 876737 T2513 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 876759 T2534 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 876760 T2572 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 876765 T2572 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 876766 T2572 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 876767 T2572 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 876768 T2572 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 876768 T2572 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 876769 T2572 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 876770 T2572 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 876787 T2543 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 876793 T2513 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 876793 T2572 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 876799 T2513 oass.SolrIndexSearcher.<init> Opening Searcher@76dee13d main
   [junit4]   2> 876801 T2513 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 876802 T2513 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 876808 T2588 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@76dee13d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 876810 T2572 oass.SolrIndexSearcher.<init> Opening Searcher@51be3a4f main
   [junit4]   2> 876818 T2572 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 876818 T2572 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 876830 T2589 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@51be3a4f main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 876816 T2513 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 876832 T2513 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:49807 collection:nodes_used_collection shard:shard2
   [junit4]   2> 876832 T2513 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 876834 T2572 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 876835 T2572 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:49820 collection:nodes_used_collection shard:shard1
   [junit4]   2> 876836 T2572 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 876830 T2534 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179972
   [junit4]   2> 876848 T2543 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 876864 T2543 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 876865 T2543 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 876865 T2543 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 876866 T2513 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 876883 T2543 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 876883 T2543 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 876884 T2543 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 876885 T2543 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 876885 T2543 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1354e4e
   [junit4]   2> 876886 T2543 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 876887 T2543 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 876887 T2543 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 876888 T2543 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375538437004//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 876895 T2543 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1913d60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a28b42b),segFN=segments_1,generation=1}
   [junit4]   2> 876895 T2543 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 876902 T2543 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 876903 T2543 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 876905 T2543 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 876912 T2543 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 876905 T2513 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 876913 T2543 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 876914 T2543 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 876915 T2543 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 876916 T2543 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 876917 T2543 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 876921 T2513 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179998
   [junit4]   2> 876936 T2543 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 876946 T2543 oass.SolrIndexSearcher.<init> Opening Searcher@7983555b main
   [junit4]   2> 876948 T2543 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 876948 T2543 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 876953 T2590 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@7983555b main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 876957 T2543 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 876957 T2543 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:49814 collection:nodes_used_collection shard:shard2
   [junit4]   2> 876958 T2543 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 877222 T2522 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 877247 T2567 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> 877247 T2521 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> 877248 T2526 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> 877247 T2553 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> 877247 T2581 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> 877247 T2539 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> 877348 T2534 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 877348 T2534 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 877349 T2534 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49811/nodes_used_collection_shard1_replica1/
   [junit4]   2> 877349 T2534 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:49811 START replicas=[http://127.0.0.1:49820/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 877350 T2534 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:49811 DONE.  We have no versions.  sync failed.
   [junit4]   2> 877351 T2534 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 877363 T2534 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> 877365 T2534 oasc.ShardLeaderElectionContext.runLead

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

solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//new_implicit_coll_0_a_replica2/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//new_implicit_coll_0_a_replica2/data/index;done=false>>]
   [junit4]   2> 1118566 T2499 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//new_implicit_coll_0_a_replica2/data/index
   [junit4]   2> 1118567 T2499 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//new_implicit_coll_0_a_replica2/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//new_implicit_coll_0_a_replica2/data;done=false>>]
   [junit4]   2> 1118567 T2499 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375538444825//new_implicit_coll_0_a_replica2/data
   [junit4]   2> 1118599 T2499 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1118657 T2499 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1118668 T2499 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49804 49804
   [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=D249A40DB536FF7B -Dtests.slow=true -Dtests.locale=ja -Dtests.timezone=Asia/Ulaanbaatar -Dtests.file.encoding=UTF-8
   [junit4] ERROR    266s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:49811
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D249A40DB536FF7B:53AF2A15C2699F47]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [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.HttpHostConnectException: Connection to http://127.0.0.1:49811 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [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]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 51 more
   [junit4]   2> 1118877 T2499 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 266173 T2498 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 1119880 T2581 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1119881 T2581 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> 1119881 T2581 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene42: {_route_=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_l=PostingsFormat(name=Memory doPackFST= true), text=PostingsFormat(name=Lucene41VarGapFixedInterval), _version_=Pulsing41(freqCutoff=15 minBlockSize=88 maxBlockSize=256), intDefault=Pulsing41(freqCutoff=15 minBlockSize=88 maxBlockSize=256), id=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Memory doPackFST= true), a_t=PostingsFormat(name=Memory doPackFST= true), range_facet_sl=PostingsFormat(name=Asserting), range_facet_si=PostingsFormat(name=Memory doPackFST= true), other_tl1=Pulsing41(freqCutoff=15 minBlockSize=88 maxBlockSize=256), multiDefault=PostingsFormat(name=Memory doPackFST= true), a_si=Pulsing41(freqCutoff=15 minBlockSize=88 maxBlockSize=256)}, docValues:{timestamp=DocValuesFormat(name=CheapBastard)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ja, timezone=Asia/Ulaanbaatar
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=8,free=259059784,total=393019392
   [junit4]   2> NOTE: All tests run in this JVM: [TestDefaultSearchFieldResource, ShardRoutingTest, TestSystemIdResolver, TestSolrCoreProperties, TestReplicationHandler, WordBreakSolrSpellCheckerTest, HdfsChaosMonkeySafeLeaderTest, TestSolr4Spatial, RegexBoostProcessorTest, UUIDFieldTest, DefaultValueUpdateProcessorTest, TestStressReorder, TestCopyFieldCollectionResource, PrimitiveFieldTypeTest, SolrCoreTest, TestLazyCores, InfoHandlerTest, AlternateDirectoryTest, LukeRequestHandlerTest, TestQuerySenderNoQuery, HdfsLockFactoryTest, OutputWriterTest, LegacyHTMLStripCharFilterTest, TestRecovery, CacheHeaderTest, TestMultiCoreConfBootstrap, TestAnalyzedSuggestions, DistributedTermsComponentTest, TestPostingsSolrHighlighter, TestRandomMergePolicy, TestSolrQueryParserResource, TestPluginEnable, SystemInfoHandlerTest, SoftAutoCommitTest, BasicFunctionalityTest, TestIndexSearcher, TestInfoStreamLogging, TestFastWriter, DistanceFunctionTest, TestWordDelimiterFilterFactory, OverseerTest, TestSort, FileUtilsTest, TestIndexingPerformance, DisMaxRequestHandlerTest, TestSchemaNameResource, BasicZkTest, SpatialFilterTest, SpellCheckCollatorTest, HdfsRecoveryZkTest, OverseerCollectionProcessorTest, TestDocumentBuilder, TestSolrQueryParserDefaultOperatorResource, TestCSVResponseWriter, CoreContainerCoreInitFailuresTest, TestUtils, PreAnalyzedFieldTest, TestLFUCache, DocumentBuilderTest, TermVectorComponentDistributedTest, TestCharFilters, RequiredFieldsTest, TestFastOutputStream, SyncSliceTest, TestLRUCache, TermVectorComponentTest, QueryEqualityTest, TestMaxScoreQueryParser, TestShardHandlerFactory, CoreAdminHandlerTest, ScriptEngineTest, TestSolrJ, TestPhraseSuggestions, SuggesterWFSTTest, TestSchemaSimilarityResource, SolrIndexSplitterTest, FastVectorHighlighterTest, TestTrie, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 267.27s, 1 test, 1 error <<< FAILURES!

[...truncated 757 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1230: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 39 ignored (5 assumptions)

Total time: 109 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 701 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/701/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Server refused connection at: http://127.0.0.1:49359

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:49359
	at __randomizedtesting.SeedInfo.seed([169855A5EE00A495:977EDBBD995FC4A9]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	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.HttpHostConnectException: Connection to http://127.0.0.1:49359 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	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
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 52 more




Build Log:
[...truncated 9480 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 702550 T1147 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 702559 T1147 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375513284064
   [junit4]   2> 702562 T1147 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 702563 T1148 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 702664 T1147 oasc.ZkTestServer.run start zk server on port:49349
   [junit4]   2> 702666 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 702675 T1154 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c28dcab name:ZooKeeperConnection Watcher:127.0.0.1:49349 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 702676 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 702676 T1147 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 702685 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 702691 T1156 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e4b6520 name:ZooKeeperConnection Watcher:127.0.0.1:49349/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 702691 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 702692 T1147 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 702700 T1147 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 702707 T1147 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 702713 T1147 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 702730 T1147 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 702731 T1147 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 702744 T1147 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 702745 T1147 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 702753 T1147 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 702754 T1147 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 702764 T1147 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 702765 T1147 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 702772 T1147 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 702773 T1147 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 702781 T1147 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 702783 T1147 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 702798 T1147 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 702799 T1147 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 702807 T1147 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 702808 T1147 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 702817 T1147 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 702818 T1147 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 703438 T1147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 703450 T1147 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49352
   [junit4]   2> 703451 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 703451 T1147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 703452 T1147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375513284331
   [junit4]   2> 703452 T1147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375513284331/'
   [junit4]   2> 703504 T1147 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375513284331/solr.xml
   [junit4]   2> 703630 T1147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 703631 T1147 oasc.CoreContainer.<init> New CoreContainer 847604410
   [junit4]   2> 703632 T1147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375513284331/]
   [junit4]   2> 703634 T1147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 703635 T1147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 703636 T1147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 703636 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 703637 T1147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 703637 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 703638 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 703638 T1147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 703639 T1147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 703639 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 703668 T1147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49349/solr
   [junit4]   2> 703669 T1147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 703672 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 703677 T1167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27eefead name:ZooKeeperConnection Watcher:127.0.0.1:49349 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 703678 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 703683 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 703722 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 703727 T1169 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c4c78e5 name:ZooKeeperConnection Watcher:127.0.0.1:49349/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 703727 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 703731 T1147 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 703770 T1147 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 703780 T1147 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 703786 T1147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49352_
   [junit4]   2> 703790 T1147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49352_
   [junit4]   2> 703801 T1147 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 703825 T1147 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 703833 T1147 oasc.Overseer.start Overseer (id=90145638585008131-127.0.0.1:49352_-n_0000000000) starting
   [junit4]   2> 703843 T1147 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 703856 T1171 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 703863 T1147 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 703871 T1147 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 703876 T1147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 703884 T1170 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 703889 T1147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375513284331
   [junit4]   2> 704077 T1147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375513284331/conf/
   [junit4]   2> 704090 T1147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 704093 T1147 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 704094 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 704095 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 704131 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 704134 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 704138 T1174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f71d4ff name:ZooKeeperConnection Watcher:127.0.0.1:49349/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 704139 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 704142 T1147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 704149 T1147 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 704751 T1147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 704775 T1147 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49356
   [junit4]   2> 704778 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 704779 T1147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 704780 T1147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653
   [junit4]   2> 704781 T1147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/'
   [junit4]   2> 704831 T1147 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/solr.xml
   [junit4]   2> 704951 T1147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 704953 T1147 oasc.CoreContainer.<init> New CoreContainer 794393832
   [junit4]   2> 704953 T1147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/]
   [junit4]   2> 704955 T1147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 704956 T1147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 704956 T1147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 704957 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 704957 T1147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 704958 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 704958 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 704959 T1147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 704959 T1147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 704960 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 704985 T1147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49349/solr
   [junit4]   2> 704986 T1147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 704987 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 704991 T1185 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3065d037 name:ZooKeeperConnection Watcher:127.0.0.1:49349 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 704992 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 704995 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 705014 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 705018 T1187 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e5dcd8f name:ZooKeeperConnection Watcher:127.0.0.1:49349/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 705019 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 705028 T1147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 706037 T1147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49356_
   [junit4]   2> 706040 T1147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49356_
   [junit4]   2> 706059 T1169 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 706060 T1187 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 706061 T1174 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 706074 T1147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653
   [junit4]   2> 706277 T1147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/conf/
   [junit4]   2> 706284 T1147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 706285 T1147 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 706286 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 706287 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 706859 T1147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 706868 T1147 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49359
   [junit4]   2> 706870 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 706871 T1147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 706872 T1147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811
   [junit4]   2> 706873 T1147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/'
   [junit4]   2> 706955 T1147 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/solr.xml
   [junit4]   2> 707112 T1147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 707114 T1147 oasc.CoreContainer.<init> New CoreContainer 112230612
   [junit4]   2> 707114 T1147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/]
   [junit4]   2> 707117 T1147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 707118 T1147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 707119 T1147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 707119 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 707120 T1147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 707121 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 707122 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 707122 T1147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 707123 T1147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 707124 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 707152 T1147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49349/solr
   [junit4]   2> 707153 T1147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 707156 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 707167 T1199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ec59db3 name:ZooKeeperConnection Watcher:127.0.0.1:49349 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 707168 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 707175 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 707181 T1149 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14042fb0de90007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 
   [junit4]   2> 707204 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 707211 T1201 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28131dc name:ZooKeeperConnection Watcher:127.0.0.1:49349/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 707211 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 707232 T1147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 708252 T1147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49359_
   [junit4]   2> 708255 T1147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49359_
   [junit4]   2> 708264 T1169 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 708265 T1187 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 708264 T1174 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 708266 T1201 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 708288 T1147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811
   [junit4]   2> 708460 T1147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/conf/
   [junit4]   2> 708466 T1147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 708467 T1147 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 708467 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 708468 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 709154 T1147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 709163 T1147 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49362
   [junit4]   2> 709164 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 709165 T1147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 709165 T1147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998
   [junit4]   2> 709166 T1147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/'
   [junit4]   2> 709218 T1147 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/solr.xml
   [junit4]   2> 709346 T1147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 709347 T1147 oasc.CoreContainer.<init> New CoreContainer 1462666415
   [junit4]   2> 709347 T1147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/]
   [junit4]   2> 709351 T1147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 709352 T1147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 709353 T1147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 709354 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 709355 T1147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 709356 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 709357 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 709358 T1147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 709358 T1147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 709359 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 709435 T1147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49349/solr
   [junit4]   2> 709436 T1147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 709439 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 709443 T1213 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@166a0d27 name:ZooKeeperConnection Watcher:127.0.0.1:49349 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 709444 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 709458 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 709482 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 709488 T1215 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67b98523 name:ZooKeeperConnection Watcher:127.0.0.1:49349/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 709489 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 709501 T1147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 710515 T1147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49362_
   [junit4]   2> 710519 T1147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49362_
   [junit4]   2> 710535 T1169 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 710536 T1187 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 710535 T1201 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 710538 T1174 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 710541 T1215 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 710558 T1147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998
   [junit4]   2> 710780 T1147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/conf/
   [junit4]   2> 710787 T1147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 710789 T1147 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 710789 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 710790 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 711332 T1147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 711356 T1147 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49365
   [junit4]   2> 711358 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 711359 T1147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 711360 T1147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315
   [junit4]   2> 711361 T1147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/'
   [junit4]   2> 711427 T1147 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/solr.xml
   [junit4]   2> 711623 T1147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 711623 T1147 oasc.CoreContainer.<init> New CoreContainer 165051494
   [junit4]   2> 711624 T1147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/]
   [junit4]   2> 711627 T1147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 711627 T1147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 711628 T1147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 711628 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 711629 T1147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 711629 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 711630 T1147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 711630 T1147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 711631 T1147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 711631 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 711651 T1147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49349/solr
   [junit4]   2> 711652 T1147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 711655 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 711660 T1227 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26bcf5b1 name:ZooKeeperConnection Watcher:127.0.0.1:49349 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 711661 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 711665 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 711692 T1147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 711697 T1229 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f2425ce name:ZooKeeperConnection Watcher:127.0.0.1:49349/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 711698 T1147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 711713 T1147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 712725 T1147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49365_
   [junit4]   2> 712728 T1147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49365_
   [junit4]   2> 712749 T1215 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 712750 T1187 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 712752 T1169 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 712753 T1201 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 712753 T1174 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 712753 T1229 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 712765 T1147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315
   [junit4]   2> 712964 T1147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/conf/
   [junit4]   2> 712973 T1147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 712975 T1147 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 712975 T1147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 712976 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 712996 T1147 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 713017 T1179 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 713020 T1169 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 713025 T1171 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> 713026 T1171 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> 714468 T1170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 714470 T1170 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 714470 T1170 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 714484 T1215 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> 714491 T1169 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> 714492 T1201 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> 714493 T1174 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> 714494 T1187 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> 714494 T1229 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> 714559 T1171 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 714560 T1171 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:49365_
   [junit4]   2> 714561 T1171 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:49362_
   [junit4]   2> 714563 T1171 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:49359_
   [junit4]   2> 714563 T1171 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:49356_
   [junit4]   2> 714596 T1222 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 714599 T1183 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 714602 T1207 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 714599 T1193 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 714607 T1183 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 714607 T1222 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 714609 T1193 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 714609 T1207 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 716021 T1170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 716025 T1170 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 716026 T1170 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:49365_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49365"}
   [junit4]   2> 716040 T1170 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 716041 T1170 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:49356_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49356"}
   [junit4]   2> 716055 T1170 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 716055 T1170 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:49359_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49359"}
   [junit4]   2> 716070 T1170 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 716071 T1170 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:49362_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49362"}
   [junit4]   2> 716087 T1174 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> 716088 T1169 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> 716089 T1229 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> 716089 T1215 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> 716090 T1201 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> 716100 T1187 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> 716610 T1183 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 716613 T1222 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 716615 T1193 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 716617 T1207 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 716613 T1183 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 716620 T1183 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/nodes_used_collection_shard2_replica2
   [junit4]   2> 716621 T1183 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 716615 T1222 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 716622 T1222 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/nodes_used_collection_shard1_replica1
   [junit4]   2> 716623 T1222 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 716617 T1193 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 716625 T1193 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/nodes_used_collection_shard2_replica1
   [junit4]   2> 716625 T1193 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 716619 T1207 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 716628 T1207 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/nodes_used_collection_shard1_replica2
   [junit4]   2> 716628 T1207 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 716634 T1183 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 716634 T1183 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 716635 T1222 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 716635 T1222 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 716637 T1207 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 716637 T1207 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 716642 T1193 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 716646 T1193 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 716649 T1183 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 716649 T1207 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 716650 T1207 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 716650 T1193 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 716651 T1193 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 716650 T1222 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 716650 T1183 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 716652 T1222 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 716657 T1193 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 716661 T1207 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 716662 T1193 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 716663 T1183 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 716670 T1183 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 716671 T1207 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 716678 T1222 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 716721 T1222 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 716927 T1207 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 716960 T1193 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 716965 T1222 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 716995 T1183 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 717139 T1207 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 717184 T1207 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 717200 T1207 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 717226 T1222 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 717239 T1183 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 717247 T1193 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 717250 T1222 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 717258 T1183 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 717267 T1222 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 717268 T1193 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 717287 T1183 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 717314 T1193 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 719903 T1207 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 719967 T1207 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 719973 T1207 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 719987 T1222 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 719988 T1183 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 720012 T1222 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 720017 T1222 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 720032 T1183 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 720056 T1183 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 720178 T1193 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 720190 T1207 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 720198 T1193 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 720203 T1193 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 720208 T1183 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 720224 T1207 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 720225 T1183 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 720237 T1207 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 720241 T1222 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 720244 T1207 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 720245 T1207 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 720245 T1207 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 720248 T1183 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 720253 T1222 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 720255 T1207 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 720256 T1207 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 720256 T1207 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 720257 T1207 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 720258 T1207 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33802b75
   [junit4]   2> 720259 T1207 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 720263 T1207 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 720263 T1207 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 720264 T1207 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375513289998//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 720269 T1183 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 720270 T1183 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 720270 T1183 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 720277 T1183 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 720282 T1183 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 720284 T1183 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 720285 T1183 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 720286 T1183 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33802b75
   [junit4]   2> 720287 T1183 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 720288 T1222 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 720288 T1183 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 720289 T1207 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@bbe5da1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@323c29b7),segFN=segments_1,generation=1}
   [junit4]   2> 720292 T1207 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 720289 T1183 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 720295 T1183 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375513285653//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 720301 T1222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 720302 T1222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 720303 T1222 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 720306 T1207 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 720306 T1207 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 720308 T1207 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 720309 T1207 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 720310 T1207 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 720310 T1207 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 720311 T1207 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 720312 T1183 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5efb599 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4b0f079d),segFN=segments_1,generation=1}
   [junit4]   2> 720313 T1183 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 720317 T1207 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 720318 T1207 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 720323 T1183 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 720325 T1183 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 720326 T1183 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 720327 T1183 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 720328 T1183 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 720329 T1183 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 720330 T1183 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 720333 T1222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 720334 T1222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 720334 T1222 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 720335 T1222 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 720335 T1222 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33802b75
   [junit4]   2> 720337 T1222 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 720341 T1207 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 720346 T1183 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 720346 T1183 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 720349 T1222 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 720349 T1222 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 720350 T1222 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375513292315//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 720361 T1183 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 720362 T1207 oass.SolrIndexSearcher.<init> Opening Searcher@7b9bcfc1 main
   [junit4]   2> 720361 T1222 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13d6674c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4475e436),segFN=segments_1,generation=1}
   [junit4]   2> 720363 T1222 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 720364 T1207 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 720365 T1207 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 720374 T1183 oass.SolrIndexSearcher.<init> Opening Searcher@57a518b6 main
   [junit4]   2> 720376 T1183 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 720376 T1183 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 720381 T1235 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@7b9bcfc1 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 720382 T1193 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 720408 T1193 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 720411 T1222 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 720411 T1222 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 720424 T1222 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 720432 T1193 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 720434 T1236 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@57a518b6 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 720434 T1222 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 720446 T1222 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 720447 T1222 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 720448 T1193 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 720448 T1193 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 720449 T1193 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 720449 T1222 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 720452 T1222 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 720453 T1222 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 720472 T1222 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 720475 T1193 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 720476 T1193 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 720476 T1193 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 720477 T1193 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 720477 T1193 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33802b75
   [junit4]   2> 720479 T1207 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 720480 T1207 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:49362 collection:nodes_used_collection shard:shard1
   [junit4]   2> 720480 T1207 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 720484 T1183 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 720485 T1183 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:49356 collection:nodes_used_collection shard:shard2
   [junit4]   2> 720485 T1183 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 720480 T1193 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 720490 T1193 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 720490 T1193 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 720491 T1193 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375513287811//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 720497 T1193 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@174098ad lockFactory=org.apache.lucene.store.NativeFSLockFactory@319276e7),segFN=segments_1,generation=1}
   [junit4]   2> 720497 T1193 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 720511 T1193 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 720511 T1193 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 720512 T1193 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 720513 T1193 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 720515 T1193 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 720516 T1193 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 720517 T1193 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 720518 T1193 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 720518 T1193 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 720526 T1207 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 720527 T1222 oass.SolrIndexSearcher.<init> Opening Searcher@1caf472a main
   [junit4]   2> 720529 T1222 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 720529 T1222 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 720542 T1193 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 720545 T1183 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 720551 T1237 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@1caf472a main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 720555 T1222 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 720555 T1222 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:49365 collection:nodes_used_collection shard:shard1
   [junit4]   2> 720556 T1222 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 720580 T1222 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 720582 T1193 oass.SolrIndexSearcher.<init> Opening Searcher@774c1fc7 main
   [junit4]   2> 720585 T1193 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 720587 T1193 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 720592 T1238 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@774c1fc7 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 720597 T1193 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 720598 T1193 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:49359 collection:nodes_used_collection shard:shard2
   [junit4]   2> 720598 T1193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 720623 T1183 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 720624 T1207 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 720640 T1183 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179998
   [junit4]   2> 720642 T1207 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 720643 T1207 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 720643 T1207 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49362/nodes_used_collection_shard1_replica2/
   [junit4]   2> 720644 T1207 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:49362 START replicas=[http://127.0.0.1:49365/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 720645 T1207 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:49362 DONE.  We have no versions.  sync failed.
   [junit4]   2> 720645 T1207 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 720646 T1207 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> 720649 T1207 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49362/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 720649 T1207 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> ASYNC  NEW_CORE C223 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@50b3cbe1 url=http://127.0.0.1:49365/nodes_used_collection_shard1_replica1 node=127.0.0.1:49365_ C223_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:49365_, base_url=http://127.0.0.1:49365}
   [junit4]   2> 720661 T1223 C223 P49365 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=4 
   [junit4]   2> 720687 T1170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2>

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

t 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]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 52 more
   [junit4]   2> 918921 T1147 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 216386 T1146 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 919974 T1229 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> 919975 T1229 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> 919976 T1229 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> 919977 T1229 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 919978 T1229 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> 919978 T1229 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=Memory doPackFST= false), range_facet_l=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=Direct), range_facet_sl=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Memory doPackFST= false), text=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_si=PostingsFormat(name=Memory doPackFST= false), _version_=Pulsing41(freqCutoff=16 minBlockSize=77 maxBlockSize=249), other_tl1=Pulsing41(freqCutoff=16 minBlockSize=77 maxBlockSize=249), multiDefault=PostingsFormat(name=Memory doPackFST= false), a_si=Pulsing41(freqCutoff=16 minBlockSize=77 maxBlockSize=249), intDefault=Pulsing41(freqCutoff=16 minBlockSize=77 maxBlockSize=249)}, docValues:{timestamp=DocValuesFormat(name=CheapBastard)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=tr, timezone=Antarctica/DumontDUrville
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=2,free=92752536,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SliceStateUpdateTest, TestZkChroot, MoreLikeThisHandlerTest, TestSolr4Spatial, AddSchemaFieldsUpdateProcessorFactoryTest, EchoParamsTest, TestBM25SimilarityFactory, TestComponentsName, TestFieldResource, FileBasedSpellCheckerTest, TestAddFieldRealTimeGet, TestDefaultSimilarityFactory, BinaryUpdateRequestHandlerTest, TestPerFieldSimilarity, TestFastLRUCache, HardAutoCommitTest, XsltUpdateRequestHandlerTest, TestMaxScoreQueryParser, IndexSchemaTest, HdfsBasicDistributedZk2Test, TestFastWriter, SimpleFacetsTest, SuggesterTest, TestStressVersions, TestRandomFaceting, TestCollationField, ParsingFieldUpdateProcessorsTest, SampleTest, TestDFRSimilarityFactory, SOLR749Test, ZkNodePropsTest, JSONWriterTest, SuggesterFSTTest, QueryElevationComponentTest, TestIndexingPerformance, TestValueSourceCache, StatelessScriptUpdateProcessorFactoryTest, TestRealTimeGet, ResponseLogComponentTest, TestSchemaSimilarityResource, SolrRequestParserTest, TestFastOutputStream, PingRequestHandlerTest, TestElisionMultitermQuery, LoggingHandlerTest, TestQueryTypes, TestAnalyzedSuggestions, TestSchemaResource, TestCloudManagedSchema, TestManagedSchemaFieldResource, TestSweetSpotSimilarityFactory, AliasIntegrationTest, TestRecoveryHdfs, SignatureUpdateProcessorFactoryTest, DocValuesMultiTest, PreAnalyzedFieldTest, TestReloadAndDeleteDocs, TestOmitPositions, TestSolrXmlPersistence, DateMathParserTest, ZkCLITest, PreAnalyzedUpdateProcessorTest, CurrencyFieldOpenExchangeTest, TestLMJelinekMercerSimilarityFactory, TestFieldTypeCollectionResource, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 217.73s, 1 test, 1 error <<< FAILURES!

[...truncated 791 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1230: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 39 ignored (5 assumptions)

Total time: 115 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 700 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/700/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
REGRESSION:  org.apache.solr.core.OpenCloseCoreStressTest.test30SecondsNew

Error Message:
Core 00000_core bad! expected:<706> but was:<0>

Stack Trace:
java.lang.AssertionError: Core 00000_core bad! expected:<706> but was:<0>
	at __randomizedtesting.SeedInfo.seed([3FFD2EFC80FB9677:5B483228D23B6F32]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.core.OpenCloseCoreStressTest.checkResults(OpenCloseCoreStressTest.java:307)
	at org.apache.solr.core.OpenCloseCoreStressTest.doStress(OpenCloseCoreStressTest.java:201)
	at org.apache.solr.core.OpenCloseCoreStressTest.test30SecondsNew(OpenCloseCoreStressTest.java:121)
	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)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Server refused connection at: http://127.0.0.1:50255/_j/mt

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50255/_j/mt
	at __randomizedtesting.SeedInfo.seed([3FFD2EFC80FB9677:BE1BA0E4F7A4F64B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	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.HttpHostConnectException: Connection to http://127.0.0.1:50255 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	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
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 52 more




Build Log:
[...truncated 9748 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1973328 T4356 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_j/mt
   [junit4]   2> 1973336 T4356 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375489643988
   [junit4]   2> 1973338 T4356 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1973340 T4357 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1973440 T4356 oasc.ZkTestServer.run start zk server on port:50245
   [junit4]   2> 1973446 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1973462 T4363 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34bcca42 name:ZooKeeperConnection Watcher:127.0.0.1:50245 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1973462 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1973463 T4356 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1973481 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1973487 T4365 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d5bc478 name:ZooKeeperConnection Watcher:127.0.0.1:50245/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1973488 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1973488 T4356 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1973498 T4356 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1973520 T4356 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1973527 T4356 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1973538 T4356 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1973541 T4356 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1973591 T4356 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1973593 T4356 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1973614 T4356 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1973619 T4356 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1973628 T4356 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1973629 T4356 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1973643 T4356 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1973644 T4356 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1973653 T4356 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1973654 T4356 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1973677 T4356 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1973678 T4356 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1973691 T4356 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1973692 T4356 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1973710 T4356 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1973712 T4356 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1974372 T4356 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1974381 T4356 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 1974382 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1974382 T4356 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1974383 T4356 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374
   [junit4]   2> 1974383 T4356 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/'
   [junit4]   2> 1974438 T4356 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/solr.xml
   [junit4]   2> 1974559 T4356 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1974560 T4356 oasc.CoreContainer.<init> New CoreContainer 1853126241
   [junit4]   2> 1974560 T4356 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/]
   [junit4]   2> 1974563 T4356 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1974564 T4356 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1974564 T4356 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1974564 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1974565 T4356 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1974565 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1974566 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1974567 T4356 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1974567 T4356 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1974568 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1974592 T4356 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50245/solr
   [junit4]   2> 1974593 T4356 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1974597 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1974601 T4376 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@330e5cab name:ZooKeeperConnection Watcher:127.0.0.1:50245 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1974602 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1974607 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1974625 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1974630 T4378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cd31057 name:ZooKeeperConnection Watcher:127.0.0.1:50245/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1974631 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1974634 T4356 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1974643 T4356 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1974651 T4356 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1974656 T4356 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50248__j%2Fmt
   [junit4]   2> 1974660 T4356 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50248__j%2Fmt
   [junit4]   2> 1974674 T4356 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1974687 T4356 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1974693 T4356 oasc.Overseer.start Overseer (id=90144089308921859-127.0.0.1:50248__j%2Fmt-n_0000000000) starting
   [junit4]   2> 1974701 T4356 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1974714 T4379 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1974715 T4380 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1974722 T4356 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1974728 T4356 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1974733 T4356 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1974748 T4356 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374
   [junit4]   2> 1974897 T4356 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/conf/
   [junit4]   2> 1974905 T4356 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1974906 T4356 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1974907 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1974907 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1974936 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1974939 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1974945 T4383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6cc849d1 name:ZooKeeperConnection Watcher:127.0.0.1:50245/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1974947 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1974957 T4356 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1974966 T4356 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1975576 T4356 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1975583 T4356 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 1975585 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1975585 T4356 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1975586 T4356 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375489645617
   [junit4]   2> 1975586 T4356 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375489645617/'
   [junit4]   2> 1975658 T4356 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375489645617/solr.xml
   [junit4]   2> 1975887 T4356 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1975887 T4356 oasc.CoreContainer.<init> New CoreContainer 1836513948
   [junit4]   2> 1975888 T4356 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375489645617/]
   [junit4]   2> 1975890 T4356 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1975891 T4356 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1975891 T4356 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1975892 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1975892 T4356 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1975893 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1975893 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1975894 T4356 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1975894 T4356 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1975894 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1975913 T4356 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50245/solr
   [junit4]   2> 1975914 T4356 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1975916 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1975924 T4394 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32758e1d name:ZooKeeperConnection Watcher:127.0.0.1:50245 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1975928 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1975937 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1975954 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1975958 T4396 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38989292 name:ZooKeeperConnection Watcher:127.0.0.1:50245/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1975959 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1975970 T4356 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1976980 T4356 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50252__j%2Fmt
   [junit4]   2> 1976984 T4356 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50252__j%2Fmt
   [junit4]   2> 1976995 T4378 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1976998 T4396 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1976998 T4383 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1977015 T4356 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375489645617
   [junit4]   2> 1977225 T4356 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375489645617/conf/
   [junit4]   2> 1977232 T4356 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1977233 T4356 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1977233 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1977234 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1977771 T4356 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1977779 T4356 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 1977780 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1977781 T4356 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1977782 T4356 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910
   [junit4]   2> 1977783 T4356 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/'
   [junit4]   2> 1977848 T4356 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/solr.xml
   [junit4]   2> 1977987 T4356 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1977988 T4356 oasc.CoreContainer.<init> New CoreContainer 2125438562
   [junit4]   2> 1977988 T4356 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/]
   [junit4]   2> 1977991 T4356 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1977992 T4356 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1977993 T4356 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1977994 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1977994 T4356 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1977995 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1977995 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1977996 T4356 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1977996 T4356 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1977997 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1978020 T4356 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50245/solr
   [junit4]   2> 1978021 T4356 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1978023 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1978030 T4408 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@390e9a03 name:ZooKeeperConnection Watcher:127.0.0.1:50245 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1978032 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1978041 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1978066 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1978069 T4410 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7140e344 name:ZooKeeperConnection Watcher:127.0.0.1:50245/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1978069 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1978085 T4356 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1979102 T4356 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50255__j%2Fmt
   [junit4]   2> 1979105 T4356 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50255__j%2Fmt
   [junit4]   2> 1979114 T4383 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1979129 T4356 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910
   [junit4]   2> 1979158 T4410 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1979159 T4396 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1979159 T4378 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1979321 T4356 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/conf/
   [junit4]   2> 1979330 T4356 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1979331 T4356 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1979331 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1979332 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1979896 T4356 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1979901 T4356 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 1979902 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1979902 T4356 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1979903 T4356 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007
   [junit4]   2> 1979903 T4356 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/'
   [junit4]   2> 1979970 T4356 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/solr.xml
   [junit4]   2> 1980090 T4356 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1980091 T4356 oasc.CoreContainer.<init> New CoreContainer 1666416585
   [junit4]   2> 1980091 T4356 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/]
   [junit4]   2> 1980093 T4356 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1980094 T4356 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1980094 T4356 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1980094 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1980095 T4356 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1980095 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1980096 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1980096 T4356 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1980096 T4356 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1980097 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1980119 T4356 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50245/solr
   [junit4]   2> 1980120 T4356 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1980125 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1980127 T4422 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f5e84b9 name:ZooKeeperConnection Watcher:127.0.0.1:50245 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1980128 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1980131 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1980157 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1980161 T4424 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e42d784 name:ZooKeeperConnection Watcher:127.0.0.1:50245/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1980162 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1980176 T4356 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1981184 T4356 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50258__j%2Fmt
   [junit4]   2> 1981187 T4356 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50258__j%2Fmt
   [junit4]   2> 1981209 T4383 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1981210 T4396 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1981210 T4378 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1981210 T4410 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1981215 T4356 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007
   [junit4]   2> 1981219 T4424 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1981406 T4356 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/conf/
   [junit4]   2> 1981415 T4356 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1981416 T4356 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1981417 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1981417 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1982045 T4356 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1982054 T4356 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 1982055 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1982056 T4356 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1982056 T4356 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100
   [junit4]   2> 1982057 T4356 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/'
   [junit4]   2> 1982116 T4356 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/solr.xml
   [junit4]   2> 1982252 T4356 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1982253 T4356 oasc.CoreContainer.<init> New CoreContainer 1810013405
   [junit4]   2> 1982253 T4356 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/]
   [junit4]   2> 1982256 T4356 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1982257 T4356 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1982257 T4356 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1982258 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1982259 T4356 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1982259 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1982260 T4356 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1982261 T4356 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1982262 T4356 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1982263 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1982286 T4356 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50245/solr
   [junit4]   2> 1982287 T4356 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1982292 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982302 T4436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7fb38a7 name:ZooKeeperConnection Watcher:127.0.0.1:50245 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982302 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1982309 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1982334 T4356 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982338 T4438 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f365f89 name:ZooKeeperConnection Watcher:127.0.0.1:50245/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982339 T4356 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1982350 T4356 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1983362 T4356 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50261__j%2Fmt
   [junit4]   2> 1983366 T4356 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50261__j%2Fmt
   [junit4]   2> 1983377 T4410 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1983384 T4438 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1983385 T4378 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1983385 T4383 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1983386 T4424 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1983386 T4396 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1983401 T4356 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100
   [junit4]   2> 1983650 T4356 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/conf/
   [junit4]   2> 1983661 T4356 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1983663 T4356 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1983663 T4356 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1983664 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1983701 T4356 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1983730 T4389 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1983734 T4378 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1983742 T4380 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> 1983743 T4380 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> 1983820 T4379 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1983822 T4379 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 1983823 T4379 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 1983837 T4424 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> 1983837 T4383 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> 1983837 T4378 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> 1983838 T4396 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> 1983838 T4438 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> 1983837 T4410 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> 1983953 T4380 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1983954 T4380 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:50248__j%2Fmt
   [junit4]   2> 1983964 T4380 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:50258__j%2Fmt
   [junit4]   2> 1983966 T4380 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:50261__j%2Fmt
   [junit4]   2> 1983977 T4374 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 1983978 T4380 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:50255__j%2Fmt
   [junit4]   2> 1983986 T4374 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1983989 T4433 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 1983993 T4420 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 1983994 T4402 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 1983996 T4433 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1983998 T4402 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1983998 T4420 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1985360 T4379 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1985363 T4379 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1985364 T4379 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:50248__j%2Fmt",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50248/_j/mt"}
   [junit4]   2> 1985378 T4379 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1985379 T4379 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:50261__j%2Fmt",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50261/_j/mt"}
   [junit4]   2> 1985400 T4379 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1985400 T4379 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:50255__j%2Fmt",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50255/_j/mt"}
   [junit4]   2> 1985415 T4379 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1985415 T4379 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:50258__j%2Fmt",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50258/_j/mt"}
   [junit4]   2> 1985430 T4378 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> 1985432 T4383 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> 1985440 T4396 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> 1985441 T4424 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> 1985441 T4438 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> 1985442 T4410 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> 1985992 T4374 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 1985994 T4374 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 1986000 T4374 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/nodes_used_collection_shard1_replica1
   [junit4]   2> 1986002 T4374 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1986000 T4433 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 1986001 T4402 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 1986004 T4433 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 1986005 T4433 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/nodes_used_collection_shard2_replica1
   [junit4]   2> 1986005 T4402 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 1986007 T4402 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/nodes_used_collection_shard2_replica2
   [junit4]   2> 1986007 T4402 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1986006 T4420 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 1986009 T4420 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 1986010 T4420 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/nodes_used_collection_shard1_replica2
   [junit4]   2> 1986010 T4420 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1986006 T4433 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1986005 T4374 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1986012 T4374 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1986016 T4420 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1986017 T4420 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1986018 T4433 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1986018 T4433 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1986021 T4402 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1986022 T4402 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1986025 T4374 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1986025 T4374 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1986029 T4433 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1986029 T4433 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1986030 T4420 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1986031 T4420 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1986041 T4402 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1986041 T4402 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1986044 T4420 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1986044 T4374 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1986045 T4433 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1986051 T4420 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 1986052 T4374 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 1986051 T4433 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 1986068 T4402 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1986070 T4402 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 1986445 T4420 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1986456 T4433 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1986480 T4402 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1986483 T4374 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1986724 T4433 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1986740 T4433 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1986741 T4374 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1986775 T4433 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1986775 T4420 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1986784 T4420 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1986800 T4374 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1986820 T4402 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1986831 T4402 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1986835 T4420 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1986845 T4374 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1986857 T4402 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1989655 T4420 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1989692 T4420 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1989694 T4433 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1989701 T4420 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1989724 T4433 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1989744 T4433 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1989770 T4374 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1989801 T4374 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1989803 T4402 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1989806 T4374 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1989818 T4402 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1989824 T4402 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1989853 T4420 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989867 T4420 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989872 T4433 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989889 T4420 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1989897 T4433 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989899 T4420 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1989901 T4420 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1989902 T4420 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1989913 T4420 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1989914 T4420 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1989916 T4420 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1989917 T4420 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 1989918 T4420 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35cc031
   [junit4]   2> 1989919 T4420 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 1989920 T4420 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 1989924 T4420 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1989921 T4433 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1989926 T4420 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375489650007//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 1989935 T4420 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@264fa400 lockFactory=org.apache.lucene.store.NativeFSLockFactory@54a4b898),segFN=segments_1,generation=1}
   [junit4]   2> 1989936 T4420 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1989939 T4374 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989941 T4402 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989946 T4433 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1989946 T4433 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1989947 T4433 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1989953 T4420 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1989955 T4420 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1989958 T4420 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1989959 T4420 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1989961 T4420 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1989961 T4420 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1989962 T4420 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1989964 T4420 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1989965 T4420 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1989978 T4433 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1989979 T4433 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1989979 T4433 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1989980 T4433 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 1989980 T4433 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35cc031
   [junit4]   2> 1989982 T4433 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 1989982 T4433 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 1989989 T4433 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1989991 T4374 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989992 T4402 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1989993 T4433 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375489652100//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 1990006 T4374 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1990009 T4402 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1990015 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1990016 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1990019 T4402 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1990020 T4374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1990021 T4374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1990021 T4374 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1990031 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1990033 T4402 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1990033 T4402 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1990036 T4402 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 1990037 T4402 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35cc031
   [junit4]   2> 1990038 T4402 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 1990038 T4402 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 1990039 T4402 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1990043 T4420 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1990046 T4402 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375489647910//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 1990047 T4374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1990051 T4374 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1990052 T4374 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1990053 T4374 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 1990054 T4374 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35cc031
   [junit4]   2> 1990056 T4374 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 1990058 T4374 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 1990058 T4374 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1990061 T4420 oass.SolrIndexSearcher.<init> Opening Searcher@23c9196 main
   [junit4]   2> 1990063 T4433 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@34396444 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2815a96a),segFN=segments_1,generation=1}
   [junit4]   2> 1990064 T4433 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1990065 T4374 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375489644374//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 1990067 T4420 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1990067 T4420 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1990071 T4402 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11eee54d lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d9bd80d),segFN=segments_1,generation=1}
   [junit4]   2> 1990072 T4402 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1990083 T4374 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@242a0484 lockFactory=org.apache.lucene.store.NativeFSLockFactory@567a0fff),segFN=segments_1,generation=1}
   [junit4]   2> 1990084 T4374 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1990091 T4444 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@23c9196 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1990106 T4433 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1990107 T4433 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1990111 T4433 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1990120 T4433 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1990124 T4433 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1990125 T4433 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1990126 T4433 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1990129 T4433 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1990131 T4420 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 1990135 T4420 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:50258/_j/mt collection:nodes_used_collection shard:shard1
   [junit4]   2> 1990136 T4420 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1990134 T4402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1990138 T4402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1990140 T4402 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1990142 T4402 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1990131 T4433 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1990134 T4374 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1990152 T4374 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1990155 T4374 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1990157 T4374 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1990144 T4402 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1990160 T4402 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1990161 T4402 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1990168 T4402 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1990170 T4402 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1990162 T4374 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1990183 T4374 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1990184 T4374 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1990184 T4433 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1990188 T4402 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1990186 T4374 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1990195 T4374 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1990200 T4374 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1990213 T4420 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1990214 T4433 oass.SolrIndexSearcher.<init> Opening Searcher@b745fe3 main
   [junit4]   2> 1990220 T4433 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1990222 T4433 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1990228 T4374 oass.SolrIndexSearcher.<init> Opening Searcher@3c08ccb9 main
   [junit4]   2> 1990231 T4374 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1990232 T4374 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1990234 T4445 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@b745fe3 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   

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

ng directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00001_core/data/index
   [junit4]   2> 2435016 T5215 oasc.SolrCore.close [00000_core]  CLOSING SolrCore org.apache.solr.core.SolrCore@7535c2a7
   [junit4]   2> 2435033 T5215 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=7,autocommits=0,soft autocommits=4,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=706,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2435034 T5215 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2435034 T5215 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2435035 T5215 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2435073 T5215 C1267 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fdb4fd5),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fdb4fd5),segFN=segments_4,generation=4}
   [junit4]   2> 2435074 T5215 C1267 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 2435289 T5215 oasc.SolrCore.closeSearcher [00000_core] Closing main searcher on request.
   [junit4]   2> 2435427 T5215 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2435428 T5215 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index;done=false>>]
   [junit4]   2> 2435429 T5215 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data/index
   [junit4]   2> 2435525 T5215 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data;done=false>>]
   [junit4]   2> 2435526 T5215 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/OpenCloseCoreStressTest_/00000_core/data
   [junit4]   2> 2435527 T5215 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 2438614 T5215 oas.SolrTestCaseJ4.tearDown ###Ending test30SecondsNew
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OpenCloseCoreStressTest -Dtests.method=test30SecondsNew -Dtests.seed=3FFD2EFC80FB9677 -Dtests.slow=true -Dtests.locale=fr_FR -Dtests.timezone=Asia/Hebron -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 49.3s | OpenCloseCoreStressTest.test30SecondsNew <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Core 00000_core bad! expected:<706> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3FFD2EFC80FB9677:5B483228D23B6F32]:0)
   [junit4]    > 	at org.apache.solr.core.OpenCloseCoreStressTest.checkResults(OpenCloseCoreStressTest.java:307)
   [junit4]    > 	at org.apache.solr.core.OpenCloseCoreStressTest.doStress(OpenCloseCoreStressTest.java:201)
   [junit4]    > 	at org.apache.solr.core.OpenCloseCoreStressTest.test30SecondsNew(OpenCloseCoreStressTest.java:121)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4] IGNOR/A 0.00s | OpenCloseCoreStressTest.test1HourOld
   [junit4]    > Assumption #1: 'weekly' test group is disabled (@Weekly)
   [junit4]   2> 2438628 T5215 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=Asserting), text=PostingsFormat(name=MockSep)}, docValues:{}, sim=DefaultSimilarity, locale=fr_FR, timezone=Asia/Hebron
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=1,free=135315384,total=434700288
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsLockFactoryTest, PluginInfoTest, LegacyHTMLStripCharFilterTest, TestPluginEnable, DefaultValueUpdateProcessorTest, TestCodecSupport, PeerSyncTest, OutputWriterTest, ResponseLogComponentTest, HdfsSyncSliceTest, SolrRequestParserTest, TestInfoStreamLogging, BadComponentTest, TestSystemIdResolver, TestDistributedGrouping, TestManagedSchemaFieldResource, TestLRUCache, PreAnalyzedUpdateProcessorTest, TestRandomDVFaceting, TestSolrXml, SliceStateUpdateTest, TestDocumentBuilder, SuggesterTest, LeaderElectionTest, SolrTestCaseJ4Test, TestValueSourceCache, HdfsRecoveryZkTest, TestReversedWildcardFilterFactory, TestSchemaVersionResource, TestSolrQueryParserDefaultOperatorResource, TestManagedSchema, TestRTGBase, TestStressLucene, RAMDirectoryFactoryTest, LukeRequestHandlerTest, TestShardHandlerFactory, TestHashPartitioner, SolrIndexConfigTest, SolrInfoMBeanTest, SystemInfoHandlerTest, URLClassifyProcessorTest, PathHierarchyTokenizerFactoryTest, TestDocSet, DocValuesMultiTest, TestRemoteStreaming, TestFiltering, TestCoreContainer, SampleTest, MinimalSchemaTest, TestFunctionQuery, UpdateRequestProcessorFactoryTest, PreAnalyzedFieldTest, TestFastWriter, BlockDirectoryTest, DOMUtilTest, TestDistributedSearch, TestSerializedLuceneMatchVersion, FileUtilsTest, TestMaxScoreQueryParser, BadCopyFieldTest, TestRandomFaceting, TestSurroundQueryParser, SOLR749Test, ClusterStateTest, TestRecoveryHdfs, TestUpdate, FieldAnalysisRequestHandlerTest, TestJmxMonitoredMap, TestLFUCache, TestWordDelimiterFilterFactory, TestSchemaSimilarityResource, TestSweetSpotSimilarityFactory, MBeansHandlerTest, OpenExchangeRatesOrgProviderTest, TestBinaryField, ZkCLITest, TestSolrQueryParser, TestConfig, InfoHandlerTest, TestFoldingMultitermQuery, TermVectorComponentDistributedTest, TestSolrDeletionPolicy2, TestComponentsName, TestBadConfig, EchoParamsTest, TestRealTimeGet, TestPseudoReturnFields, OverseerCollectionProcessorTest, DateFieldTest, TestWriterPerf, TestGroupingSearch, TestBinaryResponseWriter, TestReplicationHandler, SoftAutoCommitTest, SuggesterFSTTest, FieldMutatingUpdateProcessorTest, TestStressReorder, ShardRoutingCustomTest, DebugComponentTest, TestDynamicFieldResource, IndexSchemaRuntimeFieldTest, TestPostingsSolrHighlighter, ChaosMonkeySafeLeaderTest, TestArbitraryIndexDir, TimeZoneUtilsTest, TestQueryUtils, XsltUpdateRequestHandlerTest, UpdateParamsTest, NoCacheHeaderTest, SolrCmdDistributorTest, SuggesterTSTTest, TestPerFieldSimilarity, BinaryUpdateRequestHandlerTest, DateMathParserTest, PrimUtilsTest, NotRequiredUniqueKeyTest, DistributedTermsComponentTest, TestPropInjectDefaults, TestExtendedDismaxParser, TestRangeQuery, LeaderElectionIntegrationTest, SolrCoreTest, StatelessScriptUpdateProcessorFactoryTest, TestQuerySenderListener, HighlighterConfigTest, TestIBSimilarityFactory, TestSolrXMLSerializer, TestMergePolicyConfig, IndexBasedSpellCheckerTest, ScriptEngineTest, DocValuesTest, HdfsBasicDistributedZk2Test, HighlighterTest, TestClassNameShortening, TestElisionMultitermQuery, SpellingQueryConverterTest, TestSolrJ, CacheHeaderTest, QueryResultKeyTest, TestTrie, AutoCommitTest, DocumentBuilderTest, FileBasedSpellCheckerTest, TestSuggestSpellingConverter, CircularListTest, UniqFieldsUpdateProcessorFactoryTest, TestFieldResource, CSVRequestHandlerTest, TestCSVResponseWriter, MoreLikeThisHandlerTest, DirectUpdateHandlerTest, HdfsBasicDistributedZkTest, BlockCacheTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest]
   [junit4] Completed in 93.46s, 6 tests, 1 failure, 4 skipped <<< FAILURES!

[...truncated 481 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1230: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 1 failure, 39 ignored (5 assumptions)

Total time: 108 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 699 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/699/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Server refused connection at: http://127.0.0.1:49961

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:49961
	at __randomizedtesting.SeedInfo.seed([9484A2380737F7EA:15622C20706897D6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	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.HttpHostConnectException: Connection to http://127.0.0.1:49961 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	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
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 52 more




Build Log:
[...truncated 9544 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1395593 T2584 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1395626 T2584 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375428138050
   [junit4]   2> 1395629 T2584 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1395630 T2585 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1395731 T2584 oasc.ZkTestServer.run start zk server on port:49951
   [junit4]   2> 1395736 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1395746 T2591 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5240903d name:ZooKeeperConnection Watcher:127.0.0.1:49951 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1395747 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1395747 T2584 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1395773 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1395807 T2593 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1038168a name:ZooKeeperConnection Watcher:127.0.0.1:49951/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1395808 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1395809 T2584 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1395827 T2584 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1395842 T2584 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1395852 T2584 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1395862 T2584 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1395864 T2584 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1395882 T2584 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1395885 T2584 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1395907 T2584 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1395908 T2584 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1395915 T2584 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1395916 T2584 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1395921 T2584 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1395922 T2584 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1395929 T2584 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1395931 T2584 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1395941 T2584 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1395943 T2584 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1395957 T2584 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1395959 T2584 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1395974 T2584 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1395975 T2584 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1396571 T2584 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1396586 T2584 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49954
   [junit4]   2> 1396588 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1396589 T2584 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1396590 T2584 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407
   [junit4]   2> 1396591 T2584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/'
   [junit4]   2> 1396657 T2584 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/solr.xml
   [junit4]   2> 1396823 T2584 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1396825 T2584 oasc.CoreContainer.<init> New CoreContainer 297485463
   [junit4]   2> 1396826 T2584 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/]
   [junit4]   2> 1396830 T2584 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1396831 T2584 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1396832 T2584 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1396833 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1396834 T2584 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1396834 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1396835 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1396836 T2584 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1396837 T2584 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1396838 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1396872 T2584 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49951/solr
   [junit4]   2> 1396874 T2584 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1396877 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1396885 T2604 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f297d1e name:ZooKeeperConnection Watcher:127.0.0.1:49951 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1396886 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1396896 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1396933 T2606 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2081aed0 name:ZooKeeperConnection Watcher:127.0.0.1:49951/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1396934 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1396935 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1396944 T2584 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1396964 T2584 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1396982 T2584 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1396990 T2584 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49954_
   [junit4]   2> 1396999 T2584 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49954_
   [junit4]   2> 1397015 T2584 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1397030 T2584 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1397042 T2584 oasc.Overseer.start Overseer (id=90140058455834627-127.0.0.1:49954_-n_0000000000) starting
   [junit4]   2> 1397052 T2584 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1397068 T2608 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1397069 T2607 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1397072 T2584 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1397080 T2584 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1397085 T2584 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1397096 T2584 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407
   [junit4]   2> 1397308 T2584 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/conf/
   [junit4]   2> 1397319 T2584 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1397322 T2584 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1397322 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1397324 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1397358 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1397361 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1397366 T2611 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ef2e9aa name:ZooKeeperConnection Watcher:127.0.0.1:49951/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1397367 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1397374 T2584 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1397385 T2584 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1398268 T2584 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1398281 T2584 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49958
   [junit4]   2> 1398284 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1398284 T2584 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1398285 T2584 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808
   [junit4]   2> 1398285 T2584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/'
   [junit4]   2> 1398370 T2584 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/solr.xml
   [junit4]   2> 1398693 T2584 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1398694 T2584 oasc.CoreContainer.<init> New CoreContainer 816055402
   [junit4]   2> 1398695 T2584 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/]
   [junit4]   2> 1398700 T2584 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1398702 T2584 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1398703 T2584 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1398704 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1398705 T2584 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1398712 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1398713 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1398714 T2584 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1398714 T2584 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1398716 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1398742 T2584 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49951/solr
   [junit4]   2> 1398742 T2584 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1398745 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1398751 T2622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a85c556 name:ZooKeeperConnection Watcher:127.0.0.1:49951 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1398752 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1398760 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1398788 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1398793 T2624 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9f692a6 name:ZooKeeperConnection Watcher:127.0.0.1:49951/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1398793 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1398810 T2584 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1399824 T2584 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49958_
   [junit4]   2> 1399827 T2584 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49958_
   [junit4]   2> 1399837 T2624 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1399845 T2611 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1399851 T2606 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1399864 T2584 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808
   [junit4]   2> 1400118 T2584 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/conf/
   [junit4]   2> 1400129 T2584 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1400131 T2584 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1400132 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1400133 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1400872 T2584 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1400890 T2584 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49961
   [junit4]   2> 1400892 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1400893 T2584 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1400894 T2584 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375428142597
   [junit4]   2> 1400895 T2584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375428142597/'
   [junit4]   2> 1400982 T2584 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375428142597/solr.xml
   [junit4]   2> 1401193 T2584 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1401194 T2584 oasc.CoreContainer.<init> New CoreContainer 12905373
   [junit4]   2> 1401195 T2584 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375428142597/]
   [junit4]   2> 1401200 T2584 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1401201 T2584 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1401202 T2584 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1401203 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1401204 T2584 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1401204 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1401205 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1401206 T2584 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1401207 T2584 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1401208 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1401244 T2584 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49951/solr
   [junit4]   2> 1401246 T2584 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1401251 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401256 T2636 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4308ff5d name:ZooKeeperConnection Watcher:127.0.0.1:49951 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401257 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1401265 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1401301 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401304 T2638 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2bb449dd name:ZooKeeperConnection Watcher:127.0.0.1:49951/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401304 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1401335 T2584 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1402349 T2584 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49961_
   [junit4]   2> 1402352 T2584 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49961_
   [junit4]   2> 1402371 T2638 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1402372 T2624 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1402373 T2606 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1402372 T2611 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1402386 T2584 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375428142597
   [junit4]   2> 1402582 T2584 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375428142597/conf/
   [junit4]   2> 1402590 T2584 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1402596 T2584 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1402597 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1402598 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1403301 T2584 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1403309 T2584 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49964
   [junit4]   2> 1403310 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1403311 T2584 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1403311 T2584 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052
   [junit4]   2> 1403312 T2584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/'
   [junit4]   2> 1403386 T2584 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/solr.xml
   [junit4]   2> 1403541 T2584 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1403542 T2584 oasc.CoreContainer.<init> New CoreContainer 295520403
   [junit4]   2> 1403542 T2584 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/]
   [junit4]   2> 1403545 T2584 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1403547 T2584 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1403548 T2584 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1403550 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1403552 T2584 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1403556 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1403557 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1403558 T2584 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1403558 T2584 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1403559 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1403594 T2584 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49951/solr
   [junit4]   2> 1403596 T2584 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1403600 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403607 T2650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@297985b0 name:ZooKeeperConnection Watcher:127.0.0.1:49951 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1403608 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1403619 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1403654 T2652 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77798da4 name:ZooKeeperConnection Watcher:127.0.0.1:49951/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1403654 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1403656 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1403677 T2584 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1404687 T2584 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49964_
   [junit4]   2> 1404693 T2584 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49964_
   [junit4]   2> 1404703 T2638 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1404706 T2606 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1404715 T2624 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1404718 T2611 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1404719 T2652 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1404737 T2584 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052
   [junit4]   2> 1405041 T2584 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/conf/
   [junit4]   2> 1405057 T2584 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1405059 T2584 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1405061 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1405062 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1405758 T2584 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1405770 T2584 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49967
   [junit4]   2> 1405772 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1405772 T2584 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1405773 T2584 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523
   [junit4]   2> 1405773 T2584 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/'
   [junit4]   2> 1405859 T2584 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/solr.xml
   [junit4]   2> 1405973 T2584 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1405974 T2584 oasc.CoreContainer.<init> New CoreContainer 208580453
   [junit4]   2> 1405975 T2584 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/]
   [junit4]   2> 1405977 T2584 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1405978 T2584 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1405978 T2584 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1405979 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1405980 T2584 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1405980 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1405981 T2584 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1405981 T2584 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1405981 T2584 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1405982 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1406005 T2584 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49951/solr
   [junit4]   2> 1406006 T2584 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1406014 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1406020 T2664 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32426331 name:ZooKeeperConnection Watcher:127.0.0.1:49951 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1406021 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1406024 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1406056 T2584 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1406062 T2666 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7216e6b name:ZooKeeperConnection Watcher:127.0.0.1:49951/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1406063 T2584 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1406090 T2584 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1407104 T2584 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49967_
   [junit4]   2> 1407107 T2584 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49967_
   [junit4]   2> 1407114 T2624 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1407115 T2638 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1407116 T2606 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1407118 T2652 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1407121 T2666 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1407126 T2611 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1407142 T2584 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523
   [junit4]   2> 1407340 T2584 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/conf/
   [junit4]   2> 1407349 T2584 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1407350 T2584 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1407351 T2584 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1407352 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1407371 T2584 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1407389 T2618 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1407394 T2606 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1407398 T2608 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> 1407398 T2608 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> 1407715 T2607 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1407717 T2607 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 1407718 T2607 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 1407734 T2611 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> 1407734 T2606 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> 1407735 T2624 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> 1407735 T2652 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> 1407737 T2638 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> 1407736 T2666 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> 1407814 T2608 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1407818 T2608 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:49958_
   [junit4]   2> 1407823 T2608 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:49954_
   [junit4]   2> 1407824 T2608 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:49964_
   [junit4]   2> 1407826 T2608 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:49967_
   [junit4]   2> 1407857 T2614 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 1407881 T2614 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1407889 T2662 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 1407893 T2601 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 1407910 T2648 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 1407911 T2662 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1407910 T2601 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1407915 T2648 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1409266 T2607 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1409270 T2607 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1409271 T2607 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:49958_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49958"}
   [junit4]   2> 1409282 T2607 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1409284 T2607 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:49954_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49954"}
   [junit4]   2> 1409298 T2607 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1409299 T2607 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:49967_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49967"}
   [junit4]   2> 1409313 T2607 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1409314 T2607 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:49964_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49964"}
   [junit4]   2> 1409332 T2611 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> 1409339 T2624 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> 1409340 T2606 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> 1409342 T2652 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> 1409343 T2638 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> 1409345 T2666 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> 1409885 T2614 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 1409888 T2614 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 1409892 T2614 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/nodes_used_collection_shard1_replica1
   [junit4]   2> 1409893 T2614 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1409896 T2614 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1409897 T2614 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1409902 T2614 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1409903 T2614 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1409911 T2614 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1409913 T2662 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 1409917 T2662 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 1409918 T2662 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/nodes_used_collection_shard2_replica2
   [junit4]   2> 1409919 T2662 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1409920 T2648 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 1409922 T2648 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 1409923 T2648 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/nodes_used_collection_shard2_replica1
   [junit4]   2> 1409924 T2648 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1409927 T2648 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1409928 T2648 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1409929 T2614 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 1409931 T2601 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 1409933 T2601 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 1409934 T2601 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/nodes_used_collection_shard1_replica2
   [junit4]   2> 1409935 T2601 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1409945 T2662 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1409947 T2662 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1409948 T2601 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1409949 T2601 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1409951 T2648 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 1409955 T2662 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 1409956 T2601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 1410381 T2614 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1410419 T2601 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1410456 T2662 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1410505 T2648 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1410854 T2614 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1410855 T2601 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1410875 T2614 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1410876 T2601 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1410892 T2662 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1410929 T2648 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1410942 T2662 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1410950 T2648 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1410969 T2601 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1410975 T2614 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1411020 T2648 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1411056 T2662 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1415182 T2662 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1415238 T2662 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1415243 T2662 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1415331 T2614 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1415335 T2662 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1415353 T2662 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1415370 T2601 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1415406 T2662 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1415409 T2614 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1415410 T2648 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1415413 T2662 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1415414 T2662 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1415414 T2662 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1415418 T2614 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1415426 T2662 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1415427 T2662 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1415428 T2662 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1415428 T2662 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 1415429 T2662 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@704367ee
   [junit4]   2> 1415430 T2662 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 1415431 T2662 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 1415432 T2662 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1415433 T2662 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375428147523//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 1415444 T2601 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1415449 T2648 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1415477 T2601 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1415480 T2648 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1415482 T2662 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@43650e41 lockFactory=org.apache.lucene.store.NativeFSLockFactory@49a04146),segFN=segments_1,generation=1}
   [junit4]   2> 1415484 T2662 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1415603 T2662 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1415604 T2662 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1415606 T2662 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1415609 T2662 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1415610 T2662 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1415611 T2662 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1415612 T2662 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1415613 T2662 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1415614 T2662 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1415680 T2601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1415685 T2614 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1415713 T2648 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1415718 T2662 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1415720 T2648 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1415724 T2614 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1415728 T2648 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1415730 T2601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1415733 T2648 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1415734 T2648 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1415735 T2648 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1415737 T2648 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1415738 T2648 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1415739 T2648 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1415739 T2614 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1415740 T2648 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 1415741 T2648 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@704367ee
   [junit4]   2> 1415742 T2648 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 1415743 T2648 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 1415743 T2648 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1415744 T2662 oass.SolrIndexSearcher.<init> Opening Searcher@4989ef01 main
   [junit4]   2> 1415744 T2601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1415746 T2648 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375428145052//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 1415747 T2662 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1415747 T2614 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1415749 T2614 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1415750 T2614 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1415748 T2601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1415751 T2601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1415752 T2601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1415751 T2662 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1415755 T2648 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@60a36310 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7eaa505e),segFN=segments_1,generation=1}
   [junit4]   2> 1415756 T2648 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1415757 T2614 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1415759 T2614 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1415759 T2614 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1415760 T2614 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 1415761 T2614 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@704367ee
   [junit4]   2> 1415766 T2614 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 1415767 T2614 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 1415768 T2614 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1415769 T2672 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@4989ef01 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1415773 T2662 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 1415774 T2662 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:49967 collection:nodes_used_collection shard:shard2
   [junit4]   2> 1415774 T2662 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1415776 T2648 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1415777 T2648 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1415778 T2648 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1415780 T2648 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1415780 T2614 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375428139808//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 1415781 T2648 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1415781 T2648 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1415782 T2648 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1415782 T2648 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1415807 T2648 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1415773 T2601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1415817 T2601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1415818 T2601 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1415819 T2601 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 1415819 T2601 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@704367ee
   [junit4]   2> 1415821 T2662 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1415805 T2614 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d650d01 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2fb72d43),segFN=segments_1,generation=1}
   [junit4]   2> 1415823 T2614 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1415825 T2601 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 1415826 T2601 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 1415826 T2601 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1415828 T2601 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375428138407//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 1415843 T2648 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1415846 T2614 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1415853 T2614 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1415854 T2614 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1415855 T2614 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1415856 T2614 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1415856 T2614 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1415857 T2614 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1415858 T2614 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1415859 T2614 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1415867 T2614 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1415876 T2614 oass.SolrIndexSearcher.<init> Opening Searcher@1d10e81b main
   [junit4]   2> 1415878 T2614 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1415878 T2614 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1415886 T2673 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@1d10e81b main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1415889 T2601 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d816636 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a414f46),segFN=segments_1,generation=1}
   [junit4]   2> 1415893 T2601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1415893 T2614 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 1415896 T2614 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:49958 collection:nodes_used_collection shard:shard1
   [junit4]   2> 1415897 T2614 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1415897 T2648 oass.SolrIndexSearcher.<init> Opening Searcher@f3052b9 main
   [junit4]   2> 1415900 T2648 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1415901 T2648 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1415910 T2601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1415911 T2601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1415913 T2601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1415916 T2601 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1415918 T2601 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1415919 T2601 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1415920 T2601 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1415921 T2601 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1415922 T2601 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1415954 T2674 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@f3052b9 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1415963 T2648 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 1415964 T2648 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:49964 collection:nodes_used_collection shard:shard2
   [junit4]   2> 1415964 T2648 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1415970 T2662 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1416006 T2601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1416023 T2662 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179992
   [junit4]   2> 1416021 T2614 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1416042 T2601 oass.SolrIndexSearcher.<init> Opening Searcher@48b5bd30 main
   [junit4]   2> 1416045 T2601 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1416045 T2601 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1416051 T2675 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@48b5bd30 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1416058 T2601 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 1416059 T2601 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:49954 collection:nodes_used_collection shard:shard1
   [junit4]   2> 1416060 T2601 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1416085 T2601 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1416101 T2614 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1416108 T2614 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1416109 T2614 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1416109 T2614 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49958/nodes_used_collection_shard1_replica1/
   [junit4]   2> 1416110 T2614 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:49958 START replicas=[http://127.0.0.1:49954/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 1416110 T2614 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:49958 DONE.  We have no versions.  sync failed.
   [junit4]   2> 1416126 T2614 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1416127 T2614 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> 1416127 T2614 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49958/nodes_used_collection_shard1_replica1/ shard1
   [junit4]   2> 1416128 T2614 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> ASYNC  NEW_CORE C401 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@5058da20 url=http://127.0.0.1:49954/nodes_used_collection_shard1_replica2 node=127.0.0.1:49954_ C401_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{state=down, core=nodes_used_collection_shard1_replica2, node_name=127.0.0.1:49954_, base_url=http://127.0.0.1:49954}
   [junit4]   2> 1416126 T2597 C401 P49954 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
   [junit4]   2> 1416526 T2662 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1416527 T2662 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1416527 T2662 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49967/nodes_used_collection_shard2_replica2/
   [junit4]   2> 1416528 T2662 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:49967 START replicas=[http://127.0.0.1:49964/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 1416529 T2662 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:49967 DONE.  We have no versions.  sync failed.
   [junit4]   2> 1416530 T2662 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1416530 T2662 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - w

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

andomizedtesting.SeedInfo.seed([9484A2380737F7EA:15622C20706897D6]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [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.HttpHostConnectException: Connection to http://127.0.0.1:49961 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [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]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 52 more
   [junit4]   2> 1781397 T2584 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 385819 T2583 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 1782476 T2666 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> 1782477 T2666 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> 1782478 T2666 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> 1782478 T2666 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1782479 T2666 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=de_CH, timezone=Africa/Freetown
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=2,free=227659776,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [IndexBasedSpellCheckerTest, TestDynamicFieldResource, DefaultValueUpdateProcessorTest, TestQueryUtils, BasicDistributedZkTest, TermsComponentTest, TestFastOutputStream, CoreAdminHandlerTest, OverseerTest, PolyFieldTest, PathHierarchyTokenizerFactoryTest, TestCloudManagedSchemaAddField, TestCSVLoader, StatsComponentTest, TestMaxScoreQueryParser, SpellingQueryConverterTest, HighlighterConfigTest, ChaosMonkeyNothingIsSafeTest, StressHdfsTest, QueryEqualityTest, TestRTGBase, TestJoin, SuggesterTSTTest, SimplePostToolTest, MBeansHandlerTest, TestPartialUpdateDeduplication, ClusterStateTest, TestRangeQuery, UUIDFieldTest, DebugComponentTest, BlockDirectoryTest, TestShardHandlerFactory, TestLMJelinekMercerSimilarityFactory, TestFieldTypeResource, RecoveryZkTest, HdfsBasicDistributedZk2Test, TestQuerySenderNoQuery, TestMultiCoreConfBootstrap, TestCopyFieldCollectionResource, BinaryUpdateRequestHandlerTest, TestFieldTypeCollectionResource, TestLazyCores, TestCSVResponseWriter, PingRequestHandlerTest, FullSolrCloudDistribCmdsTest, ShardRoutingTest, CoreMergeIndexesAdminHandlerTest, SchemaVersionSpecificBehaviorTest, DocumentAnalysisRequestHandlerTest, HdfsSyncSliceTest, CurrencyFieldXmlFileTest, IndexReaderFactoryTest, DirectUpdateHandlerOptimizeTest, WordBreakSolrSpellCheckerTest, RAMDirectoryFactoryTest, TestDFRSimilarityFactory, QueryResultKeyTest, DeleteShardTest, OpenExchangeRatesOrgProviderTest, TestSolrXMLSerializer, MultiTermTest, TestInfoStreamLogging, TestSolrQueryParserResource, TestSchemaVersionResource, PrimUtilsTest, TestSolrQueryParser, RequiredFieldsTest, TestCloudManagedSchema, PluginInfoTest, TestStressVersions, DirectSolrConnectionTest, TestAtomicUpdateErrorCases, TestStressReorder, TestSolrQueryParserDefaultOperatorResource, IndexSchemaTest, SolrRequestParserTest, ShowFileRequestHandlerTest, TestSolrIndexConfig, TestFastLRUCache, SynonymTokenizerTest, TestRecovery, SearchHandlerTest, AssignTest, LoggingHandlerTest, TestPHPSerializedResponseWriter, TestDefaultSearchFieldResource, TestSuggestSpellingConverter, TestSurroundQueryParser, TestBinaryResponseWriter, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 387.21s, 1 test, 1 error <<< FAILURES!

[...truncated 707 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1230: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 39 ignored (5 assumptions)

Total time: 122 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 698 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/698/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Server refused connection at: http://127.0.0.1:50910

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50910
	at __randomizedtesting.SeedInfo.seed([8069EA96999D7486:18F648EEEC214BA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	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.HttpHostConnectException: Connection to http://127.0.0.1:50910 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	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
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 52 more




Build Log:
[...truncated 9812 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 2765962 T5141 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2765977 T5141 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375403940287
   [junit4]   2> 2765979 T5141 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2765980 T5142 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2766081 T5141 oasc.ZkTestServer.run start zk server on port:50900
   [junit4]   2> 2766083 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2766092 T5148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ad0837e name:ZooKeeperConnection Watcher:127.0.0.1:50900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2766093 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2766093 T5141 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2766104 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2766109 T5150 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6831fb87 name:ZooKeeperConnection Watcher:127.0.0.1:50900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2766109 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2766110 T5141 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2766117 T5141 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2766123 T5141 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2766128 T5141 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2766134 T5141 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2766135 T5141 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2766144 T5141 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2766146 T5141 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2766159 T5141 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2766161 T5141 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2766167 T5141 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2766168 T5141 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2766177 T5141 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2766178 T5141 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2766185 T5141 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2766185 T5141 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2766192 T5141 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2766193 T5141 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2766199 T5141 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2766200 T5141 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2766206 T5141 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2766207 T5141 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2766709 T5141 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2766722 T5141 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50903
   [junit4]   2> 2766723 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2766724 T5141 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2766725 T5141 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531
   [junit4]   2> 2766726 T5141 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/'
   [junit4]   2> 2766780 T5141 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/solr.xml
   [junit4]   2> 2766911 T5141 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2766911 T5141 oasc.CoreContainer.<init> New CoreContainer 830863602
   [junit4]   2> 2766912 T5141 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/]
   [junit4]   2> 2766915 T5141 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2766915 T5141 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2766920 T5141 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2766920 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2766921 T5141 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2766921 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2766922 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2766923 T5141 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2766924 T5141 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2766925 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2766947 T5141 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50900/solr
   [junit4]   2> 2766948 T5141 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2766956 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2766963 T5161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@583c2841 name:ZooKeeperConnection Watcher:127.0.0.1:50900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2766964 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2766968 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2766985 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2766990 T5163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4dd61d04 name:ZooKeeperConnection Watcher:127.0.0.1:50900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2766991 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2766995 T5141 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2767004 T5141 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2767017 T5141 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2767025 T5141 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50903_
   [junit4]   2> 2767028 T5141 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50903_
   [junit4]   2> 2767037 T5141 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2767049 T5141 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2767054 T5141 oasc.Overseer.start Overseer (id=90138472631304195-127.0.0.1:50903_-n_0000000000) starting
   [junit4]   2> 2767062 T5141 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2767074 T5164 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2767075 T5165 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2767081 T5141 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2767092 T5141 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2767098 T5141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2767111 T5141 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531
   [junit4]   2> 2767285 T5141 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/conf/
   [junit4]   2> 2767298 T5141 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2767299 T5141 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2767299 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2767300 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2767319 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 2767346 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2767351 T5168 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@585f4234 name:ZooKeeperConnection Watcher:127.0.0.1:50900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2767352 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2767357 T5141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2767364 T5141 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 2768025 T5141 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2768031 T5141 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50907
   [junit4]   2> 2768032 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2768033 T5141 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2768033 T5141 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674
   [junit4]   2> 2768034 T5141 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/'
   [junit4]   2> 2768084 T5141 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/solr.xml
   [junit4]   2> 2768228 T5141 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2768229 T5141 oasc.CoreContainer.<init> New CoreContainer 680111701
   [junit4]   2> 2768230 T5141 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/]
   [junit4]   2> 2768242 T5141 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2768242 T5141 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2768242 T5141 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2768242 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2768243 T5141 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2768243 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2768243 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2768243 T5141 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2768243 T5141 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2768243 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2768268 T5141 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50900/solr
   [junit4]   2> 2768269 T5141 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2768270 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2768275 T5179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b3a5061 name:ZooKeeperConnection Watcher:127.0.0.1:50900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2768275 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2768278 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2768295 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2768298 T5181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21dcec3 name:ZooKeeperConnection Watcher:127.0.0.1:50900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2768298 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2768307 T5141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2769315 T5141 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50907_
   [junit4]   2> 2769317 T5141 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50907_
   [junit4]   2> 2769324 T5168 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2769324 T5181 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2769327 T5163 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2769332 T5141 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674
   [junit4]   2> 2769493 T5141 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/conf/
   [junit4]   2> 2769501 T5141 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2769502 T5141 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2769502 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2769503 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2770013 T5141 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2770022 T5141 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50910
   [junit4]   2> 2770023 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2770023 T5141 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2770030 T5141 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833
   [junit4]   2> 2770030 T5141 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/'
   [junit4]   2> 2770065 T5141 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/solr.xml
   [junit4]   2> 2770180 T5141 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2770181 T5141 oasc.CoreContainer.<init> New CoreContainer 620221532
   [junit4]   2> 2770182 T5141 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/]
   [junit4]   2> 2770183 T5141 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2770184 T5141 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2770184 T5141 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2770185 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2770185 T5141 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2770186 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2770186 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2770187 T5141 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2770187 T5141 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2770188 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2770207 T5141 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50900/solr
   [junit4]   2> 2770211 T5141 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2770213 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2770220 T5193 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4273bd7e name:ZooKeeperConnection Watcher:127.0.0.1:50900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2770223 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2770229 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2770245 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2770250 T5195 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9ab798 name:ZooKeeperConnection Watcher:127.0.0.1:50900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2770251 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2770265 T5141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2771274 T5141 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50910_
   [junit4]   2> 2771277 T5141 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50910_
   [junit4]   2> 2771293 T5163 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2771294 T5195 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2771294 T5181 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2771294 T5168 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2771319 T5141 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833
   [junit4]   2> 2771509 T5141 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/conf/
   [junit4]   2> 2771518 T5141 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2771520 T5141 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2771521 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2771521 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2772051 T5141 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2772057 T5141 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50913
   [junit4]   2> 2772060 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2772061 T5141 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2772062 T5141 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403945848
   [junit4]   2> 2772062 T5141 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403945848/'
   [junit4]   2> 2772112 T5141 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403945848/solr.xml
   [junit4]   2> 2772258 T5141 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2772259 T5141 oasc.CoreContainer.<init> New CoreContainer 1395222444
   [junit4]   2> 2772259 T5141 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403945848/]
   [junit4]   2> 2772261 T5141 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2772262 T5141 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2772262 T5141 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2772263 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2772264 T5141 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2772264 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2772265 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2772265 T5141 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2772266 T5141 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2772267 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2772294 T5141 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50900/solr
   [junit4]   2> 2772295 T5141 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2772299 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2772304 T5207 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a8ad40c name:ZooKeeperConnection Watcher:127.0.0.1:50900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2772305 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2772309 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2772333 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2772339 T5209 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a858c0d name:ZooKeeperConnection Watcher:127.0.0.1:50900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2772339 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2772359 T5141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2773375 T5141 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50913_
   [junit4]   2> 2773377 T5141 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50913_
   [junit4]   2> 2773386 T5195 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2773386 T5209 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2773386 T5168 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2773386 T5181 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2773387 T5163 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2773397 T5141 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403945848
   [junit4]   2> 2773561 T5141 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403945848/conf/
   [junit4]   2> 2773568 T5141 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2773569 T5141 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2773570 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2773570 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2774054 T5141 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2774060 T5141 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50916
   [junit4]   2> 2774064 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2774065 T5141 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2774065 T5141 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904
   [junit4]   2> 2774066 T5141 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/'
   [junit4]   2> 2774105 T5141 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/solr.xml
   [junit4]   2> 2774218 T5141 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2774219 T5141 oasc.CoreContainer.<init> New CoreContainer 710787411
   [junit4]   2> 2774219 T5141 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/]
   [junit4]   2> 2774221 T5141 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2774222 T5141 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2774222 T5141 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2774222 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2774223 T5141 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2774223 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2774224 T5141 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2774224 T5141 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2774225 T5141 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2774225 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2774249 T5141 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50900/solr
   [junit4]   2> 2774253 T5141 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2774255 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2774259 T5221 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59b4bf99 name:ZooKeeperConnection Watcher:127.0.0.1:50900 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2774259 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2774263 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2774281 T5141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2774285 T5223 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f3901be name:ZooKeeperConnection Watcher:127.0.0.1:50900/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2774285 T5141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2774312 T5141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2775321 T5141 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50916_
   [junit4]   2> 2775323 T5141 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50916_
   [junit4]   2> 2775331 T5163 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2775331 T5223 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2775332 T5168 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2775332 T5195 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2775331 T5209 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2775331 T5181 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2775342 T5141 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904
   [junit4]   2> 2775490 T5141 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/conf/
   [junit4]   2> 2775497 T5141 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2775498 T5141 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2775499 T5141 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2775499 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2775525 T5141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2775542 T5173 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 2775547 T5163 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2775550 T5165 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> 2775550 T5165 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> 2776108 T5164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2776109 T5164 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 2776110 T5164 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 2776124 T5223 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> 2776124 T5168 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> 2776125 T5181 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> 2776124 T5163 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> 2776125 T5209 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> 2776124 T5195 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> 2776164 T5165 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 2776164 T5165 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:50907_
   [junit4]   2> 2776165 T5165 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:50910_
   [junit4]   2> 2776165 T5165 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:50916_
   [junit4]   2> 2776167 T5165 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:50903_
   [junit4]   2> 2776179 T5189 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 2776179 T5175 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 2776180 T5219 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 2776180 T5159 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 2776184 T5189 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2776184 T5159 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2776185 T5175 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2776185 T5219 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2777639 T5164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2777642 T5164 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2777642 T5164 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:50910_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50910"}
   [junit4]   2> 2777656 T5164 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2777657 T5164 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:50916_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50916"}
   [junit4]   2> 2777668 T5164 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2777669 T5164 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50907_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50907"}
   [junit4]   2> 2777678 T5164 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2777679 T5164 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:50903_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50903"}
   [junit4]   2> 2777688 T5163 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> 2777689 T5209 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> 2777689 T5181 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> 2777696 T5223 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> 2777697 T5168 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> 2777697 T5195 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> 2778187 T5189 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 2778187 T5175 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 2778189 T5189 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 2778189 T5175 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 2778190 T5175 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/nodes_used_collection_shard1_replica1
   [junit4]   2> 2778191 T5175 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2778187 T5159 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 2778191 T5219 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 2778192 T5159 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 2778193 T5219 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 2778193 T5219 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/nodes_used_collection_shard2_replica1
   [junit4]   2> 2778194 T5219 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2778189 T5189 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/nodes_used_collection_shard1_replica2
   [junit4]   2> 2778195 T5189 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2778193 T5175 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2778196 T5175 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2778196 T5189 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2778197 T5189 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2778193 T5159 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/nodes_used_collection_shard2_replica2
   [junit4]   2> 2778198 T5159 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2778195 T5219 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2778199 T5219 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2778199 T5175 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2778200 T5175 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2778201 T5159 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2778202 T5159 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2778202 T5189 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2778203 T5189 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2778205 T5219 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2778206 T5219 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2778210 T5159 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2778210 T5159 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2778212 T5219 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2778216 T5219 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 2778239 T5159 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2778243 T5175 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2778253 T5159 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 2778256 T5189 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2778261 T5175 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 2778265 T5189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 2778462 T5219 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2778473 T5175 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2778473 T5159 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2778504 T5189 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2778708 T5175 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2778732 T5175 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2778734 T5189 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2778748 T5219 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2778749 T5159 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2778751 T5189 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2778760 T5175 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 2778761 T5219 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2778765 T5159 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2778780 T5159 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 2778789 T5219 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 2778794 T5189 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 2781293 T5219 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2781306 T5189 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2781332 T5159 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2781332 T5219 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2781342 T5219 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2781345 T5159 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2781335 T5189 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2781351 T5159 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2781358 T5189 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2781361 T5175 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2781375 T5175 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2781385 T5175 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2781425 T5219 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2781428 T5189 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2781443 T5219 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2781447 T5189 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2781452 T5159 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2781458 T5219 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2781459 T5189 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2781463 T5219 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2781463 T5219 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2781464 T5219 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2781464 T5189 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2781465 T5189 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2781466 T5189 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2781466 T5159 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2781472 T5219 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2781474 T5219 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2781474 T5219 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2781479 T5219 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 2781479 T5219 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@71268a13
   [junit4]   2> 2781474 T5189 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2781481 T5189 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2781482 T5189 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2781482 T5189 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 2781483 T5189 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@71268a13
   [junit4]   2> 2781478 T5159 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2781485 T5189 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 2781487 T5189 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 2781488 T5189 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2781488 T5189 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403943833//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 2781485 T5219 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 2781490 T5219 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 2781490 T5219 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2781491 T5219 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 2781495 T5159 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2781496 T5159 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2781497 T5159 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2781498 T5189 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3aa804d3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5ad109e5),segFN=segments_1,generation=1}
   [junit4]   2> 2781498 T5189 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2781502 T5219 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7c68531f lockFactory=org.apache.lucene.store.NativeFSLockFactory@75710cc4),segFN=segments_1,generation=1}
   [junit4]   2> 2781502 T5219 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2781504 T5159 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2781504 T5159 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2781505 T5159 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2781505 T5159 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 2781506 T5159 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@71268a13
   [junit4]   2> 2781511 T5189 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2781511 T5189 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2781512 T5189 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2781513 T5189 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2781515 T5159 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 2781515 T5159 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 2781515 T5159 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2781516 T5159 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403940531//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 2781523 T5219 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2781524 T5219 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2781525 T5219 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2781526 T5219 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2781530 T5219 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2781530 T5219 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2781531 T5219 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2781527 T5189 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2781532 T5189 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2781533 T5189 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2781534 T5189 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2781532 T5219 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2781536 T5219 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2781535 T5189 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2781548 T5175 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2781555 T5159 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5983c6ea lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f421cd1),segFN=segments_1,generation=1}
   [junit4]   2> 2781557 T5159 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2781561 T5189 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2781561 T5219 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2781576 T5159 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2781577 T5159 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2781578 T5159 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2781579 T5159 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2781588 T5175 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2781590 T5159 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2781590 T5159 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2781592 T5159 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2781593 T5159 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2781593 T5159 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2781599 T5219 oass.SolrIndexSearcher.<init> Opening Searcher@3048afa1 main
   [junit4]   2> 2781601 T5219 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2781602 T5219 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2781612 T5229 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@3048afa1 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2781613 T5159 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2781615 T5219 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 2781616 T5219 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:50916 collection:nodes_used_collection shard:shard2
   [junit4]   2> 2781616 T5219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2781617 T5175 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2781631 T5159 oass.SolrIndexSearcher.<init> Opening Searcher@6c011ce4 main
   [junit4]   2> 2781633 T5159 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2781633 T5159 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2781641 T5189 oass.SolrIndexSearcher.<init> Opening Searcher@63ccae7e main
   [junit4]   2> 2781643 T5189 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2781644 T5189 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2781648 T5230 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@63ccae7e main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2781643 T5175 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2781651 T5175 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2781651 T5231 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@6c011ce4 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2781653 T5175 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2781653 T5189 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 2781654 T5189 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:50910 collection:nodes_used_collection shard:shard1
   [junit4]   2> 2781654 T5189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2781664 T5159 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 2781665 T5159 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:50903 collection:nodes_used_collection shard:shard2
   [junit4]   2> 2781665 T5159 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2781681 T5189 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 2781683 T5175 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2781683 T5175 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2781684 T5175 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2781684 T5175 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 2781685 T5175 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@71268a13
   [junit4]   2> 2781686 T5219 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 2781688 T5175 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 2781695 T5175 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 2781695 T5175 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2781696 T5175 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403941674//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 2781690 T5159 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 2781715 T5175 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d7aea7d lockFactory=org.apache.lucene.store.NativeFSLockFactory@18ba13ca),segFN=segments_1,generation=1}
   [junit4]   2> 2781716 T5175 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2781724 T5175 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2781725 T5175 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2781727 T5175 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2781729 T5175 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2781730 T5175 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2781730 T5175 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2781732 T5175 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2781733 T5175 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2781737 T5175 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2781742 T5219 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2781759 T5189 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2781761 T5175 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2781763 T5219 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2781764 T5219 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2781764 T5219 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50916/nodes_used_collection_shard2_replica1/
   [junit4]   2> 2781764 T5219 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:50916 START replicas=[http://127.0.0.1:50903/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 2781774 T5219 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:50916 DONE.  We have no versions.  sync failed.
   [junit4]   2> 2781784 T5219 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2781785 T5219 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> 2781785 T5219 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50916/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 2781786 T5219 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> 2781786 T5175 oass.SolrIndexSearcher.<init> Opening Searcher@40168eb4 main
   [junit4]   2> 2781788 T5175 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2781789 T5175 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2781793 T5233 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@40168eb4 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2781783 T5189 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> ASYNC  NEW_CORE C6500 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@5b7fe5f3 url=http://127.0.0.1:50903/nodes_used_collection_shard2_replica2 node=127.0.0.1:50903_ C6500_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:50903_, base_url=http://127.0.0.1:50903}
   [junit4]   2> 2781797 T5157 C6500 P50903 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=4 
   [junit4]   2> 2781797 T5175 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 2781798 T5175 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:50907 collection:nodes_used_collection shard:shard1
   [junit4]   2> 2781800 T5175 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 27822

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

-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904//new_implicit_coll_1_c_replica2/data/index;done=false>>]
   [junit4]   2> 3022898 T5141 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403947904//new_implicit_coll_1_c_replica2/data/index
   [junit4]   2> 3022914 T5223 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> 3022915 T5223 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3022915 T5223 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3022932 T5141 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 3022991 T5141 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 3022996 T5141 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50900 50900
   [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=8069EA96999D7486 -Dtests.slow=true -Dtests.locale=it_CH -Dtests.timezone=Africa/Brazzaville -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    257s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50910
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8069EA96999D7486:18F648EEEC214BA]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [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.HttpHostConnectException: Connection to http://127.0.0.1:50910 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [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]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 52 more
   [junit4]   2> 3023156 T5141 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 257219 T5140 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=it_CH, timezone=Africa/Brazzaville
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=3,free=181856832,total=519438336
   [junit4]   2> NOTE: All tests run in this JVM: [StatsComponentTest, CircularListTest, TestBinaryField, TestDefaultSearchFieldResource, JsonLoaderTest, ZkSolrClientTest, TestSolrIndexConfig, PreAnalyzedFieldTest, HdfsBasicDistributedZkTest, LeaderElectionTest, DocValuesMultiTest, SolrIndexSplitterTest, NoCacheHeaderTest, TermVectorComponentTest, SimpleFacetsTest, TestMaxScoreQueryParser, StatelessScriptUpdateProcessorFactoryTest, MultiTermTest, RecoveryZkTest, TestLazyCores, SignatureUpdateProcessorFactoryTest, TestManagedSchemaFieldResource, TestBM25SimilarityFactory, TestShardHandlerFactory, URLClassifyProcessorTest, PreAnalyzedUpdateProcessorTest, TestFieldTypeCollectionResource, TestSystemIdResolver, NotRequiredUniqueKeyTest, HardAutoCommitTest, FullSolrCloudDistribCmdsTest, SortByFunctionTest, TestManagedSchema, BlockCacheTest, TestIndexSearcher, HdfsLockFactoryTest, PrimitiveFieldTypeTest, PingRequestHandlerTest, ExternalFileFieldSortTest, UniqFieldsUpdateProcessorFactoryTest, FieldAnalysisRequestHandlerTest, CurrencyFieldXmlFileTest, TestPerFieldSimilarity, ChaosMonkeyNothingIsSafeTest, TestSearchPerf, UUIDFieldTest, TestSolrQueryParserResource, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, ShardSplitTest, DistanceFunctionTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, TestLFUCache, TestUtils, SuggesterWFSTTest, TestLRUCache, ClusterStateTest, HighlighterConfigTest, TestReload, SolrCmdDistributorTest, ZkCLITest, ReturnFieldsTest, TestDynamicFieldResource, DocValuesTest, TestPseudoReturnFields, HdfsRecoveryZkTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestJmxIntegration, ShowFileRequestHandlerTest, IndexReaderFactoryTest, SolrRequestParserTest, StandardRequestHandlerTest, BadComponentTest, IndexSchemaRuntimeFieldTest, CoreAdminCreateDiscoverTest, DirectUpdateHandlerOptimizeTest, BadCopyFieldTest, HighlighterTest, SyncSliceTest, CSVRequestHandlerTest, TestSolrQueryParserDefaultOperatorResource, FileBasedSpellCheckerTest, TestStressRecovery, TestSolrQueryParser, DebugComponentTest, TestAtomicUpdateErrorCases, TestJoin, TestDFRSimilarityFactory, SuggesterTest, TermVectorComponentDistributedTest, CoreMergeIndexesAdminHandlerTest, TestCopyFieldCollectionResource, TestQueryUtils, TestFunctionQuery, TestRecovery, ShardRoutingCustomTest, TestDynamicFieldCollectionResource, TestGroupingSearch, RegexBoostProcessorTest, TestSurroundQueryParser, NumericFieldsTest, TestRangeQuery, DeleteShardTest, DirectSolrConnectionTest, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, AliasIntegrationTest, TestRTGBase, TestStressReorder, TestStressVersions, DateMathParserTest, SolrCoreTest, TestFastOutputStream, UpdateParamsTest, AnalysisAfterCoreReloadTest, TestElisionMultitermQuery, BlockDirectoryTest, BasicZkTest, TestRemoteStreaming, TestWordDelimiterFilterFactory, AlternateDirectoryTest, TermsComponentTest, TestPhraseSuggestions, LukeRequestHandlerTest, PolyFieldTest, SolrTestCaseJ4Test, ShardRoutingTest, FastVectorHighlighterTest, ConvertedLegacyTest, TestFastWriter, TestRandomFaceting, SampleTest, TestStressLucene, TestSolrJ, DOMUtilTest, SolrPluginUtilsTest, TestCharFilters, OpenCloseCoreStressTest, ResponseLogComponentTest, DirectUpdateHandlerTest, TestDocSet, TestFiltering, OverseerTest, DateFieldTest, ScriptEngineTest, IndexBasedSpellCheckerTest, TestCoreContainer, HdfsBasicDistributedZk2Test, TestPropInject, SliceStateTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 258.06s, 1 test, 1 error <<< FAILURES!

[...truncated 477 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1230: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 39 ignored (5 assumptions)

Total time: 109 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 697 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/697/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Server refused connection at: http://127.0.0.1:50457/kb/d

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50457/kb/d
	at __randomizedtesting.SeedInfo.seed([7F9707FA8D68D3E9:FE7189E2FA37B3D5]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
	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.HttpHostConnectException: Connection to http://127.0.0.1:50457 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	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
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 51 more




Build Log:
[...truncated 9782 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 2212081 T4727 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /kb/d
   [junit4]   2> 2212088 T4727 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375367605140
   [junit4]   2> 2212091 T4727 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2212092 T4728 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2212193 T4727 oasc.ZkTestServer.run start zk server on port:50450
   [junit4]   2> 2212196 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2212212 T4734 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d7161f0 name:ZooKeeperConnection Watcher:127.0.0.1:50450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2212215 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2212215 T4727 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2212230 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2212241 T4736 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b01fc27 name:ZooKeeperConnection Watcher:127.0.0.1:50450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2212241 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2212242 T4727 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2212253 T4727 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2212264 T4727 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2212272 T4727 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2212283 T4727 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2212286 T4727 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2212303 T4727 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2212304 T4727 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2212318 T4727 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2212319 T4727 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2212327 T4727 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2212328 T4727 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2212337 T4727 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2212337 T4727 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2212344 T4727 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2212345 T4727 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2212352 T4727 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2212353 T4727 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2212360 T4727 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2212360 T4727 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2212367 T4727 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2212368 T4727 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2212910 T4727 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2212917 T4727 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50453
   [junit4]   2> 2212918 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2212919 T4727 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2212919 T4727 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428
   [junit4]   2> 2212920 T4727 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/'
   [junit4]   2> 2212979 T4727 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/solr.xml
   [junit4]   2> 2213096 T4727 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2213097 T4727 oasc.CoreContainer.<init> New CoreContainer 742536774
   [junit4]   2> 2213098 T4727 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/]
   [junit4]   2> 2213100 T4727 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2213101 T4727 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2213101 T4727 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2213102 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2213102 T4727 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2213103 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2213103 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2213103 T4727 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2213105 T4727 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2213105 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2213126 T4727 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50450/solr
   [junit4]   2> 2213129 T4727 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2213136 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2213141 T4747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e123478 name:ZooKeeperConnection Watcher:127.0.0.1:50450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2213142 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2213147 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2213174 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2213177 T4749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@343b9dbf name:ZooKeeperConnection Watcher:127.0.0.1:50450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2213178 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2213181 T4727 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2213189 T4727 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2213196 T4727 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2213201 T4727 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50453_kb%2Fd
   [junit4]   2> 2213207 T4727 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50453_kb%2Fd
   [junit4]   2> 2213217 T4727 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2213234 T4727 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2213239 T4727 oasc.Overseer.start Overseer (id=90136091371110403-127.0.0.1:50453_kb%2Fd-n_0000000000) starting
   [junit4]   2> 2213252 T4727 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2213263 T4751 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2213265 T4727 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2213271 T4727 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2213275 T4727 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2213282 T4750 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2213289 T4727 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428
   [junit4]   2> 2213439 T4727 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/conf/
   [junit4]   2> 2213452 T4727 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2213453 T4727 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2213453 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2213454 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2213473 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 2213476 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2213480 T4754 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44c20975 name:ZooKeeperConnection Watcher:127.0.0.1:50450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2213481 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2213483 T4727 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2213488 T4727 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 2213973 T4727 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2213997 T4727 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50457
   [junit4]   2> 2213998 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2213999 T4727 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2214000 T4727 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538
   [junit4]   2> 2214000 T4727 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/'
   [junit4]   2> 2214070 T4727 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/solr.xml
   [junit4]   2> 2214190 T4727 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2214191 T4727 oasc.CoreContainer.<init> New CoreContainer 1284180029
   [junit4]   2> 2214192 T4727 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/]
   [junit4]   2> 2214194 T4727 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2214194 T4727 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2214195 T4727 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2214195 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2214196 T4727 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2214196 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2214197 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2214198 T4727 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2214198 T4727 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2214199 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2214220 T4727 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50450/solr
   [junit4]   2> 2214223 T4727 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2214225 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2214234 T4765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48d41405 name:ZooKeeperConnection Watcher:127.0.0.1:50450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2214235 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2214238 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2214262 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2214263 T4767 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2260964a name:ZooKeeperConnection Watcher:127.0.0.1:50450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2214264 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2214282 T4727 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2215292 T4727 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50457_kb%2Fd
   [junit4]   2> 2215294 T4727 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50457_kb%2Fd
   [junit4]   2> 2215300 T4767 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2215300 T4754 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2215301 T4749 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2215312 T4727 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538
   [junit4]   2> 2215471 T4727 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/conf/
   [junit4]   2> 2215478 T4727 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2215479 T4727 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2215480 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2215480 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2215971 T4727 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2215979 T4727 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50460
   [junit4]   2> 2215981 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2215982 T4727 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2215982 T4727 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554
   [junit4]   2> 2215983 T4727 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/'
   [junit4]   2> 2216021 T4727 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/solr.xml
   [junit4]   2> 2216149 T4727 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2216150 T4727 oasc.CoreContainer.<init> New CoreContainer 1360531739
   [junit4]   2> 2216150 T4727 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/]
   [junit4]   2> 2216152 T4727 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2216153 T4727 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2216154 T4727 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2216157 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2216159 T4727 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2216160 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2216160 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2216161 T4727 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2216161 T4727 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2216162 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2216181 T4727 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50450/solr
   [junit4]   2> 2216182 T4727 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2216184 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2216189 T4779 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@780ea2 name:ZooKeeperConnection Watcher:127.0.0.1:50450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2216189 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2216193 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2216208 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2216212 T4781 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@328f262b name:ZooKeeperConnection Watcher:127.0.0.1:50450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2216212 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2216221 T4727 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2217231 T4727 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50460_kb%2Fd
   [junit4]   2> 2217233 T4727 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50460_kb%2Fd
   [junit4]   2> 2217240 T4754 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2217240 T4781 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2217241 T4749 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2217241 T4767 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2217254 T4727 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554
   [junit4]   2> 2217411 T4727 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/conf/
   [junit4]   2> 2217419 T4727 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2217420 T4727 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2217420 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2217421 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2217917 T4727 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2217926 T4727 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50463
   [junit4]   2> 2217928 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2217928 T4727 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2217929 T4727 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375367610494
   [junit4]   2> 2217929 T4727 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375367610494/'
   [junit4]   2> 2217973 T4727 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375367610494/solr.xml
   [junit4]   2> 2218076 T4727 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2218077 T4727 oasc.CoreContainer.<init> New CoreContainer 271420570
   [junit4]   2> 2218077 T4727 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375367610494/]
   [junit4]   2> 2218080 T4727 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2218080 T4727 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2218081 T4727 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2218081 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2218082 T4727 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2218082 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2218082 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2218083 T4727 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2218083 T4727 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2218084 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2218103 T4727 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50450/solr
   [junit4]   2> 2218103 T4727 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2218107 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2218111 T4793 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f6306f5 name:ZooKeeperConnection Watcher:127.0.0.1:50450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2218111 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2218118 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2218136 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2218140 T4795 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@722f3417 name:ZooKeeperConnection Watcher:127.0.0.1:50450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2218140 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2218150 T4727 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2219163 T4727 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50463_kb%2Fd
   [junit4]   2> 2219166 T4727 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50463_kb%2Fd
   [junit4]   2> 2219172 T4795 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2219187 T4754 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2219188 T4727 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375367610494
   [junit4]   2> 2219189 T4767 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2219189 T4781 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2219188 T4749 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2219341 T4727 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375367610494/conf/
   [junit4]   2> 2219351 T4727 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2219352 T4727 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2219352 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2219353 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2219848 T4727 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2219854 T4727 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50466
   [junit4]   2> 2219857 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2219857 T4727 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2219858 T4727 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427
   [junit4]   2> 2219858 T4727 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/'
   [junit4]   2> 2219898 T4727 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/solr.xml
   [junit4]   2> 2220024 T4727 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2220025 T4727 oasc.CoreContainer.<init> New CoreContainer 1586997686
   [junit4]   2> 2220026 T4727 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/]
   [junit4]   2> 2220028 T4727 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2220028 T4727 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2220029 T4727 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2220029 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2220030 T4727 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2220030 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2220032 T4727 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2220035 T4727 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2220037 T4727 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2220038 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 2220058 T4727 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50450/solr
   [junit4]   2> 2220058 T4727 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2220060 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2220065 T4807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d289f1f name:ZooKeeperConnection Watcher:127.0.0.1:50450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2220065 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2220068 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 2220088 T4727 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2220091 T4809 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3697fbf9 name:ZooKeeperConnection Watcher:127.0.0.1:50450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2220092 T4727 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2220100 T4727 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2221112 T4727 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50466_kb%2Fd
   [junit4]   2> 2221116 T4727 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50466_kb%2Fd
   [junit4]   2> 2221123 T4795 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2221137 T4727 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427
   [junit4]   2> 2221161 T4749 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2221161 T4809 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2221162 T4781 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2221162 T4754 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2221178 T4767 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2221310 T4727 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/conf/
   [junit4]   2> 2221318 T4727 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2221319 T4727 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2221320 T4727 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2221321 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2221340 T4727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 2221359 T4763 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 2221362 T4749 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2221366 T4751 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> 2221366 T4751 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> 2222312 T4750 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2222314 T4750 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 2222315 T4750 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 2222327 T4795 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> 2222327 T4767 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> 2222333 T4749 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> 2222335 T4809 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> 2222336 T4754 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> 2222335 T4781 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> 2222386 T4751 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 2222387 T4751 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:50457_kb%2Fd
   [junit4]   2> 2222388 T4751 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:50460_kb%2Fd
   [junit4]   2> 2222388 T4751 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:50453_kb%2Fd
   [junit4]   2> 2222393 T4751 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:50466_kb%2Fd
   [junit4]   2> 2222400 T4759 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 2222410 T4774 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 2222411 T4800 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 2222412 T4759 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2222413 T4744 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 2222415 T4774 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2222415 T4800 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2222418 T4744 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2223850 T4750 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2223853 T4750 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2223853 T4750 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:50457_kb%2Fd",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50457/kb/d"}
   [junit4]   2> 2223864 T4750 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2223865 T4750 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:50460_kb%2Fd",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50460/kb/d"}
   [junit4]   2> 2223874 T4750 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2223875 T4750 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:50466_kb%2Fd",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50466/kb/d"}
   [junit4]   2> 2223886 T4750 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 2223886 T4750 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:50453_kb%2Fd",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50453/kb/d"}
   [junit4]   2> 2223901 T4781 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> 2223901 T4749 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> 2223902 T4795 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> 2223903 T4809 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> 2223904 T4754 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> 2223904 T4767 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> 2224415 T4759 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 2224417 T4759 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 2224417 T4759 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/nodes_used_collection_shard1_replica1
   [junit4]   2> 2224418 T4759 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2224419 T4800 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 2224420 T4800 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 2224421 T4800 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/nodes_used_collection_shard2_replica2
   [junit4]   2> 2224421 T4800 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2224421 T4774 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 2224422 T4759 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2224422 T4759 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2224428 T4744 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 2224430 T4744 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 2224430 T4744 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/nodes_used_collection_shard2_replica1
   [junit4]   2> 2224430 T4744 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2224431 T4800 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2224431 T4800 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2224422 T4774 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 2224433 T4774 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/nodes_used_collection_shard1_replica2
   [junit4]   2> 2224433 T4774 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 2224432 T4744 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2224434 T4744 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2224430 T4759 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2224437 T4759 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2224434 T4774 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 2224438 T4774 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2224434 T4800 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2224438 T4800 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2224439 T4744 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2224440 T4744 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2224443 T4774 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2224444 T4774 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 2224444 T4759 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2224446 T4800 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2224449 T4759 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 2224451 T4744 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2224462 T4800 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 2224463 T4774 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 2224466 T4744 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 2224471 T4774 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 2224724 T4800 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2224742 T4774 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2224747 T4744 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2224824 T4759 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 2224960 T4774 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2225005 T4774 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2225023 T4774 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 2225050 T4744 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2225060 T4744 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2225085 T4759 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2225098 T4744 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 2225101 T4759 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2225136 T4759 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 2225137 T4800 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2225172 T4800 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2225213 T4800 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 2228002 T4744 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2228096 T4744 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2228109 T4744 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2228215 T4774 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2228237 T4800 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2228255 T4800 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2228280 T4774 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2228295 T4800 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2228297 T4774 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2228348 T4744 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2228387 T4744 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2228394 T4774 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2228405 T4744 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2228417 T4774 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2228418 T4759 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2228420 T4744 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2228425 T4744 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2228425 T4744 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2228430 T4774 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2228433 T4800 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2228435 T4774 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2228435 T4774 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2228436 T4774 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2228442 T4774 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2228443 T4774 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2228443 T4744 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2228444 T4744 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2228453 T4744 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2228454 T4744 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 2228455 T4744 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@747faa2b
   [junit4]   2> 2228450 T4800 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2228451 T4774 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2228458 T4774 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 2228459 T4774 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@747faa2b
   [junit4]   2> 2228464 T4774 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 2228465 T4774 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 2228466 T4774 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2228467 T4774 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375367608554//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 2228477 T4774 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b810f93 lockFactory=org.apache.lucene.store.NativeFSLockFactory@41a34556),segFN=segments_1,generation=1}
   [junit4]   2> 2228478 T4774 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2228489 T4774 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2228490 T4774 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2228492 T4774 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2228494 T4774 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2228495 T4774 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2228496 T4774 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2228497 T4774 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2228498 T4774 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2228500 T4774 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2228450 T4759 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2228560 T4759 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2228555 T4774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2228552 T4800 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2228457 T4744 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 2228573 T4744 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 2228573 T4744 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2228575 T4744 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375367605428//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 2228578 T4800 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2228578 T4800 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2228579 T4800 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2228585 T4774 oass.SolrIndexSearcher.<init> Opening Searcher@5d3e5008 main
   [junit4]   2> 2228587 T4774 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2228588 T4774 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2228593 T4800 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2228594 T4800 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2228594 T4815 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@5d3e5008 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2228594 T4800 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2228595 T4800 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 2228596 T4800 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@747faa2b
   [junit4]   2> 2228597 T4774 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 2228597 T4774 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:50460/kb/d collection:nodes_used_collection shard:shard1
   [junit4]   2> 2228599 T4774 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2228597 T4800 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 2228602 T4800 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 2228603 T4800 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2228616 T4800 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375367612427//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 2228634 T4744 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d5107b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@119bcb84),segFN=segments_1,generation=1}
   [junit4]   2> 2228635 T4744 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2228649 T4774 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 2228650 T4800 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@388cbaf4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c0d1a9b),segFN=segments_1,generation=1}
   [junit4]   2> 2228651 T4800 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2228664 T4744 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2228670 T4744 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2228669 T4800 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2228672 T4744 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2228675 T4744 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2228677 T4744 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2228677 T4744 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2228678 T4744 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2228681 T4744 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2228682 T4744 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2228697 T4800 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2228699 T4800 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2228705 T4800 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2228708 T4800 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2228709 T4800 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2228710 T4800 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2228715 T4800 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2228716 T4800 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2228713 T4774 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2228727 T4800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2228728 T4744 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2228757 T4744 oass.SolrIndexSearcher.<init> Opening Searcher@411c51d4 main
   [junit4]   2> 2228760 T4800 oass.SolrIndexSearcher.<init> Opening Searcher@25082424 main
   [junit4]   2> 2228762 T4744 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2228764 T4744 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2228766 T4800 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2228767 T4800 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2228763 T4774 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179997
   [junit4]   2> 2228779 T4816 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@411c51d4 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2228782 T4744 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 2228783 T4744 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:50453/kb/d collection:nodes_used_collection shard:shard2
   [junit4]   2> 2228783 T4744 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2228790 T4817 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@25082424 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2228790 T4759 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2228802 T4800 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 2228802 T4800 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:50466/kb/d collection:nodes_used_collection shard:shard2
   [junit4]   2> 2228803 T4800 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 2228829 T4744 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 2228838 T4800 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 2228865 T4800 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2228877 T4759 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2228877 T4800 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2228878 T4800 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2228879 T4800 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50466/kb/d/nodes_used_collection_shard2_replica2/
   [junit4]   2> 2228879 T4800 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:50466/kb/d START replicas=[http://127.0.0.1:50453/kb/d/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 2228885 T4759 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2228886 T4800 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:50466/kb/d DONE.  We have no versions.  sync failed.
   [junit4]   2> 2228888 T4800 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2228893 T4800 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> 2228894 T4800 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50466/kb/d/nodes_used_collection_shard2_replica2/ shard2
   [junit4]   2> 2228894 T4800 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C2227 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@27e60358 url=http://127.0.0.1:50453/kb/d/nodes_used_collection_shard2_replica1 node=127.0.0.1:50453_kb%2Fd C2227_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:50453_kb%2Fd, base_url=http://127.0.0.1:50453/kb/d}
   [junit4]   2> 2228901 T4740 C2227 P50453 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/kb/d path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
   [junit4]   2> 2228902 T4759 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2228904 T4759 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2228905 T4759 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2228910 T4759 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2228912 T4759 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2228913 T4759 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2228914 T4759 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 2228914 T4759 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@747faa2b
   [junit4]   2> 2228915 T4759 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 2228916 T4759 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 2228916 T4759 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2228918 T4759 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375367606538//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 2228925 T4759 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7c7c8f90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@340a7eec),segFN=segments_1,generation=1}
   [junit4]   2> 2228926 T4759 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2228933 T4759 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2228935 T4759 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2228944 T4759 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2228947 T4759 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2228948 T4759 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2228949 T4759 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2228950 T4759 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2228952 T4759 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2228953 T4759 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2228971 T4759 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2228979 T4759 oass.SolrIndexSearcher.<init> Opening Searcher@80155b9 main
   [junit4]   2> 2228981 T4759 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2228981 T4759 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2228989 T4819 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@80155b9 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 2228996 T4759 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 2228996 T4759 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:50457/kb/d collection:nodes_used_collection shard:shard1
   [junit4]   2> 2228997 T4759 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10

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

uce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=7F9707FA8D68D3E9 -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Indian/Kerguelen -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    162s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:50457/kb/d
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7F9707FA8D68D3E9:FE7189E2FA37B3D5]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:428)
   [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.HttpHostConnectException: Connection to http://127.0.0.1:50457 refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
   [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]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	... 51 more
   [junit4]   2> 2374126 T4727 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 162077 T4726 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 2375090 T4809 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2375091 T4809 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> 2375091 T4809 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene42: {_route_=Pulsing41(freqCutoff=18 minBlockSize=74 maxBlockSize=207), range_facet_l=PostingsFormat(name=Lucene41VarGapFixedInterval), text=Pulsing41(freqCutoff=18 minBlockSize=74 maxBlockSize=207), _version_=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=Lucene41WithOrds), timestamp=PostingsFormat(name=Lucene41VarGapFixedInterval), a_t=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_sl=PostingsFormat(name=Lucene41WithOrds), range_facet_si=PostingsFormat(name=Lucene41VarGapFixedInterval), other_tl1=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=Lucene41VarGapFixedInterval), a_si=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=SimpleText)}, sim=DefaultSimilarity, locale=de, timezone=Indian/Kerguelen
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=1,free=16949672,total=254627840
   [junit4]   2> NOTE: All tests run in this JVM: [TestMergePolicyConfig, TestUniqueKeyFieldResource, PrimUtilsTest, ResponseLogComponentTest, NumericFieldsTest, OverseerTest, TestSchemaVersionResource, TimeZoneUtilsTest, TestWordDelimiterFilterFactory, ShowFileRequestHandlerTest, TestDefaultSearchFieldResource, TestFastWriter, SuggesterTSTTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, ExternalFileFieldSortTest, ScriptEngineTest, DOMUtilTest, TestUpdate, PreAnalyzedUpdateProcessorTest, TestFieldCollectionResource, TestSweetSpotSimilarityFactory, TestBadConfig, TestJoin, IndexSchemaRuntimeFieldTest, TestSolrIndexConfig, LegacyHTMLStripCharFilterTest, TestCSVLoader, DistributedQueryElevationComponentTest, FullSolrCloudDistribCmdsTest, TestCodecSupport, TestLMDirichletSimilarityFactory, TestSerializedLuceneMatchVersion, TestOmitPositions, TestSolr4Spatial, TestSolrXmlPersistence, CircularListTest, TestSolrDeletionPolicy2, TestSolrCoreProperties, CurrencyFieldXmlFileTest, TestPartialUpdateDeduplication, AddSchemaFieldsUpdateProcessorFactoryTest, SuggesterFSTTest, TestIndexingPerformance, SolrRequestParserTest, HdfsBasicDistributedZkTest, DateMathParserTest, StatsComponentTest, UpdateRequestProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestSolrXMLSerializer, TestElisionMultitermQuery, SynonymTokenizerTest, TestJmxIntegration, TestDistributedGrouping, TestDocumentBuilder, TestValueSourceCache, HdfsLockFactoryTest, TestCoreContainer, QueryResultKeyTest, SystemInfoHandlerTest, TestDynamicFieldCollectionResource, ZkControllerTest, TestRandomMergePolicy, TestJmxMonitoredMap, RegexBoostProcessorTest, TestSchemaNameResource, SignatureUpdateProcessorFactoryTest, TestSolrJ, TestAddFieldRealTimeGet, TermVectorComponentTest, ClusterStateTest, TestInfoStreamLogging, DirectSolrConnectionTest, SolrInfoMBeanTest, MoreLikeThisHandlerTest, TestXIncludeConfig, UnloadDistributedZkTest, SpellCheckCollatorTest, TestFoldingMultitermQuery, SolrTestCaseJ4Test, PrimitiveFieldTypeTest, SolrCoreCheckLockOnStartupTest, TestPHPSerializedResponseWriter, AlternateDirectoryTest, UUIDFieldTest, AutoCommitTest, ClusterStateUpdateTest, TestPerFieldSimilarity, UniqFieldsUpdateProcessorFactoryTest, HdfsBasicDistributedZk2Test, TestLFUCache, TestBinaryField, TestReplicationHandler, SimplePostToolTest, DocValuesTest, TestClassNameShortening, TestRecoveryHdfs, DirectUpdateHandlerTest, BasicFunctionalityTest, QueryEqualityTest, TestSearchPerf, TestSolrDeletionPolicy1, SuggesterTest, TestDynamicFieldResource, TestZkChroot, TestFaceting, TestDFRSimilarityFactory, TestGroupingSearch, CoreContainerCoreInitFailuresTest, TestFiltering, SliceStateTest, NoCacheHeaderTest, DefaultValueUpdateProcessorTest, PolyFieldTest, TestCopyFieldCollectionResource, TestLRUCache, OutputWriterTest, TestExtendedDismaxParser, LukeRequestHandlerTest, BadCopyFieldTest, ShardSplitTest, OverseerCollectionProcessorTest, TestFastOutputStream, TestManagedSchema, FileBasedSpellCheckerTest, FieldMutatingUpdateProcessorTest, DebugComponentTest, TestSystemIdResolver, StandardRequestHandlerTest, PathHierarchyTokenizerFactoryTest, RecoveryZkTest, SpellCheckComponentTest, DirectUpdateHandlerOptimizeTest, TestRecovery, CoreAdminCreateDiscoverTest, TestReloadAndDeleteDocs, TestDefaultSimilarityFactory, CSVRequestHandlerTest, TestMultiCoreConfBootstrap, HardAutoCommitTest, HighlighterTest, TestPseudoReturnFields, TestCloudManagedSchemaAddField, TestSolrQueryParser, TestPostingsSolrHighlighter, TermsComponentTest, TestSchemaSimilarityResource, LeaderElectionTest, TestSolrQueryParserResource, LeaderElectionIntegrationTest, TestArbitraryIndexDir, ConvertedLegacyTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 163.16s, 1 test, 1 error <<< FAILURES!

[...truncated 494 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:389: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:369: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1230: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:873: There were test failures: 320 suites, 1345 tests, 1 error, 39 ignored (5 assumptions)

Total time: 108 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure