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/06/30 02:30:42 UTC

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

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

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

Error Message:
collection already exists: awholynewcollection_0

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: awholynewcollection_0
	at __randomizedtesting.SeedInfo.seed([246DE1DADDF7333B:A58B6FC2AAA85307]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:424)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:264)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:318)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1522)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:438)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	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)




Build Log:
[...truncated 9164 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2> 153186 T228 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /uifqd/
[junit4:junit4]   2> 153237 T228 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1372548734676
[junit4:junit4]   2> 153240 T228 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 153241 T229 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 153350 T228 oasc.ZkTestServer.run start zk server on port:49180
[junit4:junit4]   2> 153354 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 153393 T235 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43d82203 name:ZooKeeperConnection Watcher:127.0.0.1:49180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 153393 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 153394 T228 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 153450 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 153466 T237 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6996fb15 name:ZooKeeperConnection Watcher:127.0.0.1:49180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 153468 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 153468 T228 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 153550 T228 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 153574 T228 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 153607 T228 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 153646 T228 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:junit4]   2> 153653 T228 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 153674 T228 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:junit4]   2> 153675 T228 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 153702 T228 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:junit4]   2> 153704 T228 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 153773 T228 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:junit4]   2> 153775 T228 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 153804 T228 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:junit4]   2> 153819 T228 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 153888 T228 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:junit4]   2> 153890 T228 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 153902 T228 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:junit4]   2> 153903 T228 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 153952 T228 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:junit4]   2> 153953 T228 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 153974 T228 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:junit4]   2> 153975 T228 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 154925 T228 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 154982 T228 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49183
[junit4:junit4]   2> 154985 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 154986 T228 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 154987 T228 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-1372548735487
[junit4:junit4]   2> 154988 T228 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/solr.xml
[junit4:junit4]   2> 154989 T228 oasc.CoreContainer.<init> New CoreContainer 716654813
[junit4:junit4]   2> 154990 T228 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/'
[junit4:junit4]   2> 154991 T228 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-1372548735487/'
[junit4:junit4]   2> 156550 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487
[junit4:junit4]   2> 156552 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/collection1
[junit4:junit4]   2> 156554 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/collection1/conf
[junit4:junit4]   2> 156730 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/collection1/conf/xslt
[junit4:junit4]   2> 156734 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/collection1/lib
[junit4:junit4]   2> 156735 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/collection1/lib/classes
[junit4:junit4]   2> 156738 T228 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/conf/core.properties, adding to cores
[junit4:junit4]   2> 156762 T228 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 156763 T228 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 156763 T228 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 156764 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 156764 T228 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 156764 T228 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 156764 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 156765 T228 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 156765 T228 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 156765 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 156786 T228 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 156787 T228 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49180/solr
[junit4:junit4]   2> 156788 T228 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 156790 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 156804 T248 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30ae55b3 name:ZooKeeperConnection Watcher:127.0.0.1:49180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 156805 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 156815 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 156826 T230 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13f92479edf0002, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 
[junit4:junit4]   2> 156844 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 156858 T250 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e386bc name:ZooKeeperConnection Watcher:127.0.0.1:49180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 156859 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 156868 T228 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 156885 T228 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 156902 T228 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 156910 T228 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49183_uifqd
[junit4:junit4]   2> 156914 T228 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49183_uifqd
[junit4:junit4]   2> 156932 T228 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 156960 T228 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 156984 T228 oasc.Overseer.start Overseer (id=89951353876447235-127.0.0.1:49183_uifqd-n_0000000000) starting
[junit4:junit4]   2> 157016 T228 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 157031 T252 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 157036 T228 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 157051 T228 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 157066 T228 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 157090 T251 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 157098 T228 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 157099 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 157100 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 157124 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 157141 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 157143 T255 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e90c029 name:ZooKeeperConnection Watcher:127.0.0.1:49180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 157143 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 157150 T228 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 157165 T228 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 157786 T228 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 157792 T228 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49187
[junit4:junit4]   2> 157797 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 157799 T228 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 157800 T228 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-1372548738603
[junit4:junit4]   2> 157801 T228 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/solr.xml
[junit4:junit4]   2> 157801 T228 oasc.CoreContainer.<init> New CoreContainer 551337298
[junit4:junit4]   2> 157802 T228 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/'
[junit4:junit4]   2> 157802 T228 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-1372548738603/'
[junit4:junit4]   2> 158005 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603
[junit4:junit4]   2> 158007 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/collection1
[junit4:junit4]   2> 158009 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/collection1/conf
[junit4:junit4]   2> 158201 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/collection1/conf/xslt
[junit4:junit4]   2> 158210 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/collection1/lib
[junit4:junit4]   2> 158212 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/collection1/lib/classes
[junit4:junit4]   2> 158214 T228 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/conf/core.properties, adding to cores
[junit4:junit4]   2> 158238 T228 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 158239 T228 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 158244 T228 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 158245 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 158245 T228 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 158246 T228 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 158247 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 158247 T228 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 158248 T228 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 158249 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 158275 T228 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 158276 T228 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49180/solr
[junit4:junit4]   2> 158277 T228 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 158286 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 158295 T266 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b5ebdb0 name:ZooKeeperConnection Watcher:127.0.0.1:49180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 158296 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 158303 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 158337 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 158345 T268 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@406ce72b name:ZooKeeperConnection Watcher:127.0.0.1:49180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 158346 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 158377 T228 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 159403 T228 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49187_uifqd
[junit4:junit4]   2> 159407 T228 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49187_uifqd
[junit4:junit4]   2> 159423 T268 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 159435 T255 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 159441 T250 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 159448 T228 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 159449 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 159451 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 160128 T228 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 160135 T228 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49190
[junit4:junit4]   2> 160137 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 160138 T228 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 160138 T228 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-1372548740920
[junit4:junit4]   2> 160141 T228 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/solr.xml
[junit4:junit4]   2> 160146 T228 oasc.CoreContainer.<init> New CoreContainer 205756673
[junit4:junit4]   2> 160150 T228 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/'
[junit4:junit4]   2> 160150 T228 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-1372548740920/'
[junit4:junit4]   2> 160374 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920
[junit4:junit4]   2> 160376 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/collection1
[junit4:junit4]   2> 160378 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/collection1/conf
[junit4:junit4]   2> 160548 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/collection1/conf/xslt
[junit4:junit4]   2> 160552 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/collection1/lib
[junit4:junit4]   2> 160553 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/collection1/lib/classes
[junit4:junit4]   2> 160556 T228 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/conf/core.properties, adding to cores
[junit4:junit4]   2> 160579 T228 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 160579 T228 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 160580 T228 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 160581 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 160582 T228 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 160583 T228 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 160583 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 160584 T228 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 160584 T228 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 160585 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 160627 T228 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 160628 T228 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49180/solr
[junit4:junit4]   2> 160629 T228 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 160635 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 160642 T280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17902c1d name:ZooKeeperConnection Watcher:127.0.0.1:49180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 160643 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 160655 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 160697 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 160713 T282 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62dee8b8 name:ZooKeeperConnection Watcher:127.0.0.1:49180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 160714 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 160745 T228 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 161769 T228 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49190_uifqd
[junit4:junit4]   2> 161774 T228 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49190_uifqd
[junit4:junit4]   2> 161803 T268 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 161804 T255 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 161809 T250 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 161810 T282 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 161829 T228 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 161830 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 161831 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 162473 T228 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 162484 T228 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49193
[junit4:junit4]   2> 162486 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 162487 T228 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 162487 T228 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-1372548743303
[junit4:junit4]   2> 162488 T228 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/solr.xml
[junit4:junit4]   2> 162489 T228 oasc.CoreContainer.<init> New CoreContainer 62873298
[junit4:junit4]   2> 162492 T228 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/'
[junit4:junit4]   2> 162493 T228 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-1372548743303/'
[junit4:junit4]   2> 162716 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303
[junit4:junit4]   2> 162718 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/collection1
[junit4:junit4]   2> 162721 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/collection1/conf
[junit4:junit4]   2> 162907 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/collection1/conf/xslt
[junit4:junit4]   2> 162915 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/collection1/lib
[junit4:junit4]   2> 162917 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/collection1/lib/classes
[junit4:junit4]   2> 162921 T228 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/conf/core.properties, adding to cores
[junit4:junit4]   2> 162938 T228 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 162939 T228 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 162940 T228 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 162940 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 162941 T228 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 162942 T228 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 162949 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 162950 T228 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 162951 T228 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 162953 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 162984 T228 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 162985 T228 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49180/solr
[junit4:junit4]   2> 162986 T228 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 162990 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 162997 T294 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@84765c7 name:ZooKeeperConnection Watcher:127.0.0.1:49180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 162999 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 163007 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 163040 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 163047 T296 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f565c52 name:ZooKeeperConnection Watcher:127.0.0.1:49180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 163048 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 163075 T228 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 164094 T228 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49193_uifqd
[junit4:junit4]   2> 164097 T228 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49193_uifqd
[junit4:junit4]   2> 164121 T268 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 164121 T282 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 164122 T250 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 164122 T255 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 164123 T296 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 164140 T228 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 164141 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 164142 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 164962 T228 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 164968 T228 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49196
[junit4:junit4]   2> 164972 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 164972 T228 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 164973 T228 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-1372548745600
[junit4:junit4]   2> 164973 T228 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/solr.xml
[junit4:junit4]   2> 164974 T228 oasc.CoreContainer.<init> New CoreContainer 1288253468
[junit4:junit4]   2> 164974 T228 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/'
[junit4:junit4]   2> 164975 T228 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-1372548745600/'
[junit4:junit4]   2> 165264 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600
[junit4:junit4]   2> 165266 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/collection1
[junit4:junit4]   2> 165268 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/collection1/conf
[junit4:junit4]   2> 165455 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/collection1/conf/xslt
[junit4:junit4]   2> 165460 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/collection1/lib
[junit4:junit4]   2> 165461 T228 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/collection1/lib/classes
[junit4:junit4]   2> 165465 T228 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/conf/core.properties, adding to cores
[junit4:junit4]   2> 165481 T228 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 165482 T228 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 165482 T228 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 165483 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 165484 T228 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 165485 T228 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 165487 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 165487 T228 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 165488 T228 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 165489 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 165521 T228 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 165523 T228 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49180/solr
[junit4:junit4]   2> 165524 T228 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 165527 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 165541 T308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39f0fd1d name:ZooKeeperConnection Watcher:127.0.0.1:49180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 165542 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 165554 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 165580 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 165595 T310 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5990fe35 name:ZooKeeperConnection Watcher:127.0.0.1:49180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 165595 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 165614 T228 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 166631 T228 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49196_uifqd
[junit4:junit4]   2> 166634 T228 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49196_uifqd
[junit4:junit4]   2> 166656 T282 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 166660 T268 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 166661 T250 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 166665 T296 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 166667 T255 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 166677 T310 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 166686 T228 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 166687 T228 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 166687 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 166743 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 166830 T261 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 166837 T250 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 166843 T252 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":null,
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"nodes_used_collection",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 166843 T252 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:49190_uifqd
[junit4:junit4]   2> 166862 T252 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:49187_uifqd
[junit4:junit4]   2> 166867 T252 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:49196_uifqd
[junit4:junit4]   2> 166868 T252 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:49183_uifqd
[junit4:junit4]   2> 166929 T277 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2> 166930 T242 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2> 166929 T305 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2> 166929 T263 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2> 166935 T242 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 166935 T277 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 166937 T263 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 166937 T305 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 167737 T251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 167739 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49190_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49190/uifqd"}
[junit4:junit4]   2> 167740 T251 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2> 167758 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49183_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49183/uifqd"}
[junit4:junit4]   2> 167772 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49187_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49187/uifqd"}
[junit4:junit4]   2> 167788 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49196_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49196/uifqd"}
[junit4:junit4]   2> 167839 T310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 167840 T268 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 167840 T282 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 167843 T250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 167846 T255 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 167847 T296 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 167937 T242 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 167937 T277 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 167938 T263 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 167939 T263 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-1372548738603/nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 167940 T263 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 167938 T242 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-1372548735487/nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 167941 T242 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 167938 T305 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 167938 T277 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-1372548740920/nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 167942 T277 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 167942 T305 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-1372548745600/nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 167943 T305 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 167943 T263 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 167945 T263 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 167949 T277 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 167950 T277 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 167957 T263 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 167958 T263 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 167971 T305 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 167973 T305 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 167977 T277 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 167978 T277 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 167986 T305 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 167990 T305 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 167994 T242 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 167995 T242 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 167997 T263 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 168008 T277 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 168009 T305 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 168013 T263 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-1372548738603/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   2> 168017 T305 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-1372548745600/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   2> 168024 T277 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-1372548740920/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   2> 168031 T242 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 168101 T242 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 168121 T242 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-1372548735487/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   2> 168328 T242 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 168359 T263 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 168361 T305 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 168389 T277 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 168599 T305 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 168613 T305 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 168659 T263 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 168662 T305 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2> 168686 T263 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 168805 T242 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 168809 T263 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2> 168832 T242 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 168862 T242 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2> 168876 T277 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 168908 T277 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 168947 T277 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2> 172019 T305 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 172149 T242 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 172155 T305 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 172159 T305 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 172258 T242 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 172268 T263 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 172302 T242 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 172363 T263 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 172379 T263 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 172388 T305 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 172407 T305 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 172460 T305 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 172470 T305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 172477 T305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 172478 T305 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 172485 T277 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 172500 T305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 172500 T305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 172501 T305 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 172501 T305 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-1372548745600/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-1372548745600/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   2> 172507 T277 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 172526 T277 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 172534 T242 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 172543 T242 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 172518 T305 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1af90368
[junit4:junit4]   2> 172561 T305 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-1372548745600/nodes_used_collection_shard2_replica1/data
[junit4:junit4]   2> 172562 T305 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-1372548745600/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   2> 172562 T305 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-1372548745600/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 172566 T242 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 172567 T305 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-1372548745600/nodes_used_collection_shard2_replica1/data/index
[junit4:junit4]   2> 172573 T305 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@43a3b0e1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@548aeebf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 172576 T305 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 172581 T263 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 172613 T242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 172638 T242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 172640 T242 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 172644 T305 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 172645 T305 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 172647 T305 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 172648 T305 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 172650 T305 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 172651 T305 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 172651 T305 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 172653 T305 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 172638 T263 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 172654 T305 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 172656 T242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 172657 T242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 172658 T242 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 172659 T242 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-1372548735487/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-1372548735487/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   2> 172659 T242 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1af90368
[junit4:junit4]   2> 172665 T242 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-1372548735487/nodes_used_collection_shard2_replica2/data
[junit4:junit4]   2> 172665 T242 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-1372548735487/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   2> 172666 T242 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-1372548735487/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 172668 T242 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-1372548735487/nodes_used_collection_shard2_replica2/data/index
[junit4:junit4]   2> 172682 T242 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3adde819 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74647003),segFN=segments_1,generation=1}
[junit4:junit4]   2> 172683 T242 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 172707 T305 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 172730 T242 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 172731 T242 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 172732 T242 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 172733 T242 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 172735 T242 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 172736 T242 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 172737 T242 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 172748 T242 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 172749 T242 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 172746 T305 oass.SolrIndexSearcher.<init> Opening Searcher@21cc979c main
[junit4:junit4]   2> 172755 T305 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 172756 T305 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 172743 T263 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 172775 T316 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@21cc979c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 172781 T305 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 172782 T305 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:49196/uifqd collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 172783 T263 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 172803 T263 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 172804 T263 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 172805 T242 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 172810 T305 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 172819 T263 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 172819 T263 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 172821 T263 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 172823 T263 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-1372548738603/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-1372548738603/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   2> 172823 T263 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1af90368
[junit4:junit4]   2> 172830 T242 oass.SolrIndexSearcher.<init> Opening Searcher@467c8d0e main
[junit4:junit4]   2> 172834 T277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 172838 T263 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-1372548738603/nodes_used_collection_shard1_replica2/data
[junit4:junit4]   2> 172838 T263 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-1372548738603/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   2> 172848 T263 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-1372548738603/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 172853 T263 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-1372548738603/nodes_used_collection_shard1_replica2/data/index
[junit4:junit4]   2> 172860 T263 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@61e940fe lockFactory=org.apache.lucene.store.NativeFSLockFactory@35f02fbf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 172861 T263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 172871 T263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 172872 T263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 172874 T263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 172876 T263 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 172877 T263 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 172877 T263 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 172878 T263 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 172880 T263 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 172881 T263 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 172927 T263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 172932 T277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 172838 T242 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 172945 T242 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 172953 T317 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@467c8d0e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 172967 T242 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 172968 T242 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:49183/uifqd collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 172970 T277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 172975 T263 oass.SolrIndexSearcher.<init> Opening Searcher@6cb547bc main
[junit4:junit4]   2> 172984 T277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 172985 T277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 172985 T277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 172997 T277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 172997 T277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 172998 T277 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 172999 T277 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-1372548740920/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-1372548740920/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   2> 173000 T277 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1af90368
[junit4:junit4]   2> 173002 T277 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-1372548740920/nodes_used_collection_shard1_replica1/data
[junit4:junit4]   2> 173002 T277 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-1372548740920/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   2> 173003 T277 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-1372548740920/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 173004 T277 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-1372548740920/nodes_used_collection_shard1_replica1/data/index
[junit4:junit4]   2> 173013 T277 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@585b1989 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e12cdd6),segFN=segments_1,generation=1}
[junit4:junit4]   2> 173013 T277 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 173024 T263 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 173025 T263 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 173027 T277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 173028 T277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 173030 T277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 173032 T277 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 173025 T305 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
[junit4:junit4]   2> 173033 T318 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@6cb547bc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 173035 T277 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 173035 T277 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 173036 T277 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 173037 T277 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 173039 T277 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 173069 T263 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 173070 T263 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:49187/uifqd collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 173081 T277 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 173088 T305 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 173089 T305 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 173090 T305 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 173100 T263 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2> 173127 T277 oass.SolrIndexSearcher.<init> Opening Searcher@a8ac358 main
[junit4:junit4]   2> 173129 T277 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 173130 T277 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 173135 T305 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 173141 T319 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@a8ac358 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 173153 T277 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 173163 T277 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:49190/uifqd collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 173162 T263 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
[junit4:junit4]   2> 173200 T263 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 173201 T263 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 173202 T263 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 173213 T305 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:49196/uifqd START replicas=[http://127.0.0.1:49183/uifqd/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2> 173215 T305 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:49196/uifqd DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 173215 T305 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
[junit4:junit4]   2> 173216 T305 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:junit4]   2> 173216 T305 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1/ shard2
[junit4:junit4]   2> 173216 T305 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2> 173236 T263 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:49187/uifqd START replicas=[http://127.0.0.1:49190/uifqd/nodes_used_collection_shard1_replica1/] nUpdates=100
[junit4:junit4]   2> 173239 T263 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:49187/uifqd DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 173240 T263 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
[junit4:junit4]   2> 173240 T263 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:junit4]   2> 173241 T263 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2/ shard1
[junit4:junit4]   2> 173241 T263 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C38 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@2bc92c97 url=http://127.0.0.1:49183/uifqd/nodes_used_collection_shard2_replica2 node=127.0.0.1:49183_uifqd C38_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:49183_uifqd, base_url=http://127.0.0.1:49183/uifqd}
[junit4:junit4]   2> 173250 T241 C38 P49183 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/uifqd path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=3 
[junit4:junit4]   2> ASYNC  NEW_CORE C39 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@2e5dba16 url=http://127.0.0.1:49190/uifqd/nodes_used_collection_shard1_replica1 node=127.0.0.1:49190_uifqd C39_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:49190_uifqd, base_url=http://127.0.0.1:49190/uifqd}
[junit4:junit4]   2> 173279 T276 C39 P49190 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp=/uifqd path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 173946 T251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 174075 T268 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 174077 T255 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 174078 T282 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 174088 T250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 174095 T296 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 174096 T310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 174108 T263 oasc.ZkController.register We are http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 174108 T263 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:49187/uifqd
[junit4:junit4]   2> 174109 T263 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 174110 T263 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   2> 174122 T263 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 174126 T263 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=7199 
[junit4:junit4]   2> 174131 T305 oasc.ZkController.register We are http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 174132 T305 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:49196/uifqd
[junit4:junit4]   2> 174132 T305 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 174133 T305 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2> 174149 T305 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 174155 T305 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=7232 
[junit4:junit4]   2> 174203 T277 oasc.ZkController.register We are http://127.0.0.1:49190/uifqd/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 174204 T277 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:49190/uifqd
[junit4:junit4]   2> 174205 T277 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 174205 T277 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 174216 T322 C39 P49190 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 174216 T322 C39 P49190 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 174218 T322 C39 P49190 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=recovering
[junit4:junit4]   2> 174220 T277 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 174221 T242 oasc.ZkController.register We are http://127.0.0.1:49183/uifqd/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 174222 T242 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:49183/uifqd
[junit4:junit4]   2> 174222 T242 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 174222 T242 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 174227 T242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 174229 T242 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=7304 
[junit4:junit4]   2> 174231 T322 C39 P49190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 174238 T277 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=7309 
[junit4:junit4]   2> 174225 T323 C38 P49183 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica2 recoveringAfterStartup=true
[junit4:junit4]   2> 174241 T323 C38 P49183 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 174249 T252 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2> 174311 T323 C38 P49183 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=recovering
[junit4:junit4]   2> 174336 T259 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 174340 T323 C38 P49183 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 174385 T303 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 174387 T268 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 174403 T261 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=7587 
[junit4:junit4]   2> 174406 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 174395 T250 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 174408 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 174415 T325 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dd6f023 name:ZooKeeperConnection Watcher:127.0.0.1:49180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 174416 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 174417 T252 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=7199},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=7232},core=nodes_used_collection_shard2_replica1},null={responseHeader={status=0,QTime=7304},core=nodes_used_collection_shard2_replica2},null={responseHeader={status=0,QTime=7309},core=nodes_used_collection_shard1_replica1}}}
[junit4:junit4]   2> 174427 T228 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 174453 T228 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 174459 T228 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 174462 T327 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79097786 name:ZooKeeperConnection Watcher:127.0.0.1:49180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 174463 T228 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 174467 T228 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 174530 T262 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=5&maxShardsPerNode=6&name=awholynewcollection_0&replicationFactor=5&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 174535 T250 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 174544 T252 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "maxShardsPerNode":"6",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"awholynewcollection_0",
[junit4:junit4]   2> 	  "replicationFactor":"5"}
[junit4:junit4]   2> 174545 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:49187_uifqd
[junit4:junit4]   2> 174545 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:49190_uifqd
[junit4:junit4]   2> 174546 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:49196_uifqd
[junit4:junit4]   2> 174546 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica4 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:49193_uifqd
[junit4:junit4]   2> 174547 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica5 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:49183_uifqd
[junit4:junit4]   2> 174552 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:49187_uifqd
[junit4:junit4]   2> 174560 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:49190_uifqd
[junit4:junit4]   2> 174562 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:49196_uifqd
[junit4:junit4]   2> 174566 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica4 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:49193_uifqd
[junit4:junit4]   2> 174569 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica5 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:49183_uifqd
[junit4:junit4]   2> 174573 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:49187_uifqd
[junit4:junit4]   2> 174598 T264 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica1 state=down
[junit4:junit4]   2> 174604 T263 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica1 state=down
[junit4:junit4]   2> 174620 T274 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica2 state=down
[junit4:junit4]   2> 174625 T301 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica3 state=down
[junit4:junit4]   2> 174636 T276 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica2 state=down
[junit4:junit4]   2> 174652 T287 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica4 state=down
[junit4:junit4]   2> 174653 T263 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174633 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:49190_uifqd
[junit4:junit4]   2> 174632 T241 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica5 state=down
[junit4:junit4]   2> 174631 T246 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica5 state=down
[junit4:junit4]   2> 174630 T306 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica3 state=down
[junit4:junit4]   2> 174649 T264 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174657 T274 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174649 T260 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica1 state=down
[junit4:junit4]   2> 174648 T288 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica4 state=down
[junit4:junit4]   2> 174659 T301 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174661 T276 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174662 T287 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174670 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica3 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:49196_uifqd
[junit4:junit4]   2> 174677 T260 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174677 T306 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174680 T241 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174678 T288 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174682 T278 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica2 state=down
[junit4:junit4]   2> 174692 T246 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174694 T278 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174681 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica4 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:49193_uifqd
[junit4:junit4]   2> 174687 T302 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica3 state=down
[junit4:junit4]   2> 174712 T302 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174723 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica5 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:49183_uifqd
[junit4:junit4]   2> 174730 T289 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica4 state=down
[junit4:junit4]   2> 174734 T289 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174739 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica1 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:49187_uifqd
[junit4:junit4]   2> 174745 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica2 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:49190_uifqd
[junit4:junit4]   2> 174748 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica3 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:49196_uifqd
[junit4:junit4]   2> 174758 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica4 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:49193_uifqd
[junit4:junit4]   2> 174766 T305 oasc.ZkController.publish publishing core=awholynewcollection_0_shard4_replica3 state=down
[junit4:junit4]   2> 174764 T273 oasc.ZkController.publish publishing core=awholynewcollection_0_shard4_replica2 state=down
[junit4:junit4]   2> 174764 T261 oasc.ZkController.publish publishing core=awholynewcollection_0_shard4_replica1 state=down
[junit4:junit4]   2> 174762 T243 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica5 state=down
[junit4:junit4]   2> 174770 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica5 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:49183_uifqd
[junit4:junit4]   2> 174776 T290 oasc.ZkController.publish publishing core=awholynewcollection_0_shard4_replica4 state=down
[junit4:junit4]   2> 174781 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica1 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:49187_uifqd
[junit4:junit4]   2> 174784 T305 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174791 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica2 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:49190_uifqd
[junit4:junit4]   2> 174795 T273 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174795 T243 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174793 T261 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174793 T290 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174797 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica3 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:49196_uifqd
[junit4:junit4]   2> 174800 T244 oasc.ZkController.publish publishing core=awholynewcollection_0_shard4_replica5 state=down
[junit4:junit4]   2> 174800 T345 oasc.ZkController.publish publishing core=awholynewcollection_0_shard5_replica1 state=down
[junit4:junit4]   2> 174803 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica4 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:49193_uifqd
[junit4:junit4]   2> 174805 T252 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard5_replica5 as part of slice shard5 of collection awholynewcollection_0 on 127.0.0.1:49183_uifqd
[junit4:junit4]   2> 174811 T345 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174812 T244 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174814 T277 oasc.ZkController.publish publishing core=awholynewcollection_0_shard5_replica2 state=down
[junit4:junit4]   2> 174816 T291 oasc.ZkController.publish publishing core=awholynewcollection_0_shard5_replica4 state=down
[junit4:junit4]   2> 174818 T242 oasc.ZkController.publish publishing core=awholynewcollection_0_shard5_replica5 state=down
[junit4:junit4]   2> 174821 T304 oasc.ZkController.publish publishing core=awholynewcollection_0_shard5_replica3 state=down
[junit4:junit4]   2> 174826 T291 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174829 T277 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174845 T304 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 174851 T242 oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4:junit4]   2> 175694 T251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 175696 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49187_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49187/uifqd"}
[junit4:junit4]   2> 175713 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49196_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49196/uifqd"}
[junit4:junit4]   2> 175728 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49190_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49190/uifqd"}
[junit4:junit4]   2> 175745 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49183_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49183/uifqd"}
[junit4:junit4]   2> 175780 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node1",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49187_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49187/uifqd"}
[junit4:junit4]   2> 175780 T251 oasc.Overseer$ClusterStateUpdater.createCollection Create collection awholynewcollection_0 with numShards 5
[junit4:junit4]   2> 175799 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node2",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49187_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49187/uifqd"}
[junit4:junit4]   2> 175861 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node3",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49190_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49190/uifqd"}
[junit4:junit4]   2> 175877 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node4",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard2_replica3",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49196_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49196/uifqd"}
[junit4:junit4]   2> 175903 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node5",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49190_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49190/uifqd"}
[junit4:junit4]   2> 175921 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node6",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica4",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49193_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49193/uifqd"}
[junit4:junit4]   2> 175943 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node7",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica5",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49183_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49183/uifqd"}
[junit4:junit4]   2> 175966 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node8",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard3_replica1",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49187_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49187/uifqd"}
[junit4:junit4]   2> 175984 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node9",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica3",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49196_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49196/uifqd"}
[junit4:junit4]   2> 176027 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node10",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard2_replica4",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49193_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49193/uifqd"}
[junit4:junit4]   2> 176041 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node11",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard2_replica5",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49183_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49183/uifqd"}
[junit4:junit4]   2> 176056 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node12",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard3_replica2",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49190_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49190/uifqd"}
[junit4:junit4]   2> 176076 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node13",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard3_replica3",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49196_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49196/uifqd"}
[junit4:junit4]   2> 176096 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node14",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard3_replica4",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49193_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49193/uifqd"}
[junit4:junit4]   2> 176114 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node15",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard4_replica3",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49196_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49196/uifqd"}
[junit4:junit4]   2> 176130 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node16",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard4_replica1",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49187_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49187/uifqd"}
[junit4:junit4]   2> 176146 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node17",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard4_replica2",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49190_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49190/uifqd"}
[junit4:junit4]   2> 176173 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node18",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard3_replica5",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49183_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49183/uifqd"}
[junit4:junit4]   2> 176187 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node19",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard4_replica4",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49193_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49193/uifqd"}
[junit4:junit4]   2> 176206 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node20",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard5_replica1",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49187_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49187/uifqd"}
[junit4:junit4]   2> 176223 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node21",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard4_replica5",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49183_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49183/uifqd"}
[junit4:junit4]   2> 176244 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node22",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard5_replica4",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49193_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49193/uifqd"}
[junit4:junit4]   2> 176259 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node23",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard5_replica3",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49196_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49196/uifqd"}
[junit4:junit4]   2> 176272 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node24",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard5_replica5",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49183_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49183/uifqd"}
[junit4:junit4]   2> 176294 T251 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node25",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard5_replica2",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49190_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49190/uifqd"}
[junit4:junit4]   2> 176313 T327 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 176313 T282 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 176319 T325 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 176319 T268 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 176320 T310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 176321 T296 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 176323 T255 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 176337 T250 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 176390 T303 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 176391 T303 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=core_node2&state=recovering&nodeName=127.0.0.1:49183_uifqd&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard2_replica1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2006 
[junit4:junit4]   2> 176656 T263 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard2_replica1
[junit4:junit4]   2> 176657 T263 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/awholynewcollection_0_shard2_replica1
[junit4:junit4]   2> 176657 T263 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176659 T263 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176659 T263 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176660 T264 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 176660 T264 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_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-1372548738603/awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 176661 T264 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176660 T274 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 176661 T274 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_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-1372548740920/awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 176662 T274 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176662 T301 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard2_replica3
[junit4:junit4]   2> 176663 T301 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/awholynewcollection_0_shard2_replica3
[junit4:junit4]   2> 176663 T301 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176664 T276 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard2_replica2
[junit4:junit4]   2> 176664 T287 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard1_replica4
[junit4:junit4]   2> 176665 T287 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica4' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/awholynewcollection_0_shard1_replica4
[junit4:junit4]   2> 176665 T287 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176664 T276 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_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-1372548740920/awholynewcollection_0_shard2_replica2
[junit4:junit4]   2> 176666 T276 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176666 T274 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176667 T274 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176671 T287 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176671 T287 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176676 T301 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176676 T301 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176677 T276 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176678 T276 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176678 T264 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176679 T264 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176682 T260 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard3_replica1
[junit4:junit4]   2> 176682 T306 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard1_replica3
[junit4:junit4]   2> 176683 T306 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/awholynewcollection_0_shard1_replica3
[junit4:junit4]   2> 176683 T306 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176683 T260 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/awholynewcollection_0_shard3_replica1
[junit4:junit4]   2> 176684 T260 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176687 T274 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 176688 T287 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 176688 T288 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard2_replica4
[junit4:junit4]   2> 176689 T288 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica4' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/awholynewcollection_0_shard2_replica4
[junit4:junit4]   2> 176690 T288 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176688 T274 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176692 T263 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 176692 T263 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176693 T276 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 176694 T276 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176689 T241 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard1_replica5
[junit4:junit4]   2> 176689 T287 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176695 T241 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica5' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/awholynewcollection_0_shard1_replica5
[junit4:junit4]   2> 176697 T241 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176698 T278 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard3_replica2
[junit4:junit4]   2> 176698 T288 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176699 T288 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176699 T301 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 176700 T301 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176695 T246 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard2_replica5
[junit4:junit4]   2> 176701 T246 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica5' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/awholynewcollection_0_shard2_replica5
[junit4:junit4]   2> 176701 T246 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176693 T260 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176702 T260 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176693 T306 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176703 T306 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176699 T264 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 176704 T264 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176699 T278 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/awholynewcollection_0_shard3_replica2
[junit4:junit4]   2> 176705 T278 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176713 T278 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 176714 T278 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 176714 T288 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 176716 T288 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176715 T302 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard3_replica3
[junit4:junit4]   2> 176717 T302 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica3' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/awholynewcollection_0_shard3_replica3
[junit4:junit4]   2> 176718 T302 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176719 T306 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 176720 T306 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176722 T276 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176723 T301 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176725 T263 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176738 T289 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard3_replica4
[junit4:junit4]   2> 176739 T302 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176741 T302 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176739 T289 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica4' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/awholynewcollection_0_shard3_replica4
[junit4:junit4]   2> 176742 T289 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176740 T260 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 176743 T287 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176744 T260 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176746 T274 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176752 T278 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 176755 T289 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176756 T289 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176760 T276 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-1372548740920/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   2> 176761 T301 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-1372548745600/awholynewcollection_0_shard2_replica3/'
[junit4:junit4]   2> 176763 T264 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176766 T241 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176767 T241 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176768 T246 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176769 T246 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176770 T288 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176773 T263 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-1372548738603/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   2> 176775 T302 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-1372548745600/awholynewcollection_0_shard3_replica3/'
[junit4:junit4]   2> 176788 T305 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard4_replica3
[junit4:junit4]   2> 176789 T305 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica3' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/awholynewcollection_0_shard4_replica3
[junit4:junit4]   2> 176789 T305 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176799 T306 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176799 T243 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard3_replica5
[junit4:junit4]   2> 176800 T243 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica5' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/awholynewcollection_0_shard3_replica5
[junit4:junit4]   2> 176800 T243 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176801 T261 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard4_replica1
[junit4:junit4]   2> 176802 T261 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/awholynewcollection_0_shard4_replica1
[junit4:junit4]   2> 176802 T261 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176806 T287 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-1372548743303/awholynewcollection_0_shard1_replica4/'
[junit4:junit4]   2> 176809 T273 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard4_replica2
[junit4:junit4]   2> 176810 T273 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/awholynewcollection_0_shard4_replica2
[junit4:junit4]   2> 176811 T273 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176812 T274 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-1372548740920/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   2> 176814 T290 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard4_replica4
[junit4:junit4]   2> 176835 T290 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica4' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/awholynewcollection_0_shard4_replica4
[junit4:junit4]   2> 176835 T290 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176832 T277 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard5_replica2
[junit4:junit4]   2> 176836 T277 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1372548740920/awholynewcollection_0_shard5_replica2
[junit4:junit4]   2> 176837 T277 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176831 T305 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176838 T305 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176831 T291 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard5_replica4
[junit4:junit4]   2> 176839 T291 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica4' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1372548743303/awholynewcollection_0_shard5_replica4
[junit4:junit4]   2> 176840 T291 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176831 T289 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-1372548743303/awholynewcollection_0_shard3_replica4/'
[junit4:junit4]   2> 176842 T261 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176843 T261 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176817 T345 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard5_replica1
[junit4:junit4]   2> 176845 T345 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1372548738603/awholynewcollection_0_shard5_replica1
[junit4:junit4]   2> 176846 T345 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176816 T244 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard4_replica5
[junit4:junit4]   2> 176847 T244 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica5' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/awholynewcollection_0_shard4_replica5
[junit4:junit4]   2> 176847 T244 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176849 T304 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard5_replica3
[junit4:junit4]   2> 176850 T304 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica3' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1372548745600/awholynewcollection_0_shard5_replica3
[junit4:junit4]   2> 176853 T304 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176854 T242 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for awholynewcollection_0_shard5_replica5
[junit4:junit4]   2> 176854 T242 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard5_replica5' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1372548735487/awholynewcollection_0_shard5_replica5
[junit4:junit4]   2> 176855 T242 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 176877 T273 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176879 T273 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176878 T288 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-1372548743303/awholynewcollection_0_shard2_replica4/'
[junit4:junit4]   2> 176882 T260 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176891 T290 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176892 T290 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176895 T304 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176895 T304 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176896 T264 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-1372548738603/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   2> 176899 T291 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176899 T291 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176901 T277 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176901 T277 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176903 T345 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 176903 T345 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176905 T306 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-1372548745600/awholynewcollection_0_shard1_replica3/'
[junit4:junit4]   2> 176909 T305 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-1372548745600/awholynewcollection_0_shard4_replica3/'
[junit4:junit4]   2> 176975 T278 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 176978 T273 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-1372548740920/awholynewcollection_0_shard4_replica2/'
[junit4:junit4]   2> 176978 T261 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-1372548738603/awholynewcollection_0_shard4_replica1/'
[junit4:junit4]   2> 176980 T260 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-1372548738603/awholynewcollection_0_shard3_replica1/'
[junit4:junit4]   2> 177008 T290 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-1372548743303/awholynewcollection_0_shard4_replica4/'
[junit4:junit4]   2> 177008 T291 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-1372548743303/awholynewcollection_0_shard5_replica4/'
[junit4:junit4]   2> 177014 T304 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-1372548745600/awholynewcollection_0_shard5_replica3/'
[junit4:junit4]   2> 177016 T277 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-1372548740920/awholynewcollection_0_shard5_replica2/'
[junit4:junit4]   2> 177019 T345 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-1372548738603/awholynewcollection_0_shard5_replica1/'
[junit4:junit4]   2> 177056 T243 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 177056 T243 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 177058 T241 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-1372548735487/awholynewcollection_0_shard1_replica5/'
[junit4:junit4]   2> 177087 T278 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-1372548740920/awholynewcollection_0_shard3_replica2/'
[junit4:junit4]   2> 177094 T244 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 177094 T244 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 177096 T242 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 177097 T242 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 177099 T246 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-1372548735487/awholynewcollection_0_shard2_replica5/'
[junit4:junit4]   2> 177123 T244 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-1372548735487/awholynewcollection_0_shard4_replica5/'
[junit4:junit4]   2> 177124 T243 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-1372548735487/awholynewcollection_0_shard3_replica5/'
[junit4:junit4]   2> 177128 T242 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-1372548735487/awholynewcollection_0_shard5_replica5/'
[junit4:junit4]   2> 177340 T259 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node1, state: recovering, checkLive: true, onlyIfLeader: true for: 3 seconds.
[junit4:junit4]   2> 177344 T259 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=core_node1&state=recovering&nodeName=127.0.0.1:49190_uifqd&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard1_replica2&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=3008 
[junit4:junit4]   2> 177805 T273 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 177860 T290 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 177933 T278 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178086 T306 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178105 T277 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178123 T291 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178169 T241 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178270 T276 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178278 T261 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> ASYNC  NEW_CORE C40 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@2bc92c97 url=http://127.0.0.1:49183/uifqd/nodes_used_collection_shard2_replica2 node=127.0.0.1:49183_uifqd C40_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{state=recovering, core=nodes_used_collection_shard2_replica2, node_name=127.0.0.1:49183_uifqd, base_url=http://127.0.0.1:49183/uifqd}
[junit4:junit4]   2> 178394 T323 C40 P49183 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1/ core=nodes_used_collection_shard2_replica2 - recoveringAfterStartup=true
[junit4:junit4]   2> 178395 T323 C40 P49183 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:49183/uifqd START replicas=[http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2> 178397 T323 C40 P49183 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 178397 T323 C40 P49183 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 178398 T323 C40 P49183 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 178398 T323 C40 P49183 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 178398 T323 C40 P49183 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 178399 T323 C40 P49183 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1/. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 178399 T323 C40 P49183 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 178438 T345 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178520 T287 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178539 T304 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178550 T289 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178665 T301 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178693 T260 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 178731 T242 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> ASYNC  NEW_CORE C41 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@7088c88d url=http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1 node=127.0.0.1:49196_uifqd C41_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{state=active, core=nodes_used_collection_shard2_replica1, node_name=127.0.0.1:49196_uifqd, base_url=http://127.0.0.1:49196/uifqd, leader=true}
[junit4:junit4]   2> 178743 T303 C41 P49196 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/uifqd path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=6 
[junit4:junit4]   2> 178994 T274 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> ASYNC  NEW_CORE C42 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@7088c88d url=http://127.0.0.1:49196/uifqd/nodes_used_collection_shard2_replica1 node=127.0.0.1:49196_uifqd C42_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{state=active, core=nodes_used_collection_shard2_replica1, node_name=127.0.0.1:49196_uifqd, base_url=http://127.0.0.1:49196/uifqd, leader=true}
[junit4:junit4]   2> 179110 T353 C42 P49196 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 179130 T305 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 179114 T264 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 179185 T277 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 179202 T302 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> ASYNC  NEW_CORE C43 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@2e5dba16 url=http://127.0.0.1:49190/uifqd/nodes_used_collection_shard1_replica1 node=127.0.0.1:49190_uifqd C43_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{state=recovering, core=nodes_used_collection_shard1_replica1, node_name=127.0.0.1:49190_uifqd, base_url=http://127.0.0.1:49190/uifqd}
[junit4:junit4]   2> 179348 T322 C43 P49190 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2/ core=nodes_used_collection_shard1_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2> 179348 T322 C43 P49190 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:49190/uifqd START replicas=[http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2> 179349 T322 C43 P49190 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 179350 T322 C43 P49190 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 179350 T322 C43 P49190 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 179351 T322 C43 P49190 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 179351 T322 C43 P49190 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 179352 T322 C43 P49190 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2/. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 179352 T322 C43 P49190 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 179390 T353 C42 P49196 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@43a3b0e1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@548aeebf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 179413 T353 C42 P49196 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 179414 T353 C42 P49196 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
[junit4:junit4]   2> 179415 T353 C42 P49196 oass.SolrIndexSearcher.<init> Opening Searcher@13b1060d realtime
[junit4:junit4]   2> 179415 T353 C42 P49196 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 179416 T277 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 179429 T277 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica2] Schema name=test
[junit4:junit4]   2> ASYNC  NEW_CORE C44 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@2223d7e3 url=http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2 node=127.0.0.1:49187_uifqd C44_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{state=active, core=nodes_used_collection_shard1_replica2, node_name=127.0.0.1:49187_uifqd, base_url=http://127.0.0.1:49187/uifqd, leader=true}
[junit4:junit4]   2> 179420 T259 C44 P49187 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/uifqd path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=5 
[junit4:junit4]   2> 179416 T353 C42 P49196 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard2_replica1] webapp=/uifqd path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 545
[junit4:junit4]   2> 179658 T263 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 179710 T241 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> ASYNC  NEW_CORE C45 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@2223d7e3 url=http://127.0.0.1:49187/uifqd/nodes_used_collection_shard1_replica2 node=127.0.0.1:49187_uifqd C45_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{state=active, core=nodes_used_collection_shard1_replica2, node_name=127.0.0.1:49187_uifqd, base_url=http://127.0.0.1:49187/uifqd, leader=true}
[junit4:junit4]   2> 179756 T259 C45 P49187 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 179762 T241 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 179774 T259 C45 P49187 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@61e940fe lockFactory=org.apache.lucene.store.NativeFSLockFactory@35f02fbf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 179776 T259 C45 P49187 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 179777 T259 C45 P49187 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
[junit4:junit4]   2> 179778 T259 C45 P49187 oass.SolrIndexSearcher.<init> Opening Searcher@570e9d57 realtime
[junit4:junit4]   2> 179778 T259 C45 P49187 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 179779 T259 C45 P49187 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard1_replica2] webapp=/uifqd path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 47
[junit4:junit4]   2> 179880 T241 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica5] Schema name=test
[junit4:junit4]   2> 179917 T289 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 179983 T289 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 179991 T289 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica4] Schema name=test
[junit4:junit4]   2> 179992 T243 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 180001 T244 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 180019 T290 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180048 T290 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180099 T291 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180133 T291 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180142 T291 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica4] Schema name=test
[junit4:junit4]   2> 180142 T242 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180157 T242 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180167 T242 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica5] Schema name=test
[junit4:junit4]   2> 180179 T306 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180194 T278 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180198 T306 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180227 T246 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 180241 T278 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180316 T273 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180334 T288 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 180340 T273 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180347 T305 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180386 T273 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica2] Schema name=test
[junit4:junit4]   2> 180394 T290 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica4] Schema name=test
[junit4:junit4]   2> 180447 T278 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica2] Schema name=test
[junit4:junit4]   2> 180507 T305 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180533 T306 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2> 180589 T345 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180652 T345 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180704 T261 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180735 T305 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica3] Schema name=test
[junit4:junit4]   2> 180741 T261 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180802 T261 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica1] Schema name=test
[junit4:junit4]   2> 180827 T301 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180902 T301 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 180927 T301 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica3] Schema name=test
[junit4:junit4]   2> 180969 T276 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 180983 T276 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 181080 T304 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 181090 T304 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 181096 T276 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica2] Schema name=test
[junit4:junit4]   2> 181223 T345 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica1] Schema name=test
[junit4:junit4]   2> 181372 T304 oass.IndexSchema.readSchema [awholynewcollection_0_shard5_replica3] Schema name=test
[junit4:junit4]   2> 181394 T243 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 181401 T243 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 181421 T243 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica5] Schema name=test
[junit4:junit4]   2> 181499 T302 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 181507 T302 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> ASYNC  NEW_CORE C46 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@2bc92c97 url=http://127.0.0.1:49183/uifqd/nodes_used_collection_shard2_replica2 node=127.0.0.1:49183_uifqd C46_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{state=recovering, core=nodes_used_collection_shard2_replica2, node_name=127.0.0.1:49183_uifqd, base_url=http://127.0.0.1:49183/uifqd}
[junit4:junit4]   2> 181632 T323 C46 P49183 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 181633 T323 C46 P49183 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> ASYNC  NEW_CORE C47 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@2e5dba16 url=http://127.0.0.1:49190/uifqd/nodes_used_collection_shard1_replica1 node=127.0.0.1:49190_uifqd C47_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{state=recovering, core=nodes_used_collection_shard1_replica1, node_name=127.0.0.1:49190_uifqd, base_url=http://127.0.0.1:49190/uifqd}
[junit4:junit4]   2> 181635 T322 C47 P49190 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 181651 T260 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 181651 T302 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica3] Schema name=test
[junit4:junit4]   2> 181693 T260 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 181721 T260 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica1] Schema name=test
[junit4:junit4]   2> 181756 T287 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 181764 T274 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 181785 T287 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 181806 T274 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 181816 T287 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica4] Schema name=test
[junit4:junit4]   2> 181818 T274 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2> 181831 T323 C46 P49183 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18183

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

it4:junit4]   2> 310023 T228 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-1372548745600/awholynewcollection_0_shard4_replica3/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-1372548745600/awholynewcollection_0_shard4_replica3/data;done=false>>]
[junit4:junit4]   2> 310024 T228 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-1372548745600/awholynewcollection_0_shard4_replica3/data
[junit4:junit4]   2> 310024 T228 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-1372548745600/awholynewcollection_0_shard4_replica3/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-1372548745600/awholynewcollection_0_shard4_replica3/data/index;done=false>>]
[junit4:junit4]   2> 310025 T228 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-1372548745600/awholynewcollection_0_shard4_replica3/data/index
[junit4:junit4]   2> 310025 T228 oasc.SolrCore.close [awholynewcollection_0_shard5_replica3]  CLOSING SolrCore org.apache.solr.core.SolrCore@55932a51
[junit4:junit4]   2> 310023 T703 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=5 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"core_node9",
[junit4:junit4]   2> 	  "numShards":"5",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovery_failed",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"awholynewcollection_0_shard1_replica3",
[junit4:junit4]   2> 	  "collection":"awholynewcollection_0",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49196_uifqd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49196/uifqd"}
[junit4:junit4]   2> 310037 T228 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 310038 T228 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 310039 T228 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 310039 T228 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 310040 T228 oasc.SolrCore.closeSearcher [awholynewcollection_0_shard5_replica3] Closing main searcher on request.
[junit4:junit4]   2> 310041 T228 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   2> 310041 T228 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-1372548745600/awholynewcollection_0_shard5_replica3/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-1372548745600/awholynewcollection_0_shard5_replica3/data;done=false>>]
[junit4:junit4]   2> 310042 T228 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-1372548745600/awholynewcollection_0_shard5_replica3/data
[junit4:junit4]   2> 310042 T228 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-1372548745600/awholynewcollection_0_shard5_replica3/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-1372548745600/awholynewcollection_0_shard5_replica3/data/index;done=false>>]
[junit4:junit4]   2> 310043 T228 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-1372548745600/awholynewcollection_0_shard5_replica3/data/index
[junit4:junit4]   2> 310071 T228 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/uifqd,null}
[junit4:junit4]   2> 310146 T228 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 310151 T228 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49180 49180
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=246DE1DADDF7333B -Dtests.slow=true -Dtests.locale=en_NZ -Dtests.timezone=Canada/Central -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR    157s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: awholynewcollection_0
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([246DE1DADDF7333B:A58B6FC2AAA85307]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:424)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:264)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:318)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1522)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:438)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:724)
[junit4:junit4]   2> 310327 T228 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 157148 T227 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 311357 T310 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 311358 T310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 311359 T310 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=en_NZ, timezone=Canada/Central
[junit4:junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=2,free=112725768,total=264765440
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SearchHandlerTest, SliceStateUpdateTest, CopyFieldTest, TestStressRecovery, SuggesterWFSTTest, CacheHeaderTest, ZkNodePropsTest, HdfsLockFactoryTest, TestReload, TestCSVResponseWriter, SuggesterTest, TestLMJelinekMercerSimilarityFactory, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed in 158.27s, 1 test, 1 error <<< FAILURES!

[...truncated 949 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:386: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:366: 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:190: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:443: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1245: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:889: There were test failures: 312 suites, 1316 tests, 1 error, 25 ignored (12 assumptions)

Total time: 99 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