<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.jakarta.lucene.devel">
    <title>gmane.comp.jakarta.lucene.devel</title>
    <link>http://blog.gmane.org/gmane.comp.jakarta.lucene.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131894"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131887"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131886"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131883"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131858"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131829"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131822"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131807"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131799"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131797"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131792"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131756"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131754"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131749"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131702"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131699"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131683"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131679"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131677"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131665"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131894">
    <title>multivalued field FieldCache</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131894</link>
    <description>&lt;pre&gt;







how can I retrieve the value out of a multivalued field in a customized function query?


I used the code but get exceptions - "can not use FieldCache on multivalued field"


////////////////////////////////////////////////////////////////////////////////////
public ValueSource parse(FunctionQParser fp) throws ParseException {


        try { 
            ValueSource vs = fp.parseValueSource();
       }
       catch (...)
       {
       }
}/////////////////////////////////////////////////////////////////////////
Thanks.
-Frank       &lt;/pre&gt;</description>
    <dc:creator>world hello</dc:creator>
    <dc:date>2013-05-23T19:34:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131887">
    <title>DistributedUpdateProcessor's isReplayOrPeerSync</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131887</link>
    <description>&lt;pre&gt;I see the following in solr's DistributedUpdateProcessor:

boolean isReplayOrPeersync = (cmd.getFlags() &amp;amp; (UpdateCommand.REPLAY |
UpdateCommand.REPLAY)) != 0;

Shouldn't that be the following?

boolean isReplayOrPeersync = (cmd.getFlags() &amp;amp; (UpdateCommand.REPLAY |
UpdateCommand.PEER_SYNC)) != 0;

&lt;/pre&gt;</description>
    <dc:creator>Shalin Shekhar Mangar</dc:creator>
    <dc:date>2013-05-23T19:00:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131886">
    <title>[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2853 - Failure!</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131886</link>
    <description>&lt;pre&gt;Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2853/
Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Server at http://127.0.0.1:63381 returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:63381 returned non ok status:500, message:Server Error
at __randomizedtesting.SeedInfo.seed([531B68B6094DCB94:D2FDE6AE7E12ABA8]:0)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
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:722)




Build Log:
[...truncated 10030 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
[junit4:junit4]   2&amp;gt; 2208444 T6695 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2&amp;gt; 2208450 T6695 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2&amp;gt; Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ChaosMonkeyShardSplitTest-1369335172070
[junit4:junit4]   2&amp;gt; 2208453 T6695 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2&amp;gt; 2208454 T6696 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2&amp;gt; 2208571 T6695 oasc.ZkTestServer.run start zk server on port:63362
[junit4:junit4]   2&amp;gt; 2208574 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2208595 T6702 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;43f4e098 name:ZooKeeperConnection Watcher:127.0.0.1:63362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2208596 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2208597 T6695 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2&amp;gt; 2208620 T6697 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ed2bc8bef0000, likely client has closed socket
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2&amp;gt; at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 2208624 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2208629 T6704 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;11de6b88 name:ZooKeeperConnection Watcher:127.0.0.1:63362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2208631 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2208631 T6695 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2&amp;gt; 2208643 T6695 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2&amp;gt; 2208650 T6695 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2&amp;gt; 2208657 T6695 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2&amp;gt; 2208665 T6695 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2&amp;gt; 2208666 T6695 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2&amp;gt; 2208678 T6695 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 2208679 T6695 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 2208687 T6695 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2&amp;gt; 2208688 T6695 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2&amp;gt; 2208696 T6695 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2&amp;gt; 2208697 T6695 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2&amp;gt; 2208704 T6695 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2&amp;gt; 2208705 T6695 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2&amp;gt; 2208713 T6695 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 2208714 T6695 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 2208721 T6695 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2&amp;gt; 2208722 T6695 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2&amp;gt; 2208729 T6695 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2&amp;gt; 2208730 T6695 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2&amp;gt; 2208737 T6695 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2&amp;gt; 2208738 T6695 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2&amp;gt; 2208746 T6697 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ed2bc8bef0001, likely client has closed socket
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2&amp;gt; at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 2209283 T6695 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 2209289 T6695 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:63369
[junit4:junit4]   2&amp;gt; 2209289 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 2209290 T6695 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 2209290 T6695 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369335172364
[junit4:junit4]   2&amp;gt; 2209291 T6695 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369335172364\solr.xml
[junit4:junit4]   2&amp;gt; 2209291 T6695 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 864829384
[junit4:junit4]   2&amp;gt; 2209293 T6695 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369335172364\'
[junit4:junit4]   2&amp;gt; 2209293 T6695 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369335172364\'
[junit4:junit4]   2&amp;gt; 2209431 T6695 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 2209431 T6695 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 2209432 T6695 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 2209432 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 2209433 T6695 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 2209433 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 2209435 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 2209435 T6695 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 2209435 T6695 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 2209436 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 2209446 T6695 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 2209447 T6695 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63362/solr
[junit4:junit4]   2&amp;gt; 2209448 T6695 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 2209451 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2209471 T6715 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;57013766 name:ZooKeeperConnection Watcher:127.0.0.1:63362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2209471 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2209476 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 2209476 T6697 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ed2bc8bef0002, likely client has closed socket
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2&amp;gt; at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 2209486 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2209490 T6717 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;4bbf47b3 name:ZooKeeperConnection Watcher:127.0.0.1:63362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2209491 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2209495 T6695 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2&amp;gt; 2209506 T6695 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2&amp;gt; 2209514 T6695 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2&amp;gt; 2209519 T6695 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63369_
[junit4:junit4]   2&amp;gt; 2209523 T6695 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63369_
[junit4:junit4]   2&amp;gt; 2209531 T6695 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2&amp;gt; 2209547 T6695 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2&amp;gt; 2209553 T6695 oasc.Overseer.start Overseer (id=89740749837369347-127.0.0.1:63369_-n_0000000000) starting
[junit4:junit4]   2&amp;gt; 2209563 T6695 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2&amp;gt; 2209575 T6719 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2&amp;gt; 2209575 T6695 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2&amp;gt; 2209585 T6695 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2&amp;gt; 2209590 T6695 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2209597 T6718 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2&amp;gt; 2209605 T6720 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369335172364\collection1
[junit4:junit4]   2&amp;gt; 2209605 T6720 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2&amp;gt; 2209606 T6720 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 2209606 T6720 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2&amp;gt; 2209609 T6720 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369335172364\collection1\'
[junit4:junit4]   2&amp;gt; 2209611 T6720 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369335172364/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 2209612 T6720 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369335172364/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 2209697 T6720 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 2209785 T6720 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 2209788 T6720 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 2209803 T6720 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; 2210586 T6720 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 2210590 T6720 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 2210594 T6720 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2210600 T6720 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2210647 T6720 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2210647 T6720 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369335172364\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/control/data\
[junit4:junit4]   2&amp;gt; 2210649 T6720 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;2d062bb6
[junit4:junit4]   2&amp;gt; 2210649 T6720 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2210650 T6720 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/control/data\
[junit4:junit4]   2&amp;gt; 2210650 T6720 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/control/data\index/
[junit4:junit4]   2&amp;gt; 2210650 T6720 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 2210651 T6720 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/control/data\index
[junit4:junit4]   2&amp;gt; 2210657 T6720 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1913c779 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;163b3350),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 2210657 T6720 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 2210661 T6720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 2210661 T6720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 2210662 T6720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 2210662 T6720 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 2210663 T6720 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 2210663 T6720 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2210663 T6720 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2210665 T6720 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 2210665 T6720 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 2210677 T6720 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 2210685 T6720 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;4d2a117a main
[junit4:junit4]   2&amp;gt; 2210685 T6720 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\control\data\tlog
[junit4:junit4]   2&amp;gt; 2210688 T6720 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2210689 T6720 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2210692 T6721 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;4d2a117a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 2210694 T6720 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 2210694 T6720 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2211363 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2211364 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"1",
[junit4:junit4]   2&amp;gt;   "numShards":"1",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"control_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63369_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63369"}
[junit4:junit4]   2&amp;gt; 2211364 T6718 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2&amp;gt; 2211364 T6718 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2&amp;gt; 2211379 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 2211871 T6720 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 2211871 T6720 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63369 collection:control_collection shard:shard1
[junit4:junit4]   2&amp;gt; 2211873 T6720 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; 2211894 T6720 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 2211902 T6720 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 2211902 T6720 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 2211902 T6720 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63369/collection1/
[junit4:junit4]   2&amp;gt; 2211903 T6720 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2&amp;gt; 2211903 T6720 oasc.SyncStrategy.syncToMe http://127.0.0.1:63369/collection1/ has no replicas
[junit4:junit4]   2&amp;gt; 2211903 T6720 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63369/collection1/
[junit4:junit4]   2&amp;gt; 2211904 T6720 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2&amp;gt; 2213148 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2213167 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 2213232 T6720 oasc.ZkController.register We are http://127.0.0.1:63369/collection1/ and leader is http://127.0.0.1:63369/collection1/
[junit4:junit4]   2&amp;gt; 2213232 T6720 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63369
[junit4:junit4]   2&amp;gt; 2213232 T6720 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 2213234 T6720 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 2213234 T6720 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2213237 T6720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2213239 T6695 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2&amp;gt; 2213239 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 2213242 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 2213252 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 2213255 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2213260 T6724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;6639bc4c name:ZooKeeperConnection Watcher:127.0.0.1:63362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2213261 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2213262 T6695 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2213267 T6695 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2&amp;gt; 2213770 T6695 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 2213795 T6695 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:63381
[junit4:junit4]   2&amp;gt; 2213796 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 2213796 T6695 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 2213797 T6695 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369335176885
[junit4:junit4]   2&amp;gt; 2213797 T6695 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369335176885\solr.xml
[junit4:junit4]   2&amp;gt; 2213799 T6695 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 1821608151
[junit4:junit4]   2&amp;gt; 2213800 T6695 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369335176885\'
[junit4:junit4]   2&amp;gt; 2213800 T6695 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369335176885\'
[junit4:junit4]   2&amp;gt; 2213937 T6695 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 2213937 T6695 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 2213937 T6695 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 2213937 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 2213938 T6695 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 2213938 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 2213939 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 2213940 T6695 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 2213940 T6695 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 2213941 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 2213950 T6695 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 2213950 T6695 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63362/solr
[junit4:junit4]   2&amp;gt; 2213950 T6695 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 2213954 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2213968 T6735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;645c6401 name:ZooKeeperConnection Watcher:127.0.0.1:63362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2213969 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2213972 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 2213972 T6697 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ed2bc8bef0005, likely client has closed socket
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2&amp;gt; at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 2213980 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2213985 T6737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;61cf0e66 name:ZooKeeperConnection Watcher:127.0.0.1:63362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2213985 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2214000 T6695 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2214940 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2214941 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"1",
[junit4:junit4]   2&amp;gt;   "numShards":"1",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"control_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63369_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63369"}
[junit4:junit4]   2&amp;gt; 2214953 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 2214954 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 2214953 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 2215182 T6695 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63381_
[junit4:junit4]   2&amp;gt; 2215185 T6695 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63381_
[junit4:junit4]   2&amp;gt; 2215191 T6724 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 2215191 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2215191 T6737 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 2215192 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2215192 T6717 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 2215192 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2215206 T6738 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369335176885\collection1
[junit4:junit4]   2&amp;gt; 2215207 T6738 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2&amp;gt; 2215208 T6738 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 2215208 T6738 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2&amp;gt; 2215211 T6738 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369335176885\collection1\'
[junit4:junit4]   2&amp;gt; 2215215 T6738 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369335176885/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 2215216 T6738 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369335176885/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 2215285 T6738 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 2215376 T6738 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 2215380 T6738 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 2215390 T6738 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; 2216218 T6738 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 2216223 T6738 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 2216225 T6738 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2216232 T6738 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2216275 T6738 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2216277 T6738 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369335176885\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty1\
[junit4:junit4]   2&amp;gt; 2216277 T6738 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;2d062bb6
[junit4:junit4]   2&amp;gt; 2216278 T6738 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2216278 T6738 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty1\
[junit4:junit4]   2&amp;gt; 2216279 T6738 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty1\index/
[junit4:junit4]   2&amp;gt; 2216279 T6738 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 2216279 T6738 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty1\index
[junit4:junit4]   2&amp;gt; 2216283 T6738 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2008d93f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1db4153f),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 2216283 T6738 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 2216289 T6738 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 2216289 T6738 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 2216290 T6738 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 2216291 T6738 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 2216291 T6738 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 2216293 T6738 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2216293 T6738 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2216294 T6738 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 2216295 T6738 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 2216307 T6738 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 2216314 T6738 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;3f0696b main
[junit4:junit4]   2&amp;gt; 2216314 T6738 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\jetty1\tlog
[junit4:junit4]   2&amp;gt; 2216320 T6738 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2216320 T6738 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2216327 T6739 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;3f0696b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 2216333 T6738 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 2216333 T6738 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2216721 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2216722 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"2",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63381_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63381"}
[junit4:junit4]   2&amp;gt; 2216723 T6718 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2&amp;gt; 2216723 T6718 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2&amp;gt; 2216735 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2216735 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2216735 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2217514 T6738 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 2217514 T6738 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63381 collection:collection1 shard:shard1
[junit4:junit4]   2&amp;gt; 2217516 T6738 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; 2217535 T6738 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 2217542 T6738 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 2217542 T6738 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 2217543 T6738 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63381/collection1/
[junit4:junit4]   2&amp;gt; 2217543 T6738 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2&amp;gt; 2217543 T6738 oasc.SyncStrategy.syncToMe http://127.0.0.1:63381/collection1/ has no replicas
[junit4:junit4]   2&amp;gt; 2217544 T6738 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63381/collection1/
[junit4:junit4]   2&amp;gt; 2217544 T6738 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2&amp;gt; 2218502 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2218525 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2218525 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2218525 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2218574 T6738 oasc.ZkController.register We are http://127.0.0.1:63381/collection1/ and leader is http://127.0.0.1:63381/collection1/
[junit4:junit4]   2&amp;gt; 2218574 T6738 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63381
[junit4:junit4]   2&amp;gt; 2218574 T6738 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 2218575 T6738 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 2218575 T6738 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2218580 T6738 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2218581 T6695 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2&amp;gt; 2218582 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 2218582 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 2219065 T6695 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 2219071 T6695 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:63390
[junit4:junit4]   2&amp;gt; 2219071 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 2219072 T6695 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 2219073 T6695 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369335182209
[junit4:junit4]   2&amp;gt; 2219073 T6695 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369335182209\solr.xml
[junit4:junit4]   2&amp;gt; 2219075 T6695 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 973141773
[junit4:junit4]   2&amp;gt; 2219075 T6695 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369335182209\'
[junit4:junit4]   2&amp;gt; 2219075 T6695 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369335182209\'
[junit4:junit4]   2&amp;gt; 2219227 T6695 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 2219228 T6695 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 2219229 T6695 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 2219230 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 2219230 T6695 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 2219231 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 2219231 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 2219233 T6695 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 2219234 T6695 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 2219235 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 2219247 T6695 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 2219249 T6695 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63362/solr
[junit4:junit4]   2&amp;gt; 2219249 T6695 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 2219252 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2219268 T6751 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1258e71d name:ZooKeeperConnection Watcher:127.0.0.1:63362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2219268 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2219273 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 2219273 T6697 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ed2bc8bef0007, likely client has closed socket
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2&amp;gt; at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 2219282 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2219286 T6753 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1e89b6d8 name:ZooKeeperConnection Watcher:127.0.0.1:63362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2219287 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2219296 T6695 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2220205 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2220206 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"2",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63381_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63381"}
[junit4:junit4]   2&amp;gt; 2220216 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2220217 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2220216 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2220216 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 2220359 T6695 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63390_
[junit4:junit4]   2&amp;gt; 2220367 T6695 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63390_
[junit4:junit4]   2&amp;gt; 2220374 T6737 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 2220374 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2220374 T6753 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 2220376 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2220376 T6717 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 2220376 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2220377 T6724 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 2220378 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2220391 T6754 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369335182209\collection1
[junit4:junit4]   2&amp;gt; 2220391 T6754 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2&amp;gt; 2220393 T6754 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 2220393 T6754 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2&amp;gt; 2220396 T6754 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369335182209\collection1\'
[junit4:junit4]   2&amp;gt; 2220398 T6754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369335182209/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 2220399 T6754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369335182209/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 2220479 T6754 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 2220564 T6754 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 2220567 T6754 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 2220578 T6754 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; 2221247 T6754 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 2221251 T6754 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 2221253 T6754 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2221263 T6754 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2221481 T6754 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2221481 T6754 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369335182209\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty2\
[junit4:junit4]   2&amp;gt; 2221481 T6754 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;2d062bb6
[junit4:junit4]   2&amp;gt; 2221482 T6754 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2221483 T6754 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty2\
[junit4:junit4]   2&amp;gt; 2221484 T6754 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty2\index/
[junit4:junit4]   2&amp;gt; 2221484 T6754 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 2221485 T6754 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty2\index
[junit4:junit4]   2&amp;gt; 2221491 T6754 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;376ffda5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;172f6812),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 2221492 T6754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 2221498 T6754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 2221498 T6754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 2221499 T6754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 2221500 T6754 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 2221501 T6754 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 2221501 T6754 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2221502 T6754 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2221504 T6754 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 2221505 T6754 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 2221522 T6754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 2221534 T6754 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;7d4de6fd main
[junit4:junit4]   2&amp;gt; 2221534 T6754 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\jetty2\tlog
[junit4:junit4]   2&amp;gt; 2221535 T6754 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2221536 T6754 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2221557 T6754 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 2221557 T6754 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2221559 T6755 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;7d4de6fd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 2221829 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2221830 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"3",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63390_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63390"}
[junit4:junit4]   2&amp;gt; 2221830 T6718 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2&amp;gt; 2221831 T6718 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2&amp;gt; 2221845 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2221845 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2221846 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2221848 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2222618 T6754 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 2222618 T6754 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63390 collection:collection1 shard:shard2
[junit4:junit4]   2&amp;gt; 2222620 T6754 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; 2222639 T6754 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 2222646 T6754 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 2222647 T6754 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 2222647 T6754 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63390/collection1/
[junit4:junit4]   2&amp;gt; 2222648 T6754 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2&amp;gt; 2222648 T6754 oasc.SyncStrategy.syncToMe http://127.0.0.1:63390/collection1/ has no replicas
[junit4:junit4]   2&amp;gt; 2222648 T6754 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63390/collection1/
[junit4:junit4]   2&amp;gt; 2222649 T6754 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2&amp;gt; 2223444 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2223471 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2223472 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2223472 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2223471 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2223522 T6754 oasc.ZkController.register We are http://127.0.0.1:63390/collection1/ and leader is http://127.0.0.1:63390/collection1/
[junit4:junit4]   2&amp;gt; 2223522 T6754 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63390
[junit4:junit4]   2&amp;gt; 2223522 T6754 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 2223523 T6754 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 2223523 T6754 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2223526 T6754 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2223528 T6695 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2&amp;gt; 2223529 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 2223529 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 2223963 T6695 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 2223968 T6695 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:63399
[junit4:junit4]   2&amp;gt; 2223969 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 2223969 T6695 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 2223970 T6695 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369335187156
[junit4:junit4]   2&amp;gt; 2223971 T6695 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369335187156\solr.xml
[junit4:junit4]   2&amp;gt; 2223971 T6695 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 939463483
[junit4:junit4]   2&amp;gt; 2223972 T6695 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369335187156\'
[junit4:junit4]   2&amp;gt; 2223973 T6695 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369335187156\'
[junit4:junit4]   2&amp;gt; 2224087 T6695 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 2224088 T6695 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 2224088 T6695 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 2224088 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 2224089 T6695 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 2224089 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 2224089 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 2224089 T6695 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 2224091 T6695 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 2224091 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 2224099 T6695 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 2224101 T6695 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63362/solr
[junit4:junit4]   2&amp;gt; 2224101 T6695 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 2224104 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2224125 T6767 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;60e49ad name:ZooKeeperConnection Watcher:127.0.0.1:63362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2224126 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2224130 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 2224141 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2224147 T6769 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;2eefe80a name:ZooKeeperConnection Watcher:127.0.0.1:63362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2224147 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2224158 T6695 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2225069 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2225071 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"3",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63390_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63390"}
[junit4:junit4]   2&amp;gt; 2225085 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2225086 T6769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2225086 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2225086 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2225086 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2225218 T6695 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63399_
[junit4:junit4]   2&amp;gt; 2225220 T6695 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63399_
[junit4:junit4]   2&amp;gt; 2225227 T6769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 2225229 T6724 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 2225230 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2225230 T6753 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 2225231 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2225231 T6737 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 2225231 T6717 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 2225232 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2225231 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2225238 T6769 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 2225248 T6770 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369335187156\collection1
[junit4:junit4]   2&amp;gt; 2225248 T6770 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2&amp;gt; 2225249 T6770 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 2225250 T6770 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2&amp;gt; 2225252 T6770 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369335187156\collection1\'
[junit4:junit4]   2&amp;gt; 2225254 T6770 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369335187156/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 2225255 T6770 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369335187156/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 2225321 T6770 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 2225385 T6770 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 2225388 T6770 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 2225398 T6770 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; 2226056 T6770 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 2226060 T6770 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 2226062 T6770 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2226069 T6770 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2226111 T6770 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2226111 T6770 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369335187156\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty3\
[junit4:junit4]   2&amp;gt; 2226112 T6770 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;2d062bb6
[junit4:junit4]   2&amp;gt; 2226112 T6770 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2226113 T6770 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty3\
[junit4:junit4]   2&amp;gt; 2226113 T6770 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty3\index/
[junit4:junit4]   2&amp;gt; 2226113 T6770 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 2226114 T6770 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty3\index
[junit4:junit4]   2&amp;gt; 2226118 T6770 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;12e232fe lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;3dd6a071),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 2226118 T6770 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 2226122 T6770 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 2226122 T6770 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 2226123 T6770 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 2226124 T6770 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 2226124 T6770 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 2226124 T6770 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2226125 T6770 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2226126 T6770 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 2226126 T6770 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 2226146 T6770 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 2226153 T6770 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;9b3367c main
[junit4:junit4]   2&amp;gt; 2226153 T6770 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\jetty3\tlog
[junit4:junit4]   2&amp;gt; 2226155 T6770 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2226155 T6770 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2226161 T6771 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;9b3367c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 2226163 T6770 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 2226163 T6770 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2226680 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2226682 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"4",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63399_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63399"}
[junit4:junit4]   2&amp;gt; 2226682 T6718 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2&amp;gt; 2226682 T6718 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2&amp;gt; 2226696 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2226696 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2226697 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2226696 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2226696 T6769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2227224 T6770 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 2227224 T6770 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63399 collection:collection1 shard:shard1
[junit4:junit4]   2&amp;gt; 2227230 T6770 oasc.ZkController.register We are http://127.0.0.1:63399/collection1/ and leader is http://127.0.0.1:63381/collection1/
[junit4:junit4]   2&amp;gt; 2227230 T6770 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63399
[junit4:junit4]   2&amp;gt; 2227231 T6770 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2&amp;gt; 2227231 T6770 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4952 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;640524a1 url=http://127.0.0.1:63399/collection1 node=127.0.0.1:63399_ C4952_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:63399_, base_url=http://127.0.0.1:63399}
[junit4:junit4]   2&amp;gt; 2227232 T6772 C4952 P63399 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 2227233 T6772 C4952 P63399 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 2227234 T6772 C4952 P63399 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2&amp;gt; 2227234 T6772 C4952 P63399 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2227234 T6770 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2227238 T6772 C4952 P63399 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 2227240 T6695 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2&amp;gt; 2227242 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 2227242 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 2227319 T6728 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 2227688 T6695 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 2227692 T6695 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:63409
[junit4:junit4]   2&amp;gt; 2227692 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 2227692 T6695 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 2227692 T6695 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369335190882
[junit4:junit4]   2&amp;gt; 2227694 T6695 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369335190882\solr.xml
[junit4:junit4]   2&amp;gt; 2227694 T6695 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 279156940
[junit4:junit4]   2&amp;gt; 2227694 T6695 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369335190882\'
[junit4:junit4]   2&amp;gt; 2227695 T6695 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369335190882\'
[junit4:junit4]   2&amp;gt; 2227802 T6695 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 2227803 T6695 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 2227803 T6695 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 2227804 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 2227806 T6695 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 2227807 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 2227807 T6695 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 2227808 T6695 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 2227808 T6695 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 2227809 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 2227818 T6695 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 2227819 T6695 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63362/solr
[junit4:junit4]   2&amp;gt; 2227820 T6695 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 2227822 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2227842 T6784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;5dc408c8 name:ZooKeeperConnection Watcher:127.0.0.1:63362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2227842 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2227847 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 2227852 T6695 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2227858 T6786 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;33de2aa4 name:ZooKeeperConnection Watcher:127.0.0.1:63362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2227858 T6695 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2227868 T6695 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2228293 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2228294 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"4",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63399_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63399"}
[junit4:junit4]   2&amp;gt; 2228303 T6786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2228304 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2228304 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2228304 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2228304 T6769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2228304 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2228375 T6728 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2&amp;gt; 2228375 T6728 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:63399_&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=collection1&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=1056 
[junit4:junit4]   2&amp;gt; 2228929 T6695 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63409_
[junit4:junit4]   2&amp;gt; 2228939 T6695 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63409_
[junit4:junit4]   2&amp;gt; 2228945 T6769 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 2228948 T6786 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 2228948 T6786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 2228949 T6724 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 2228949 T6724 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 2228950 T6753 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 2228950 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 2228948 T6737 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 2228952 T6737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 2228950 T6717 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 2228952 T6717 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 2228953 T6769 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 2228966 T6787 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369335190882\collection1
[junit4:junit4]   2&amp;gt; 2228967 T6787 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2&amp;gt; 2228968 T6787 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 2228968 T6787 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2&amp;gt; 2228972 T6787 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369335190882\collection1\'
[junit4:junit4]   2&amp;gt; 2228975 T6787 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369335190882/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 2228977 T6787 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369335190882/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 2229066 T6787 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 2229153 T6787 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 2229158 T6787 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 2229451 T6787 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; 2230173 T6787 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 2230176 T6787 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 2230178 T6787 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2230185 T6787 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 2230232 T6787 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2230233 T6787 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369335190882\collection1\, dataDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty4\
[junit4:junit4]   2&amp;gt; 2230233 T6787 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;2d062bb6
[junit4:junit4]   2&amp;gt; 2230234 T6787 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 2230235 T6787 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty4\
[junit4:junit4]   2&amp;gt; 2230235 T6787 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty4\index/
[junit4:junit4]   2&amp;gt; 2230235 T6787 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 2230235 T6787 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty4\index
[junit4:junit4]   2&amp;gt; 2230239 T6787 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1a8f623f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;48a741f2),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 2230239 T6787 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 2230242 T6787 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 2230242 T6787 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 2230244 T6787 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 2230244 T6787 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 2230245 T6787 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 2230245 T6787 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2230245 T6787 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 2230246 T6787 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 2230246 T6787 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 2230255 T6787 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 2230263 T6787 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;12c8b018 main
[junit4:junit4]   2&amp;gt; 2230264 T6787 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069\jetty4\tlog
[junit4:junit4]   2&amp;gt; 2230264 T6787 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2230264 T6787 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 2230272 T6788 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;12c8b018 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 2230274 T6787 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 2230275 T6787 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4953 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;640524a1 url=http://127.0.0.1:63399/collection1 node=127.0.0.1:63399_ C4953_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:63399_, base_url=http://127.0.0.1:63399}
[junit4:junit4]   2&amp;gt; 2230434 T6772 C4953 P63399 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:63381/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 2230434 T6772 C4953 P63399 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:63399 START replicas=[http://127.0.0.1:63381/collection1/] nUpdates=100
[junit4:junit4]   2&amp;gt; 2230435 T6772 C4953 P63399 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2&amp;gt; 2230435 T6772 C4953 P63399 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2&amp;gt; 2230435 T6772 C4953 P63399 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2&amp;gt; 2230435 T6772 C4953 P63399 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2&amp;gt; 2230436 T6772 C4953 P63399 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2&amp;gt; 2230437 T6772 C4953 P63399 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:63381/collection1/. core=collection1
[junit4:junit4]   2&amp;gt; 2230437 T6772 C4953 P63399 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4954 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;7ba30948 url=http://127.0.0.1:63381/collection1 node=127.0.0.1:63381_ C4954_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:63381_, base_url=http://127.0.0.1:63381, leader=true}
[junit4:junit4]   2&amp;gt; 2230446 T6728 C4954 P63381 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=1 
[junit4:junit4]   2&amp;gt; 2230451 T6731 C4954 P63381 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 2230454 T6731 C4954 P63381 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2008d93f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1db4153f),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 2230455 T6731 C4954 P63381 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 2230455 T6731 C4954 P63381 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2008d93f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1db4153f),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2008d93f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1db4153f),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 2230455 T6731 C4954 P63381 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 2230457 T6731 C4954 P63381 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;3cd26a0f realtime
[junit4:junit4]   2&amp;gt; 2230457 T6731 C4954 P63381 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 2230457 T6731 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;openSearcher=false&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 6
[junit4:junit4]   2&amp;gt; 2230457 T6772 C4953 P63399 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 2230457 T6772 C4953 P63399 oash.SnapPuller.&amp;lt;init&amp;gt;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2&amp;gt; 2230460 T6733 C4954 P63381 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 2230461 T6733 C4954 P63381 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;version=2} status=0 QTime=2 
[junit4:junit4]   2&amp;gt; 2230462 T6772 C4953 P63399 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2&amp;gt; 2230462 T6772 C4953 P63399 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2&amp;gt; 2230463 T6772 C4953 P63399 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2&amp;gt; 2230465 T6729 C4954 P63381 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;generation=2&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 2230466 T6772 C4953 P63399 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2&amp;gt; 2230467 T6772 C4953 P63399 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty3\index.20130523195314084
[junit4:junit4]   2&amp;gt; 2230467 T6772 C4953 P63399 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;77854fb8 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;3867b0c0) fullCopy=false
[junit4:junit4]   2&amp;gt; 2230469 T6730 C4954 P63381 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&amp;amp;command=filecontent&amp;amp;checksum=true&amp;amp;wt=filestream&amp;amp;qt=/replication&amp;amp;generation=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 2230470 T6772 C4953 P63399 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2&amp;gt; 2230470 T6772 C4953 P63399 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2&amp;gt; 2230470 T6772 C4953 P63399 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2&amp;gt; 2230473 T6772 C4953 P63399 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;12e232fe lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;3dd6a071),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;12e232fe lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;3dd6a071),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 2230474 T6772 C4953 P63399 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 2230474 T6772 C4953 P63399 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2&amp;gt; 2230474 T6772 C4953 P63399 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;12b17f68 main
[junit4:junit4]   2&amp;gt; 2230476 T6771 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;12b17f68 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 2230477 T6772 C4953 P63399 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty3\index.20130523195314084 [CachedDir&amp;lt;&amp;lt;refCount=0;path=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty3\index.20130523195314084;done=true&amp;gt;&amp;gt;]
[junit4:junit4]   2&amp;gt; 2230477 T6772 C4953 P63399 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty3\index.20130523195314084
[junit4:junit4]   2&amp;gt; 2230477 T6772 C4953 P63399 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty3\index.20130523195314084
[junit4:junit4]   2&amp;gt; 2230477 T6772 C4953 P63399 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2&amp;gt; 2230477 T6772 C4953 P63399 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2&amp;gt; 2230478 T6772 C4953 P63399 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 2230478 T6772 C4953 P63399 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2230481 T6772 C4953 P63399 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2&amp;gt; 2231539 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2231540 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"5",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63409_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63409"}
[junit4:junit4]   2&amp;gt; 2231540 T6718 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2&amp;gt; 2231541 T6718 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2&amp;gt; 2231554 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"4",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63399_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63399"}
[junit4:junit4]   2&amp;gt; 2231562 T6786 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&amp;gt; 2231563 T6737 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&amp;gt; 2231563 T6717 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&amp;gt; 2231563 T6724 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&amp;gt; 2231563 T6769 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&amp;gt; 2231564 T6753 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&amp;gt; 2232180 T6787 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 2232180 T6787 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63409 collection:collection1 shard:shard2
[junit4:junit4]   2&amp;gt; 2232186 T6787 oasc.ZkController.register We are http://127.0.0.1:63409/collection1/ and leader is http://127.0.0.1:63390/collection1/
[junit4:junit4]   2&amp;gt; 2232186 T6787 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63409
[junit4:junit4]   2&amp;gt; 2232186 T6787 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2&amp;gt; 2232186 T6787 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4955 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;5172174b url=http://127.0.0.1:63409/collection1 node=127.0.0.1:63409_ C4955_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:63409_, base_url=http://127.0.0.1:63409}
[junit4:junit4]   2&amp;gt; 2232187 T6791 C4955 P63409 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 2232188 T6787 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2232188 T6791 C4955 P63409 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 2232189 T6791 C4955 P63409 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2&amp;gt; 2232189 T6791 C4955 P63409 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2232189 T6695 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2&amp;gt; 2232190 T6695 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 2232191 T6695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 2232191 T6791 C4955 P63409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 2232199 T6749 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 2232200 T6695 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2232201 T6695 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2&amp;gt; 2232202 T6695 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2&amp;gt; 2232202 T6695 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2233004 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2233005 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"5",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63409_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63409"}
[junit4:junit4]   2&amp;gt; 2233017 T6786 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&amp;gt; 2233018 T6717 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&amp;gt; 2233019 T6753 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&amp;gt; 2233018 T6737 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&amp;gt; 2233018 T6769 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&amp;gt; 2233018 T6724 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&amp;gt; 2233149 T6749 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2&amp;gt; 2233149 T6749 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:63409_&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=collection1&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=951 
[junit4:junit4]   2&amp;gt; 2233154 T6695 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2234105 T6695 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt;  C4955_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:63409_, base_url=http://127.0.0.1:63409}
[junit4:junit4]   2&amp;gt; 2235051 T6791 C4955 P63409 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:63390/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 2235051 T6791 C4955 P63409 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:63409 START replicas=[http://127.0.0.1:63390/collection1/] nUpdates=100
[junit4:junit4]   2&amp;gt; 2235051 T6791 C4955 P63409 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2&amp;gt; 2235051 T6791 C4955 P63409 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2&amp;gt; 2235051 T6791 C4955 P63409 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2&amp;gt; 2235052 T6791 C4955 P63409 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2&amp;gt; 2235052 T6791 C4955 P63409 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2&amp;gt; 2235052 T6791 C4955 P63409 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:63390/collection1/. core=collection1
[junit4:junit4]   2&amp;gt; 2235052 T6791 C4955 P63409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4956 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;5ac883c8 url=http://127.0.0.1:63390/collection1 node=127.0.0.1:63390_ C4956_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:63390_, base_url=http://127.0.0.1:63390, leader=true}
[junit4:junit4]   2&amp;gt; 2235060 T6744 C4956 P63390 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=1 
[junit4:junit4]   2&amp;gt; 2235063 T6749 C4956 P63390 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 2235063 T6695 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2235067 T6749 C4956 P63390 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;376ffda5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;172f6812),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 2235068 T6749 C4956 P63390 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 2235068 T6749 C4956 P63390 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;376ffda5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;172f6812),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;376ffda5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;172f6812),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 2235069 T6749 C4956 P63390 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 2235069 T6749 C4956 P63390 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;18274888 realtime
[junit4:junit4]   2&amp;gt; 2235069 T6749 C4956 P63390 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 2235069 T6749 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;openSearcher=false&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 6
[junit4:junit4]   2&amp;gt; 2235071 T6791 C4955 P63409 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 2235071 T6791 C4955 P63409 oash.SnapPuller.&amp;lt;init&amp;gt;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2&amp;gt; 2235074 T6746 C4956 P63390 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 2235075 T6746 C4956 P63390 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;version=2} status=0 QTime=2 
[junit4:junit4]   2&amp;gt; 2235075 T6791 C4955 P63409 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2&amp;gt; 2235075 T6791 C4955 P63409 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2&amp;gt; 2235076 T6791 C4955 P63409 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2&amp;gt; 2235077 T6747 C4956 P63390 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;generation=2&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 2235078 T6791 C4955 P63409 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2&amp;gt; 2235079 T6791 C4955 P63409 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty4\index.20130523195318696
[junit4:junit4]   2&amp;gt; 2235079 T6791 C4955 P63409 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;472b86a3 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;26a6697b) fullCopy=false
[junit4:junit4]   2&amp;gt; 2235082 T6748 C4956 P63390 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&amp;amp;command=filecontent&amp;amp;checksum=true&amp;amp;wt=filestream&amp;amp;qt=/replication&amp;amp;generation=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 2235083 T6791 C4955 P63409 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2&amp;gt; 2235084 T6791 C4955 P63409 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2&amp;gt; 2235084 T6791 C4955 P63409 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2&amp;gt; 2235087 T6791 C4955 P63409 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1a8f623f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;48a741f2),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1a8f623f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;48a741f2),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 2235088 T6791 C4955 P63409 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 2235089 T6791 C4955 P63409 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2&amp;gt; 2235089 T6791 C4955 P63409 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;685f69af main
[junit4:junit4]   2&amp;gt; 2235089 T6788 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;685f69af main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 2235090 T6791 C4955 P63409 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty4\index.20130523195318696 [CachedDir&amp;lt;&amp;lt;refCount=0;path=.\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty4\index.20130523195318696;done=true&amp;gt;&amp;gt;]
[junit4:junit4]   2&amp;gt; 2235090 T6791 C4955 P63409 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty4\index.20130523195318696
[junit4:junit4]   2&amp;gt; 2235090 T6791 C4955 P63409 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369335172069/jetty4\index.20130523195318696
[junit4:junit4]   2&amp;gt; 2235091 T6791 C4955 P63409 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2&amp;gt; 2235091 T6791 C4955 P63409 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2&amp;gt; 2235091 T6791 C4955 P63409 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 2235092 T6791 C4955 P63409 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 2235101 T6791 C4955 P63409 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2&amp;gt; 2235881 T6718 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2235882 T6718 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"5",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:63409_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:63409"}
[junit4:junit4]   2&amp;gt; 2235893 T6769 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&amp;gt; 2235894 T6737 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&amp;gt; 2235895 T6786 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&amp;gt; 2235895 T6753 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&amp;gt; 2235895 T6724 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&amp;gt; 2235895 T6717 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&amp;gt; 2236014 T6695 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2236016 T6695 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4957 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;6bf9772d url=http://127.0.0.1:63369/collection1 node=127.0.0.1:63369_ C4957_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:63369_, base_url=http://127.0.0.1:63369, leader=true}
[junit4:junit4]   2&amp;gt; 2236026 T6709 C4957 P63369 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 2236028 T6709 C4957 P63369 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1913c779 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;163b3350),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 2236029 T6709 C4957 P63369 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 2236030 T6709 C4957 P63369 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1913c779 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;163b3350),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1913c779 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;163b3350),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 2236030 T6709 C4957 P63369 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 2236030 T6709 C4957 P63369 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;7aea01ab main
[junit4:junit4]   2&amp;gt; 2236032 T6709 C4957 P63369 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 2236033 T6721 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;7aea01ab main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 2236033 T6709 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 8
[junit4:junit4]   2&amp;gt; 2236039 T6745 C4956 P63390 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 2236039 T6745 C4956 P63390 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;376ffda5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;172f6812),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;376ffda5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;172f6812),segFN=segments_3,generation=3}
[junit4:junit4]   2&amp;gt; 2236039 T6745 C4956 P63390 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2&amp;gt; 2236039 T6745 C4956 P63390 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;127d90ab main
[junit4:junit4]   2&amp;gt; 2236040 T6745 C4956 P63390 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 2236041 T6755 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;127d90ab main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 2236042 T6745 C4956 P63390 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:63381/collection1/, StdNode: http://127.0.0.1:63399/collection1/, StdNode: http://127.0.0.1:63409/collection1/] params:commit_end_point=true&amp;amp;commit=true&amp;amp;softCommit=false&amp;amp;waitSearcher=true&amp;amp;expungeDeletes=false
[junit4:junit4]   2&amp;gt; 2236049 T6732 C4954 P63381 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt;  C4953_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:63399_, base_url=http://127.0.0.1:63399}
[junit4:junit4]   2&amp;gt; 2236058 T6764 C4953 P63399 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt;  C4955_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:63409_, base_url=http://127.0.0.1:63409}
[junit4:junit4]   2&amp;gt; 2236060 T6777 C4955 P63409 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 2236060 T6732 C4954 P63381 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2008d93f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1db4153f),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2008d93f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1db4153f),segFN=segments_3,generation=3}
[junit4:junit4]   2&amp;gt; 2236061 T6732 C4954 P63381 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2&amp;gt; 2236062 T6732 C4954 P63381 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;f974f3f main
[junit4:junit4]   2&amp;gt; 2236063 T6732 C4954 P63381 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 2236060 T6764 C4953 P63399 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;12e232fe lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;3dd6a071),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;12e232fe lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;3dd6a071),segFN=segments_3,generation=3}
[junit4:junit4]   2&amp;gt; 2236064 T6764 C4953 P63399 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2&amp;gt; 2236064 T6739 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;f974f3f main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 2236061 T6777 C4955 P63409 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1a8f623f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;48a741f2),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1a8f623f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;48a741f2),segFN=segments_3,generation=3}
[junit4:junit4]   2&amp;gt; 2236065 T6777 C4955 P63409 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2&amp;gt; 2236065 T6732 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;expungeDeletes=false&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 16
[junit4:junit4]   2&amp;gt; 2236064 T6764 C4953 P63399 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;32515b37 main
[junit4:junit4]   2&amp;gt; 2236066 T6764 C4953 P63399 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 2236067 T6777 C4955 P63409 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;4a957e4b main
[junit4:junit4]   2&amp;gt; 2236067 T6771 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;32515b37 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 2236068 T6764 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;expungeDeletes=false&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 10
[junit4:junit4]   2&amp;gt; 2236070 T6777 C4955 P63409 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 2236069 T6788 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;4a957e4b main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 2236071 T6777 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;expungeDeletes=false&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 12
[junit4:junit4]   2&amp;gt; 2236071 T6745 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 32
[junit4:junit4]   2&amp;gt; 2236073 T6695 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2236076 T6733 C4954 P63381 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&amp;amp;q=*:*&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 2236077 T6765 C4953 P63399 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&amp;amp;q=*:*&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 2236079 T6746 C4956 P63390 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&amp;amp;q=*:*&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 2236081 T6779 C4955 P63409 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&amp;amp;q=*:*&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 2237986 T6712 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435852028355018752)} 0 2
[junit4:junit4]   2&amp;gt; 2237996 T6778 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&amp;amp;_version_=-1435852028360261632&amp;amp;update.from=http://127.0.0.1:63390/collection1/&amp;amp;wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435852028360261632)} 0 3
[junit4:junit4]   2&amp;gt; 2238001 T6763 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&amp;amp;_version_=-1435852028364455936&amp;amp;update.from=http://127.0.0.1:63381/collection1/&amp;amp;wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435852028364455936)} 0 2
[junit4:junit4]   2&amp;gt; 2238002 T6731 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435852028364455936)} 0 9
[junit4:junit4]   2&amp;gt; 2238003 T6749 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435852028360261632)} 0 14
[junit4:junit4]   2&amp;gt; 2238006 T6708 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[0 (1435852028378087424)]} 0 0
[junit4:junit4]   2&amp;gt; 2238015 T6764 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[0 (1435852028385427456)]} 0 0
[junit4:junit4]   2&amp;gt; 2238017 T6732 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[0 (1435852028385427456)]} 0 4
[junit4:junit4]   2&amp;gt; 2238018 T6745 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[0]} 0 7
[junit4:junit4]   2&amp;gt; 2238021 T6709 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[1 (1435852028393816064)]} 0 0
[junit4:junit4]   2&amp;gt; 2238026 T6765 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[1 (1435852028396961792)]} 0 0
[junit4:junit4]   2&amp;gt; 2238027 T6733 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[1 (1435852028396961792)]} 0 3
[junit4:junit4]   2&amp;gt; 2238029 T6710 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[2 (1435852028402204672)]} 0 0
[junit4:junit4]   2&amp;gt; 2238038 T6777 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[2 (1435852028408496128)]} 0 0
[junit4:junit4]   2&amp;gt; 2238039 T6746 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[2 (1435852028408496128)]} 0 4
[junit4:junit4]   2&amp;gt; 2238040 T6729 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[2]} 0 7
[junit4:junit4]   2&amp;gt; 2238043 T6711 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[3 (1435852028416884736)]} 0 0
[junit4:junit4]   2&amp;gt; 2238049 T6779 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[3 (1435852028420030464)]} 0 0
[junit4:junit4]   2&amp;gt; 2238050 T6747 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[3 (1435852028420030464)]} 0 4
[junit4:junit4]   2&amp;gt; 2238052 T6713 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[4 (1435852028426321920)]} 0 0
[junit4:junit4]   2&amp;gt; 2238060 T6760 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[4 (1435852028430516224)]} 0 0
[junit4:junit4]   2&amp;gt; 2238061 T6730 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[4 (1435852028430516224)]} 0 5
[junit4:junit4]   2&amp;gt; 2238062 T6748 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[4]} 0 8
[junit4:junit4]   2&amp;gt; 2238064 T6712 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[5 (1435852028438904832)]} 0 0
[junit4:junit4]   2&amp;gt; 2238069 T6780 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[5 (1435852028441001984)]} 0 0
[junit4:junit4]   2&amp;gt; 2238071 T6744 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[5 (1435852028441001984)]} 0 5
[junit4:junit4]   2&amp;gt; 2238073 T6708 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[6 (1435852028448342016)]} 0 0
[junit4:junit4]   2&amp;gt; 2238080 T6781 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[6 (1435852028454633472)]} 0 0
[junit4:junit4]   2&amp;gt; 2238081 T6749 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[6 (1435852028454633472)]} 0 2
[junit4:junit4]   2&amp;gt; 2238082 T6728 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[6]} 0 6
[junit4:junit4]   2&amp;gt; 2238085 T6709 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[7 (1435852028460924928)]} 0 0
[junit4:junit4]   2&amp;gt; 2238092 T6782 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[7 (1435852028467216384)]} 0 0
[junit4:junit4]   2&amp;gt; 2238093 T6745 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[7 (1435852028467216384)]} 0 2
[junit4:junit4]   2&amp;gt; 2238094 T6731 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[7]} 0 5
[junit4:junit4]   2&amp;gt; 2238098 T6710 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[8 (1435852028474556416)]} 0 0
[junit4:junit4]   2&amp;gt; 2238106 T6761 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[8 (1435852028480847872)]} 0 0
[junit4:junit4]   2&amp;gt; 2238107 T6732 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[8 (1435852028480847872)]} 0 3
[junit4:junit4]   2&amp;gt; 2238108 T6746 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[8]} 0 7
[junit4:junit4]   2&amp;gt; 2238111 T6711 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[9 (1435852028488187904)]} 0 0
[junit4:junit4]   2&amp;gt; 2238117 T6778 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[9 (1435852028491333632)]} 0 0
[junit4:junit4]   2&amp;gt; 2238117 T6747 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[9 (1435852028491333632)]} 0 3
[junit4:junit4]   2&amp;gt; 2238121 T6713 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[10 (1435852028498673664)]} 0 0
[junit4:junit4]   2&amp;gt; 2238127 T6762 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[10 (1435852028501819392)]} 0 0
[junit4:junit4]   2&amp;gt; 2238128 T6733 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[10 (1435852028501819392)]} 0 4
[junit4:junit4]   2&amp;gt; 2238130 T6712 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[11 (1435852028508110848)]} 0 0
[junit4:junit4]   2&amp;gt; 2238135 T6763 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[11 (1435852028510208000)]} 0 0
[junit4:junit4]   2&amp;gt; 2238136 T6729 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[11 (1435852028510208000)]} 0 4
[junit4:junit4]   2&amp;gt; 2238138 T6708 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[12 (1435852028516499456)]} 0 0
[junit4:junit4]   2&amp;gt; 2238143 T6764 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[12 (1435852028519645184)]} 0 0
[junit4:junit4]   2&amp;gt; 2238143 T6730 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[12 (1435852028519645184)]} 0 2
[junit4:junit4]   2&amp;gt; 2238146 T6709 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[13 (1435852028524888064)]} 0 0
[junit4:junit4]   2&amp;gt; 2238155 T6765 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[13 (1435852028531179520)]} 0 0
[junit4:junit4]   2&amp;gt; 2238156 T6728 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[13 (1435852028531179520)]} 0 4
[junit4:junit4]   2&amp;gt; 2238156 T6748 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[13]} 0 6
[junit4:junit4]   2&amp;gt; 2238159 T6710 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[14 (1435852028538519552)]} 0 0
[junit4:junit4]   2&amp;gt; 2238165 T6760 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[14 (1435852028541665280)]} 0 0
[junit4:junit4]   2&amp;gt; 2238167 T6731 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[14 (1435852028541665280)]} 0 5
[junit4:junit4]   2&amp;gt; 2238169 T6711 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[15 (1435852028549005312)]} 0 0
[junit4:junit4]   2&amp;gt; 2238180 T6761 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[15 (1435852028555296768)]} 0 1
[junit4:junit4]   2&amp;gt; 2238181 T6732 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[15 (1435852028555296768)]} 0 6
[junit4:junit4]   2&amp;gt; 2238181 T6744 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[15]} 0 9
[junit4:junit4]   2&amp;gt; 2238184 T6713 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[16 (1435852028564733952)]} 0 0
[junit4:junit4]   2&amp;gt; 2238194 T6762 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[16 (1435852028571025408)]} 0 1
[junit4:junit4]   2&amp;gt; 2238194 T6733 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[16 (1435852028571025408)]} 0 4
[junit4:junit4]   2&amp;gt; 2238195 T6749 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[16]} 0 8
[junit4:junit4]   2&amp;gt; 2238198 T6712 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[17 (1435852028578365440)]} 0 0
[junit4:junit4]   2&amp;gt; 2238207 T6777 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[17 (1435852028585705472)]} 0 0
[junit4:junit4]   2&amp;gt; 2238208 T6745 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[17 (1435852028585705472)]} 0 4
[junit4:junit4]   2&amp;gt; 2238209 T6729 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[17]} 0 8
[junit4:junit4]   2&amp;gt; 2238211 T6708 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[18 (1435852028593045504)]} 0 0
[junit4:junit4]   2&amp;gt; 2238219 T6779 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[18 (1435852028599336960)]} 0 0
[junit4:junit4]   2&amp;gt; 2238220 T6746 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[18 (1435852028599336960)]} 0 3
[junit4:junit4]   2&amp;gt; 2238220 T6730 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[18]} 0 5
[junit4:junit4]   2&amp;gt; 2238225 T6709 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[19 (1435852028606676992)]} 0 1
[junit4:junit4]   2&amp;gt; 2238233 T6780 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[19 (1435852028614017024)]} 0 0
[junit4:junit4]   2&amp;gt; 2238235 T6747 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[19 (1435852028614017024)]} 0 4
[junit4:junit4]   2&amp;gt; 2238236 T6728 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[19]} 0 8
[junit4:junit4]   2&amp;gt; 2238238 T6710 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[20 (1435852028621357056)]} 0 0
[junit4:junit4]   2&amp;gt; 2238246 T6763 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[20 (1435852028627648512)]} 0 0
[junit4:junit4]   2&amp;gt; 2238247 T6731 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[20 (1435852028627648512)]} 0 3
[junit4:junit4]   2&amp;gt; 2238248 T6748 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[20]} 0 6
[junit4:junit4]   2&amp;gt; 2238250 T6711 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[21 (1435852028633939968)]} 0 0
[junit4:junit4]   2&amp;gt; 2238256 T6781 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[21 (1435852028637085696)]} 0 0
[junit4:junit4]   2&amp;gt; 2238257 T6744 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[21 (1435852028637085696)]} 0 4
[junit4:junit4]   2&amp;gt; 2238259 T6713 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[22 (1435852028643377152)]} 0 0
[junit4:junit4]   2&amp;gt; 2238267 T6764 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[22 (1435852028648620032)]} 0 0
[junit4:junit4]   2&amp;gt; 2238268 T6732 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[22 (1435852028648620032)]} 0 4
[junit4:junit4]   2&amp;gt; 2238269 T6749 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[22]} 0 7
[junit4:junit4]   2&amp;gt; 2238271 T6712 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[23 (1435852028655960064)]} 0 0
[junit4:junit4]   2&amp;gt; 2238279 T6782 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[23 (1435852028662251520)]} 0 0
[junit4:junit4]   2&amp;gt; 2238280 T6745 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[23 (1435852028662251520)]} 0 3
[junit4:junit4]   2&amp;gt; 2238281 T6733 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[23]} 0 7
[junit4:junit4]   2&amp;gt; 2238284 T6708 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[24 (1435852028669591552)]} 0 0
[junit4:junit4]   2&amp;gt; 2238291 T6765 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[24 (1435852028674834432)]} 0 0
[junit4:junit4]   2&amp;gt; 2238292 T6729 C4954 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[24 (1435852028674834432)]} 0 3
[junit4:junit4]   2&amp;gt; 2238296 T6746 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[24]} 0 9
[junit4:junit4]   2&amp;gt; 2238303 T6709 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[25 (1435852028688465920)]} 0 2
[junit4:junit4]   2&amp;gt; 2238309 T6778 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[25 (1435852028692660224)]} 0 0
[junit4:junit4]   2&amp;gt; 2238310 T6747 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[25 (1435852028692660224)]} 0 4
[junit4:junit4]   2&amp;gt; 2238312 T6710 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[26 (1435852028698951680)]} 0 0
[junit4:junit4]   2&amp;gt; 2238319 T6777 C4955 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[26 (1435852028703145984)]} 0 0
[junit4:junit4]   2&amp;gt; 2238320 T6748 C4956 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[26 (1435852028703145984)]} 0 4
[junit4:junit4]   2&amp;gt; 2238322 T6711 C4957 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[27 (1435852028709437440)]} 0 0
[junit4:junit4]   2&amp;gt; 2238329 T6760 C4953 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[27 (1435852028713631744)]} 0 0
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4958 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;7ba30948 url=http://127.0.0.1:63381/collection1 node=127.0.0.1:63381_ C4958_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:63381_, base_url=http://127.0.0.1:63381, leader=true}
[junit4:junit4]   2&amp;gt; 2238331 T6730 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[27 (1435852028713631744)]} 0 5
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4959 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;6bf9772d url=http://127.0.0.1:63369/collection1 node=127.0.0.1:63369_ C4959_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:63369_, base_url=http://127.0.0.1:63369, leader=true}
[junit4:junit4]   2&amp;gt; 2238350 T6713 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[28 (1435852028737748992)]} 0 1
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4960 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;640524a1 url=http://127.0.0.1:63399/collection1 node=127.0.0.1:63399_ C4960_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:63399_, base_url=http://127.0.0.1:63399}
[junit4:junit4]   2&amp;gt; 2238356 T6761 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[28 (1435852028741943296)]} 0 0
[junit4:junit4]   2&amp;gt; 2238357 T6728 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[28 (1435852028741943296)]} 0 4
[junit4:junit4]   2&amp;gt; 2238360 T6712 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[29 (1435852028749283328)]} 0 0
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4961 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;5172174b url=http://127.0.0.1:63409/collection1 node=127.0.0.1:63409_ C4961_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:63409_, base_url=http://127.0.0.1:63409}
[junit4:junit4]   2&amp;gt; 2238368 T6779 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[29 (1435852028755574784)]} 0 0
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C4962 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;5ac883c8 url=http://127.0.0.1:63390/collection1 node=127.0.0.1:63390_ C4962_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:63390_, base_url=http://127.0.0.1:63390, leader=true}
[junit4:junit4]   2&amp;gt; 2238369 T6744 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[29 (1435852028755574784)]} 0 3
[junit4:junit4]   2&amp;gt; 2238370 T6731 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[29]} 0 7
[junit4:junit4]   2&amp;gt; 2238373 T6708 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[30 (1435852028762914816)]} 0 0
[junit4:junit4]   2&amp;gt; 2238379 T6780 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[30 (1435852028766060544)]} 0 0
[junit4:junit4]   2&amp;gt; 2238380 T6749 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[30 (1435852028766060544)]} 0 4
[junit4:junit4]   2&amp;gt; 2238383 T6709 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[31 (1435852028773400576)]} 0 0
[junit4:junit4]   2&amp;gt; 2238389 T6781 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[31 (1435852028777594880)]} 0 0
[junit4:junit4]   2&amp;gt; 2238391 T6745 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[31 (1435852028777594880)]} 0 4
[junit4:junit4]   2&amp;gt; 2238392 T6732 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[31]} 0 6
[junit4:junit4]   2&amp;gt; 2238394 T6710 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[32 (1435852028784934912)]} 0 0
[junit4:junit4]   2&amp;gt; 2238401 T6762 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[32 (1435852028790177792)]} 0 0
[junit4:junit4]   2&amp;gt; 2238402 T6729 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[32 (1435852028790177792)]} 0 3
[junit4:junit4]   2&amp;gt; 2238403 T6747 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[32]} 0 6
[junit4:junit4]   2&amp;gt; 2238406 T6713 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[33 (1435852028797517824)]} 0 0
[junit4:junit4]   2&amp;gt; 2238412 T6778 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[33 (1435852028800663552)]} 0 0
[junit4:junit4]   2&amp;gt; 2238412 T6748 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[33 (1435852028800663552)]} 0 3
[junit4:junit4]   2&amp;gt; 2238415 T6712 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[34 (1435852028806955008)]} 0 0
[junit4:junit4]   2&amp;gt; 2238422 T6764 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[34 (1435852028810100736)]} 0 0
[junit4:junit4]   2&amp;gt; 2238423 T6730 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[34 (1435852028810100736)]} 0 5
[junit4:junit4]   2&amp;gt; 2238425 T6708 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[35 (1435852028817440768)]} 0 0
[junit4:junit4]   2&amp;gt; 2238433 T6765 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[35 (1435852028822683648)]} 0 0
[junit4:junit4]   2&amp;gt; 2238434 T6728 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[35 (1435852028822683648)]} 0 4
[junit4:junit4]   2&amp;gt; 2238435 T6744 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[35]} 0 7
[junit4:junit4]   2&amp;gt; 2238437 T6709 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[36 (1435852028830023680)]} 0 0
[junit4:junit4]   2&amp;gt; 2238442 T6760 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[36 (1435852028832120832)]} 0 0
[junit4:junit4]   2&amp;gt; 2238444 T6731 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[36 (1435852028832120832)]} 0 5
[junit4:junit4]   2&amp;gt; 2238447 T6711 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[37 (1435852028840509440)]} 0 0
[junit4:junit4]   2&amp;gt; 2238453 T6777 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[37 (1435852028844703744)]} 0 0
[junit4:junit4]   2&amp;gt; 2238454 T6749 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[37 (1435852028844703744)]} 0 3
[junit4:junit4]   2&amp;gt; 2238455 T6733 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[37]} 0 5
[junit4:junit4]   2&amp;gt; 2238457 T6710 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[38 (1435852028850995200)]} 0 0
[junit4:junit4]   2&amp;gt; 2238462 T6761 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[38 (1435852028854140928)]} 0 0
[junit4:junit4]   2&amp;gt; 2238463 T6732 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[38 (1435852028854140928)]} 0 3
[junit4:junit4]   2&amp;gt; 2238465 T6713 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[39 (1435852028859383808)]} 0 0
[junit4:junit4]   2&amp;gt; 2238474 T6779 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[39 (1435852028865675264)]} 0 0
[junit4:junit4]   2&amp;gt; 2238475 T6746 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[39 (1435852028865675264)]} 0 4
[junit4:junit4]   2&amp;gt; 2238476 T6729 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[39]} 0 7
[junit4:junit4]   2&amp;gt; 2238478 T6712 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[40 (1435852028873015296)]} 0 0
[junit4:junit4]   2&amp;gt; 2238485 T6763 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[40 (1435852028878258176)]} 0 0
[junit4:junit4]   2&amp;gt; 2238486 T6730 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[40 (1435852028878258176)]} 0 3
[junit4:junit4]   2&amp;gt; 2238487 T6745 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[40]} 0 6
[junit4:junit4]   2&amp;gt; 2238489 T6708 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[41 (1435852028884549632)]} 0 0
[junit4:junit4]   2&amp;gt; 2238494 T6762 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[41 (1435852028887695360)]} 0 0
[junit4:junit4]   2&amp;gt; 2238495 T6728 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[41 (1435852028887695360)]} 0 3
[junit4:junit4]   2&amp;gt; 2238498 T6709 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[42 (1435852028893986816)]} 0 0
[junit4:junit4]   2&amp;gt; 2238502 T6764 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[42 (1435852028897132544)]} 0 0
[junit4:junit4]   2&amp;gt; 2238503 T6731 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[42 (1435852028897132544)]} 0 2
[junit4:junit4]   2&amp;gt; 2238506 T6711 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[43 (1435852028902375424)]} 0 0
[junit4:junit4]   2&amp;gt; 2238513 T6765 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[43 (1435852028907618304)]} 0 0
[junit4:junit4]   2&amp;gt; 2238514 T6733 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[43 (1435852028907618304)]} 0 3
[junit4:junit4]   2&amp;gt; 2238515 T6747 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[43]} 0 6
[junit4:junit4]   2&amp;gt; 2238517 T6710 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[44 (1435852028913909760)]} 0 0
[junit4:junit4]   2&amp;gt; 2238525 T6760 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[44 (1435852028920201216)]} 0 0
[junit4:junit4]   2&amp;gt; 2238526 T6732 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[44 (1435852028920201216)]} 0 3
[junit4:junit4]   2&amp;gt; 2238527 T6748 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[44]} 0 6
[junit4:junit4]   2&amp;gt; 2238529 T6713 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[45 (1435852028926492672)]} 0 0
[junit4:junit4]   2&amp;gt; 2238537 T6780 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[45 (1435852028931735552)]} 0 0
[junit4:junit4]   2&amp;gt; 2238538 T6744 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[45 (1435852028931735552)]} 0 4
[junit4:junit4]   2&amp;gt; 2238539 T6729 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[45]} 0 7
[junit4:junit4]   2&amp;gt; 2238541 T6712 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[46 (1435852028939075584)]} 0 0
[junit4:junit4]   2&amp;gt; 2238547 T6761 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[46 (1435852028943269888)]} 0 0
[junit4:junit4]   2&amp;gt; 2238548 T6730 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[46 (1435852028943269888)]} 0 3
[junit4:junit4]   2&amp;gt; 2238549 T6749 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[46]} 0 6
[junit4:junit4]   2&amp;gt; 2238552 T6708 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[47 (1435852028950609920)]} 0 0
[junit4:junit4]   2&amp;gt; 2238558 T6763 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[47 (1435852028954804224)]} 0 0
[junit4:junit4]   2&amp;gt; 2238560 T6728 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[47 (1435852028954804224)]} 0 4
[junit4:junit4]   2&amp;gt; 2238560 T6746 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[47]} 0 6
[junit4:junit4]   2&amp;gt; 2238564 T6709 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[48 (1435852028963192832)]} 0 0
[junit4:junit4]   2&amp;gt; 2238570 T6762 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[48 (1435852028967387136)]} 0 0
[junit4:junit4]   2&amp;gt; 2238571 T6731 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[48 (1435852028967387136)]} 0 3
[junit4:junit4]   2&amp;gt; 2238572 T6745 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[48]} 0 6
[junit4:junit4]   2&amp;gt; 2238575 T6711 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[49 (1435852028974727168)]} 0 0
[junit4:junit4]   2&amp;gt; 2238581 T6764 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[49 (1435852028978921472)]} 0 0
[junit4:junit4]   2&amp;gt; 2238582 T6733 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[49 (1435852028978921472)]} 0 3
[junit4:junit4]   2&amp;gt; 2238583 T6747 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[49]} 0 5
[junit4:junit4]   2&amp;gt; 2238586 T6710 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[50 (1435852028986261504)]} 0 0
[junit4:junit4]   2&amp;gt; 2238592 T6765 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[50 (1435852028990455808)]} 0 0
[junit4:junit4]   2&amp;gt; 2238593 T6732 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[50 (1435852028990455808)]} 0 3
[junit4:junit4]   2&amp;gt; 2238596 T6713 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[51 (1435852028996747264)]} 0 0
[junit4:junit4]   2&amp;gt; 2238602 T6760 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[51 (1435852028999892992)]} 0 0
[junit4:junit4]   2&amp;gt; 2238603 T6729 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[51 (1435852028999892992)]} 0 4
[junit4:junit4]   2&amp;gt; 2238605 T6712 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[52 (1435852029006184448)]} 0 0
[junit4:junit4]   2&amp;gt; 2238611 T6761 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[52 (1435852029009330176)]} 0 1
[junit4:junit4]   2&amp;gt; 2238612 T6730 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[52 (1435852029009330176)]} 0 4
[junit4:junit4]   2&amp;gt; 2238614 T6708 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[53 (1435852029015621632)]} 0 0
[junit4:junit4]   2&amp;gt; 2238618 T6782 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[53 (1435852029018767360)]} 0 0
[junit4:junit4]   2&amp;gt; 2238619 T6748 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[53 (1435852029018767360)]} 0 2
[junit4:junit4]   2&amp;gt; 2238622 T6709 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[54 (1435852029024010240)]} 0 0
[junit4:junit4]   2&amp;gt; 2238629 T6763 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[54 (1435852029029253120)]} 0 0
[junit4:junit4]   2&amp;gt; 2238630 T6728 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[54 (1435852029029253120)]} 0 3
[junit4:junit4]   2&amp;gt; 2238630 T6744 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[54]} 0 5
[junit4:junit4]   2&amp;gt; 2238634 T6711 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[55 (1435852029036593152)]} 0 0
[junit4:junit4]   2&amp;gt; 2238642 T6762 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[55 (1435852029041836032)]} 0 0
[junit4:junit4]   2&amp;gt; 2238643 T6731 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[55 (1435852029041836032)]} 0 4
[junit4:junit4]   2&amp;gt; 2238643 T6749 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[55]} 0 6
[junit4:junit4]   2&amp;gt; 2238646 T6710 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[56 (1435852029049176064)]} 0 0
[junit4:junit4]   2&amp;gt; 2238654 T6781 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[56 (1435852029054418944)]} 0 0
[junit4:junit4]   2&amp;gt; 2238656 T6746 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[56 (1435852029054418944)]} 0 5
[junit4:junit4]   2&amp;gt; 2238656 T6733 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[56]} 0 7
[junit4:junit4]   2&amp;gt; 2238658 T6713 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[57 (1435852029061758976)]} 0 0
[junit4:junit4]   2&amp;gt; 2238664 T6778 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[57 (1435852029064904704)]} 0 0
[junit4:junit4]   2&amp;gt; 2238665 T6745 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[57 (1435852029064904704)]} 0 4
[junit4:junit4]   2&amp;gt; 2238668 T6712 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[58 (1435852029072244736)]} 0 0
[junit4:junit4]   2&amp;gt; 2238674 T6777 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[58 (1435852029075390464)]} 0 0
[junit4:junit4]   2&amp;gt; 2238675 T6747 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[58 (1435852029075390464)]} 0 4
[junit4:junit4]   2&amp;gt; 2238678 T6708 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[59 (1435852029082730496)]} 0 0
[junit4:junit4]   2&amp;gt; 2238682 T6764 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[59 (1435852029085876224)]} 0 0
[junit4:junit4]   2&amp;gt; 2238684 T6732 C4958 P63381 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[59 (1435852029085876224)]} 0 3
[junit4:junit4]   2&amp;gt; 2238686 T6709 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[60 (1435852029091119104)]} 0 0
[junit4:junit4]   2&amp;gt; 2238692 T6779 C4961 P63409 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63390/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[60 (1435852029094264832)]} 0 0
[junit4:junit4]   2&amp;gt; 2238694 T6748 C4962 P63390 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[60 (1435852029094264832)]} 0 5
[junit4:junit4]   2&amp;gt; 2238696 T6711 C4959 P63369 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[61 (1435852029101604864)]} 0 0
[junit4:junit4]   2&amp;gt; 2238704 T6765 C4960 P63399 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:63381/collection1/&amp;amp;upda

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

:junit4]   2&amp;gt; 2266351 T6786 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2&amp;gt; 2267354 T6786 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&amp;gt; 2267354 T6786 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2&amp;gt; 2267354 T6695 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 63369
[junit4:junit4]   2&amp;gt; 2267368 T6695 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2&amp;gt; 2267369 T6695 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:63362 63362
[junit4:junit4]   1&amp;gt; client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2&amp;gt; NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=531B68B6094DCB94 -Dtests.slow=true -Dtests.locale=sk_SK -Dtests.timezone=Africa/Ndjamena -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   58.9s | ChaosMonkeyShardSplitTest.testDistribSearch &amp;lt;&amp;lt;&amp;lt;
[junit4:junit4]    &amp;gt; Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:63381 returned non ok status:500, message:Server Error
[junit4:junit4]    &amp;gt; at __randomizedtesting.SeedInfo.seed([531B68B6094DCB94:D2FDE6AE7E12ABA8]:0)
[junit4:junit4]    &amp;gt; at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    &amp;gt; at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
[junit4:junit4]    &amp;gt; at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    &amp;gt; at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2&amp;gt; 2267379 T6695 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2&amp;gt; NOTE: test params are: codec=Lucene42: {id=MockFixedIntBlock(blockSize=1067), _version_=Pulsing41(freqCutoff=17 minBlockSize=83 maxBlockSize=164)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=sk_SK, timezone=Africa/Ndjamena
[junit4:junit4]   2&amp;gt; NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=124606784,total=236478464
[junit4:junit4]   2&amp;gt; NOTE: All tests run in this JVM: [TestWordDelimiterFilterFactory, TestDynamicFieldCollectionResource, OpenExchangeRatesOrgProviderTest, IndexSchemaTest, TestSearchPerf, TestCSVResponseWriter, CSVRequestHandlerTest, TestRandomDVFaceting, HardAutoCommitTest, AnalysisAfterCoreReloadTest, UnloadDistributedZkTest, PingRequestHandlerTest, TestRecovery, SpatialFilterTest, OutputWriterTest, TestClassNameShortening, TestReplicationHandler, TestHashPartitioner, TestTrie, TestRealTimeGet, CoreAdminHandlerTest, IndexBasedSpellCheckerTest, TestFieldTypeCollectionResource, ConvertedLegacyTest, DirectSolrSpellCheckerTest, TestLFUCache, TestSchemaVersionResource, TestNumberUtils, SortByFunctionTest, ExternalFileFieldSortTest, DateMathParserTest, FieldAnalysisRequestHandlerTest, SuggesterFSTTest, TestArbitraryIndexDir, DocValuesTest, ChaosMonkeyNothingIsSafeTest, SuggesterTest, RequestHandlersTest, UpdateRequestProcessorFactoryTest, TestPerFieldSimilarity, TestPseudoReturnFields, DocumentBuilderTest, BadComponentTest, TermsComponentTest, SolrIndexSplitterTest, ScriptEngineTest, OverseerCollectionProcessorTest, TestFoldingMultitermQuery, TestPluginEnable, BasicDistributedZkTest, UUIDFieldTest, TestFieldResource, TestLazyCores, ZkCLITest, TestMultiCoreConfBootstrap, TestFastOutputStream, TestConfig, TestValueSourceCache, MinimalSchemaTest, TestIndexSearcher, TestCloudManagedSchema, SolrPluginUtilsTest, TestSolrQueryParser, QueryParsingTest, MultiTermTest, CircularListTest, TestShardHandlerFactory, OverseerTest, TestFastWriter, SpellCheckCollatorTest, TestStressLucene, RegexBoostProcessorTest, SuggesterWFSTTest, TestSchemaNameResource, SpellingQueryConverterTest, CoreContainerCoreInitFailuresTest, TestJoin, CachingDirectoryFactoryTest, RAMDirectoryFactoryTest, TestDefaultSimilarityFactory, TestPropInjectDefaults, SearchHandlerTest, TestSort, XmlUpdateRequestHandlerTest, ZkControllerTest, TestSolrQueryParserDefaultOperatorResource, DocValuesMultiTest, DistributedSpellCheckComponentTest, BasicZkTest, PreAnalyzedFieldTest, TestDistributedSearch, SuggesterTSTTest, TestReversedWildcardFilterFactory, TestUpdate, TestSchemaResource, EchoParamsTest, BasicFunctionalityTest, TestComponentsName, TestIndexingPerformance, LukeRequestHandlerTest, TestAtomicUpdateErrorCases, SystemInfoHandlerTest, ChaosMonkeySafeLeaderTest, StandardRequestHandlerTest, TestFieldTypeResource, PathHierarchyTokenizerFactoryTest, FullSolrCloudDistribCmdsTest, SOLR749Test, PrimUtilsTest, SolrRequestParserTest, ResponseLogComponentTest, TestIBSimilarityFactory, JsonLoaderTest, LoggingHandlerTest, AliasIntegrationTest, DistributedQueryElevationComponentTest, TestPropInject, TestSolrXMLSerializer, BasicDistributedZk2Test, NoCacheHeaderTest, JSONWriterTest, TestRTGBase, TestMergePolicyConfig, LeaderElectionIntegrationTest, TestCopyFieldCollectionResource, TestSolrQueryParserResource, DirectUpdateHandlerOptimizeTest, TestCSVLoader, TestPostingsSolrHighlighter, ClusterStateTest, TestGroupingSearch, FastVectorHighlighterTest, TestExtendedDismaxParser, TestBM25SimilarityFactory, UniqFieldsUpdateProcessorFactoryTest, QueryResultKeyTest, TestStressRecovery, QueryEqualityTest, DirectUpdateHandlerTest, TestCodecSupport, BadIndexSchemaTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, SliceStateUpdateTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TermVectorComponentDistributedTest, TestStressReorder, TestReload, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, TestFiltering, TestFunctionQuery, TestBadConfig, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, HighlighterConfigTest, TestQuerySenderListener, IndexReaderFactoryTest, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestBinaryField, NumericFieldsTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, FileUtilsTest, SolrTestCaseJ4Test, ChaosMonkeyShardSplitTest]
[junit4:junit4] Completed in 58.96s, 1 test, 1 error &amp;lt;&amp;lt;&amp;lt; FAILURES!

[...truncated 54 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 error, 18 ignored (12 assumptions)

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe&amp;lt; at &amp;gt;lucene.apache.org
For additional commands, e-mail: dev-help&amp;lt; at &amp;gt;lucene.apache.org&lt;/pre&gt;</description>
    <dc:creator>Policeman Jenkins Server</dc:creator>
    <dc:date>2013-05-23T18:56:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131883">
    <title>[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 5733 - Failure!</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131883</link>
    <description>&lt;pre&gt;Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5733/
Java: 32bit/jdk1.6.0_45 -server -XX:+UseParallelGC

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

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
at __randomizedtesting.SeedInfo.seed([3198F45C014BF633:B07E7A447614960F]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:662)




Build Log:
[...truncated 9038 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2&amp;gt; 425859 T1145 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_ml/
[junit4:junit4]   2&amp;gt; 425862 T1145 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2&amp;gt; Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1369328642833
[junit4:junit4]   2&amp;gt; 425863 T1145 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2&amp;gt; 425863 T1146 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2&amp;gt; 425963 T1145 oasc.ZkTestServer.run start zk server on port:41518
[junit4:junit4]   2&amp;gt; 425964 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 426266 T1152 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;a0e67c name:ZooKeeperConnection Watcher:127.0.0.1:41518 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 426266 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 426267 T1145 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2&amp;gt; 426271 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 426272 T1154 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1c33175 name:ZooKeeperConnection Watcher:127.0.0.1:41518/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 426273 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 426273 T1145 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2&amp;gt; 426276 T1145 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2&amp;gt; 426279 T1145 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2&amp;gt; 426281 T1145 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2&amp;gt; 426283 T1145 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2&amp;gt; 426284 T1145 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2&amp;gt; 426288 T1145 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 426289 T1145 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 426292 T1145 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2&amp;gt; 426293 T1145 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2&amp;gt; 426295 T1145 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2&amp;gt; 426296 T1145 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2&amp;gt; 426299 T1145 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2&amp;gt; 426299 T1145 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2&amp;gt; 426302 T1145 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 426303 T1145 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 426305 T1145 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2&amp;gt; 426306 T1145 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2&amp;gt; 426309 T1145 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2&amp;gt; 426310 T1145 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2&amp;gt; 426312 T1145 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2&amp;gt; 426312 T1145 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2&amp;gt; 426416 T1145 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 426419 T1145 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:46766
[junit4:junit4]   2&amp;gt; 426420 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 426420 T1145 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 426421 T1145 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285
[junit4:junit4]   2&amp;gt; 426421 T1145 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/solr.xml
[junit4:junit4]   2&amp;gt; 426422 T1145 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 2882690
[junit4:junit4]   2&amp;gt; 426423 T1145 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/'
[junit4:junit4]   2&amp;gt; 426423 T1145 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/'
[junit4:junit4]   2&amp;gt; 426491 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285
[junit4:junit4]   2&amp;gt; 426492 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/collection1
[junit4:junit4]   2&amp;gt; 426493 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/collection1/conf
[junit4:junit4]   2&amp;gt; 426501 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 426530 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/collection1/lib
[junit4:junit4]   2&amp;gt; 426531 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 426533 T1145 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 426537 T1145 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 426537 T1145 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 426538 T1145 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 426538 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 426539 T1145 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 426539 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 426540 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 426540 T1145 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 426541 T1145 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 426541 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 426546 T1145 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 426547 T1145 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41518/solr
[junit4:junit4]   2&amp;gt; 426547 T1145 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 426548 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 426550 T1165 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;185824c name:ZooKeeperConnection Watcher:127.0.0.1:41518 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 426550 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 426552 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 426556 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 426557 T1167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;c38614 name:ZooKeeperConnection Watcher:127.0.0.1:41518/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 426558 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 426559 T1145 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2&amp;gt; 426562 T1145 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2&amp;gt; 426565 T1145 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2&amp;gt; 426567 T1145 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46766__ml
[junit4:junit4]   2&amp;gt; 426568 T1145 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46766__ml
[junit4:junit4]   2&amp;gt; 426571 T1145 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2&amp;gt; 426576 T1145 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2&amp;gt; 426578 T1145 oasc.Overseer.start Overseer (id=89740321936834563-127.0.0.1:46766__ml-n_0000000000) starting
[junit4:junit4]   2&amp;gt; 426581 T1145 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2&amp;gt; 426584 T1169 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2&amp;gt; 426584 T1145 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2&amp;gt; 426586 T1145 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2&amp;gt; 426588 T1145 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 426590 T1168 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2&amp;gt; 426593 T1145 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 426594 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 426594 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 426598 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 426599 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 426601 T1172 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;d55aac name:ZooKeeperConnection Watcher:127.0.0.1:41518/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 426601 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 426602 T1145 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 426604 T1145 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2&amp;gt; 426675 T1145 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 426681 T1145 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:45571
[junit4:junit4]   2&amp;gt; 426682 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 426682 T1145 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 426682 T1145 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575
[junit4:junit4]   2&amp;gt; 426683 T1145 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/solr.xml
[junit4:junit4]   2&amp;gt; 426683 T1145 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 16970409
[junit4:junit4]   2&amp;gt; 426683 T1145 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/'
[junit4:junit4]   2&amp;gt; 426684 T1145 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/'
[junit4:junit4]   2&amp;gt; 426725 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575
[junit4:junit4]   2&amp;gt; 426726 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/collection1
[junit4:junit4]   2&amp;gt; 426726 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/collection1/conf
[junit4:junit4]   2&amp;gt; 426731 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 426747 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/collection1/lib
[junit4:junit4]   2&amp;gt; 426747 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 426749 T1145 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 426751 T1145 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 426751 T1145 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 426751 T1145 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 426752 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 426752 T1145 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 426752 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 426752 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 426753 T1145 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 426753 T1145 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 426753 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 426756 T1145 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 426757 T1145 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41518/solr
[junit4:junit4]   2&amp;gt; 426757 T1145 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 426758 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 426759 T1183 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;6c23be name:ZooKeeperConnection Watcher:127.0.0.1:41518 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 426759 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 426761 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 426764 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 426766 T1185 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1bd77f name:ZooKeeperConnection Watcher:127.0.0.1:41518/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 426766 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 426770 T1145 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 427773 T1145 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45571__ml
[junit4:junit4]   2&amp;gt; 427774 T1145 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45571__ml
[junit4:junit4]   2&amp;gt; 427777 T1185 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 427777 T1172 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 427777 T1167 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 427782 T1145 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 427783 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 427784 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 427855 T1145 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 427857 T1145 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:52140
[junit4:junit4]   2&amp;gt; 427857 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 427857 T1145 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 427858 T1145 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757
[junit4:junit4]   2&amp;gt; 427858 T1145 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/solr.xml
[junit4:junit4]   2&amp;gt; 427858 T1145 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 14497045
[junit4:junit4]   2&amp;gt; 427859 T1145 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/'
[junit4:junit4]   2&amp;gt; 427859 T1145 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/'
[junit4:junit4]   2&amp;gt; 427912 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757
[junit4:junit4]   2&amp;gt; 427913 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/collection1
[junit4:junit4]   2&amp;gt; 427914 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/collection1/conf
[junit4:junit4]   2&amp;gt; 427918 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 427934 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/collection1/lib
[junit4:junit4]   2&amp;gt; 427935 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 427936 T1145 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 427938 T1145 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 427938 T1145 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 427939 T1145 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 427939 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 427939 T1145 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 427939 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 427940 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 427940 T1145 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 427940 T1145 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 427941 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 427943 T1145 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 427944 T1145 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41518/solr
[junit4:junit4]   2&amp;gt; 427944 T1145 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 427945 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 427946 T1197 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1d09e59 name:ZooKeeperConnection Watcher:127.0.0.1:41518 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 427947 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 427948 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 427951 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 427952 T1199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;45bf2d name:ZooKeeperConnection Watcher:127.0.0.1:41518/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 427953 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 427956 T1145 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 428959 T1145 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52140__ml
[junit4:junit4]   2&amp;gt; 428960 T1145 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52140__ml
[junit4:junit4]   2&amp;gt; 428962 T1185 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 428962 T1199 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 428962 T1167 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 428962 T1172 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 428966 T1145 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 428966 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 428966 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 429031 T1145 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 429033 T1145 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:52879
[junit4:junit4]   2&amp;gt; 429033 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 429034 T1145 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 429034 T1145 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938
[junit4:junit4]   2&amp;gt; 429034 T1145 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/solr.xml
[junit4:junit4]   2&amp;gt; 429035 T1145 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 8486515
[junit4:junit4]   2&amp;gt; 429035 T1145 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/'
[junit4:junit4]   2&amp;gt; 429035 T1145 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/'
[junit4:junit4]   2&amp;gt; 429076 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938
[junit4:junit4]   2&amp;gt; 429076 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/collection1
[junit4:junit4]   2&amp;gt; 429077 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/collection1/conf
[junit4:junit4]   2&amp;gt; 429081 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 429097 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/collection1/lib
[junit4:junit4]   2&amp;gt; 429098 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 429099 T1145 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 429101 T1145 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 429101 T1145 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 429102 T1145 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 429102 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 429102 T1145 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 429103 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 429103 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 429103 T1145 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 429103 T1145 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 429104 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 429107 T1145 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 429107 T1145 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41518/solr
[junit4:junit4]   2&amp;gt; 429107 T1145 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 429108 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 429109 T1211 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;18a5e8e name:ZooKeeperConnection Watcher:127.0.0.1:41518 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 429110 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 429111 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 429114 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 429115 T1213 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;161a4cf name:ZooKeeperConnection Watcher:127.0.0.1:41518/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 429115 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 429118 T1145 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 430120 T1145 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52879__ml
[junit4:junit4]   2&amp;gt; 430122 T1145 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52879__ml
[junit4:junit4]   2&amp;gt; 430125 T1185 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 430125 T1199 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 430125 T1213 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 430125 T1167 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 430125 T1172 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 430129 T1145 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 430129 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 430130 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 430214 T1145 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 430216 T1145 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:42212
[junit4:junit4]   2&amp;gt; 430216 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 430216 T1145 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 430217 T1145 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102
[junit4:junit4]   2&amp;gt; 430217 T1145 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/solr.xml
[junit4:junit4]   2&amp;gt; 430217 T1145 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 31468389
[junit4:junit4]   2&amp;gt; 430218 T1145 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/'
[junit4:junit4]   2&amp;gt; 430218 T1145 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/'
[junit4:junit4]   2&amp;gt; 430263 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102
[junit4:junit4]   2&amp;gt; 430265 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/collection1
[junit4:junit4]   2&amp;gt; 430265 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/collection1/conf
[junit4:junit4]   2&amp;gt; 430274 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 430305 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/collection1/lib
[junit4:junit4]   2&amp;gt; 430306 T1145 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 430308 T1145 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 430312 T1145 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 430312 T1145 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 430313 T1145 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 430313 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 430314 T1145 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 430314 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 430314 T1145 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 430315 T1145 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 430315 T1145 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 430315 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 430318 T1145 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 430319 T1145 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41518/solr
[junit4:junit4]   2&amp;gt; 430319 T1145 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 430320 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 430321 T1225 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1a54605 name:ZooKeeperConnection Watcher:127.0.0.1:41518 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 430322 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 430323 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 430326 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 430327 T1227 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;7db50a name:ZooKeeperConnection Watcher:127.0.0.1:41518/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 430327 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 430331 T1145 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 431333 T1145 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42212__ml
[junit4:junit4]   2&amp;gt; 431334 T1145 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42212__ml
[junit4:junit4]   2&amp;gt; 431338 T1172 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 431339 T1167 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 431339 T1199 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 431338 T1213 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 431339 T1227 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 431339 T1185 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 431345 T1145 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 431345 T1145 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 431346 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 431348 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 431351 T1179 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&amp;amp;name=nodes_used_collection&amp;amp;replicationFactor=2&amp;amp;action=CREATE&amp;amp;wt=javabin&amp;amp;version=2
[junit4:junit4]   2&amp;gt; 431352 T1167 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2&amp;gt; 431353 T1169 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2&amp;gt;   "operation":"createcollection",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "maxShardsPerNode":null,
[junit4:junit4]   2&amp;gt;   "createNodeSet":null,
[junit4:junit4]   2&amp;gt;   "name":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "replicationFactor":"2"}
[junit4:junit4]   2&amp;gt; 431353 T1169 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:42212__ml
[junit4:junit4]   2&amp;gt; 431353 T1169 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:52140__ml
[junit4:junit4]   2&amp;gt; 431354 T1169 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:46766__ml
[junit4:junit4]   2&amp;gt; 431354 T1169 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:52879__ml
[junit4:junit4]   2&amp;gt; 431355 T1220 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 431355 T1161 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 431356 T1161 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 431356 T1194 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/nodes_used_collection_shard1_replica2
[junit4:junit4]   2&amp;gt; 431355 T1220 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 431357 T1194 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 431357 T1161 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 431358 T1161 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 431358 T1206 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/nodes_used_collection_shard2_replica2
[junit4:junit4]   2&amp;gt; 431358 T1206 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 431359 T1161 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 431359 T1161 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 431358 T1220 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 431358 T1194 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 431360 T1220 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 431359 T1206 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 431360 T1194 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 431361 T1206 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 431362 T1161 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 431362 T1220 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 431362 T1194 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 431363 T1206 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 431364 T1220 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 431364 T1161 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   2&amp;gt; 431364 T1194 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 431366 T1206 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 431366 T1220 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   2&amp;gt; 431366 T1194 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   2&amp;gt; 431368 T1206 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   2&amp;gt; 431415 T1206 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 431415 T1161 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 431415 T1220 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 431425 T1194 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 431467 T1206 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 431468 T1206 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 431468 T1194 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 431470 T1220 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 431473 T1220 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 431474 T1161 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 431474 T1194 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 431475 T1161 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 431476 T1206 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 431479 T1220 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 431481 T1194 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 431482 T1161 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 432062 T1220 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 432071 T1220 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 432076 T1220 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 432091 T1220 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 432095 T1220 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 432097 T1161 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 432099 T1220 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 432101 T1220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 432102 T1220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 432102 T1220 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 432104 T1220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 432104 T1220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 432105 T1220 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 432105 T1220 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   2&amp;gt; 432105 T1161 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 432106 T1220 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 432107 T1220 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 432108 T1220 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/nodes_used_collection_shard1_replica1/data
[junit4:junit4]   2&amp;gt; 432108 T1220 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   2&amp;gt; 432108 T1220 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 432109 T1220 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/nodes_used_collection_shard1_replica1/data/index
[junit4:junit4]   2&amp;gt; 432110 T1161 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 432111 T1220 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1d68af5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;ecdc51),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 432112 T1220 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 432114 T1220 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 432115 T1220 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 432116 T1220 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 432117 T1220 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 432118 T1220 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 432118 T1220 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 432119 T1220 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 432120 T1220 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 432120 T1220 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 432124 T1220 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 432126 T1161 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 432127 T1220 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1637b37 main
[junit4:junit4]   2&amp;gt; 432128 T1220 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/nodes_used_collection_shard1_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 432129 T1220 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 432129 T1220 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 432132 T1161 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 432135 T1233 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;1637b37 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 432137 T1161 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 432138 T1220 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2&amp;gt; 432138 T1161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 432139 T1206 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 432140 T1161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 432140 T1161 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 432142 T1161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 432143 T1161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 432143 T1161 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 432143 T1161 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   2&amp;gt; 432144 T1161 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 432145 T1161 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 432145 T1161 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/nodes_used_collection_shard2_replica1/data
[junit4:junit4]   2&amp;gt; 432146 T1206 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 432146 T1161 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   2&amp;gt; 432146 T1161 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 432147 T1161 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/nodes_used_collection_shard2_replica1/data/index
[junit4:junit4]   2&amp;gt; 432149 T1206 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 432149 T1161 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;9bd99f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1cce50e),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 432150 T1161 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 432152 T1161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 432153 T1161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 432153 T1161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 432154 T1161 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 432155 T1161 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 432155 T1161 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 432156 T1161 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 432157 T1161 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 432157 T1161 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 432160 T1194 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 432160 T1161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 432161 T1206 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 432163 T1161 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1dff693 main
[junit4:junit4]   2&amp;gt; 432164 T1161 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/nodes_used_collection_shard2_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 432165 T1161 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 432165 T1161 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 432167 T1206 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 432168 T1194 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 432171 T1161 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2&amp;gt; 432172 T1206 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 432172 T1234 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;1dff693 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 432173 T1194 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 432175 T1206 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 432175 T1206 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 432176 T1206 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 432178 T1206 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 432178 T1206 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 432179 T1206 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 432179 T1206 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   2&amp;gt; 432180 T1206 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 432180 T1206 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 432181 T1206 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/nodes_used_collection_shard2_replica2/data
[junit4:junit4]   2&amp;gt; 432182 T1206 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   2&amp;gt; 432182 T1206 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 432183 T1206 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/nodes_used_collection_shard2_replica2/data/index
[junit4:junit4]   2&amp;gt; 432186 T1206 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;c5b7ff lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;b0852c),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 432186 T1206 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 432189 T1206 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 432189 T1194 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 432190 T1206 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 432191 T1206 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 432192 T1206 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 432192 T1206 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 432193 T1206 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 432193 T1206 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 432194 T1206 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 432194 T1206 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 432196 T1194 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 432197 T1206 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 432200 T1206 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1f5bc main
[junit4:junit4]   2&amp;gt; 432200 T1194 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 432201 T1206 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/nodes_used_collection_shard2_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 432202 T1194 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 432202 T1194 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 432202 T1206 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 432203 T1194 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 432203 T1206 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 432204 T1194 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 432204 T1194 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 432205 T1194 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 432205 T1194 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   2&amp;gt; 432206 T1194 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 432206 T1194 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 432207 T1194 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/nodes_used_collection_shard1_replica2/data
[junit4:junit4]   2&amp;gt; 432207 T1235 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;1f5bc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 432208 T1194 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   2&amp;gt; 432208 T1194 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 432209 T1194 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/nodes_used_collection_shard1_replica2/data/index
[junit4:junit4]   2&amp;gt; 432210 T1206 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2&amp;gt; 432211 T1194 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;e2243c lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;59e8a8),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 432212 T1194 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 432214 T1194 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 432215 T1194 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 432215 T1194 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 432216 T1194 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 432217 T1194 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 432217 T1194 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 432218 T1194 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 432218 T1194 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 432219 T1194 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 432222 T1194 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 432225 T1194 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1a40908 main
[junit4:junit4]   2&amp;gt; 432226 T1194 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/nodes_used_collection_shard1_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 432227 T1194 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 432227 T1194 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 432231 T1236 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;1a40908 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 432233 T1194 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2&amp;gt; 432598 T1168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 432599 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:42212__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:42212/_ml"}
[junit4:junit4]   2&amp;gt; 432599 T1168 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2&amp;gt; 432603 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:46766__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:46766/_ml"}
[junit4:junit4]   2&amp;gt; 432606 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:52879__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:52879/_ml"}
[junit4:junit4]   2&amp;gt; 432610 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:52140__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:52140/_ml"}
[junit4:junit4]   2&amp;gt; 432614 T1227 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&amp;gt; 432614 T1167 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&amp;gt; 432614 T1199 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&amp;gt; 432614 T1213 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&amp;gt; 432614 T1172 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&amp;gt; 432614 T1185 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&amp;gt; 433141 T1220 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 433141 T1220 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:42212/_ml collection:nodes_used_collection shard:shard1
[junit4:junit4]   2&amp;gt; 433142 T1220 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; 433148 T1220 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 433150 T1220 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=180000
[junit4:junit4]   2&amp;gt; 433174 T1161 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 433174 T1161 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:46766/_ml collection:nodes_used_collection shard:shard2
[junit4:junit4]   2&amp;gt; 433175 T1161 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; 433181 T1161 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 433184 T1161 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179999
[junit4:junit4]   2&amp;gt; 433212 T1206 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2&amp;gt; 433212 T1206 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:52879/_ml collection:nodes_used_collection shard:shard2
[junit4:junit4]   2&amp;gt; 433234 T1194 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2&amp;gt; 433235 T1194 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:52140/_ml collection:nodes_used_collection shard:shard1
[junit4:junit4]   2&amp;gt; 433651 T1220 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 433652 T1220 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 433652 T1220 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42212/_ml/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2&amp;gt; 433653 T1220 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:42212/_ml START replicas=[http://127.0.0.1:52140/_ml/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2&amp;gt; 433654 T1220 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:42212/_ml DONE.  We have no versions.  sync failed.
[junit4:junit4]   2&amp;gt; 433654 T1220 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2&amp;gt; 433654 T1220 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&amp;gt; 433655 T1220 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42212/_ml/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2&amp;gt; 433655 T1220 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C1813 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;faf68b url=http://127.0.0.1:52140/_ml/nodes_used_collection_shard1_replica2 node=127.0.0.1:52140__ml C1813_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:52140__ml, base_url=http://127.0.0.1:52140/_ml}
[junit4:junit4]   2&amp;gt; 433660 T1192 C1813 P52140 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/_ml path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=1 
[junit4:junit4]   2&amp;gt; 433685 T1161 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 433685 T1161 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 433686 T1161 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46766/_ml/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2&amp;gt; 433686 T1161 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:46766/_ml START replicas=[http://127.0.0.1:52879/_ml/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2&amp;gt; 433687 T1161 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:46766/_ml DONE.  We have no versions.  sync failed.
[junit4:junit4]   2&amp;gt; 433687 T1161 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2&amp;gt; 433688 T1161 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&amp;gt; 433688 T1161 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46766/_ml/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2&amp;gt; 433688 T1161 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C1814 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;2b26a4 url=http://127.0.0.1:52879/_ml/nodes_used_collection_shard2_replica2 node=127.0.0.1:52879__ml C1814_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:52879__ml, base_url=http://127.0.0.1:52879/_ml}
[junit4:junit4]   2&amp;gt; 433694 T1208 C1814 P52879 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/_ml path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 434122 T1168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 434136 T1227 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&amp;gt; 434137 T1199 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&amp;gt; 434137 T1172 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&amp;gt; 434137 T1185 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&amp;gt; 434137 T1167 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&amp;gt; 434137 T1213 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&amp;gt; 434161 T1220 oasc.ZkController.register We are http://127.0.0.1:42212/_ml/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:42212/_ml/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2&amp;gt; 434162 T1220 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:42212/_ml
[junit4:junit4]   2&amp;gt; 434162 T1220 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 434163 T1220 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2&amp;gt; 434164 T1220 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 434166 T1220 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard1&amp;amp;name=nodes_used_collection_shard1_replica1&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=2810 
[junit4:junit4]   2&amp;gt; 434194 T1161 oasc.ZkController.register We are http://127.0.0.1:46766/_ml/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:46766/_ml/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2&amp;gt; 434195 T1161 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:46766/_ml
[junit4:junit4]   2&amp;gt; 434195 T1161 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 434195 T1161 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2&amp;gt; 434198 T1161 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 434199 T1161 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard2&amp;amp;name=nodes_used_collection_shard2_replica1&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=2844 
[junit4:junit4]   2&amp;gt; 434216 T1206 oasc.ZkController.register We are http://127.0.0.1:52879/_ml/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:46766/_ml/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2&amp;gt; 434216 T1206 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:52879/_ml
[junit4:junit4]   2&amp;gt; 434217 T1206 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica2
[junit4:junit4]   2&amp;gt; 434217 T1206 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; 434217 T1239 C1814 P52879 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica2 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 434218 T1239 C1814 P52879 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 434218 T1206 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 434218 T1239 C1814 P52879 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=recovering
[junit4:junit4]   2&amp;gt; 434219 T1206 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard2&amp;amp;name=nodes_used_collection_shard2_replica2&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=2861 
[junit4:junit4]   2&amp;gt; 434220 T1239 C1814 P52879 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 434223 T1163 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:52879__ml_nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 434238 T1194 oasc.ZkController.register We are http://127.0.0.1:52140/_ml/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:42212/_ml/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2&amp;gt; 434239 T1194 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:52140/_ml
[junit4:junit4]   2&amp;gt; 434239 T1194 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica2
[junit4:junit4]   2&amp;gt; 434239 T1194 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; 434240 T1240 C1813 P52140 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica2 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 434240 T1240 C1813 P52140 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 434240 T1194 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 434240 T1240 C1813 P52140 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=recovering
[junit4:junit4]   2&amp;gt; 434241 T1194 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard1&amp;amp;name=nodes_used_collection_shard1_replica2&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=2885 
[junit4:junit4]   2&amp;gt; 434241 T1169 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2&amp;gt; 434242 T1240 C1813 P52140 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 434244 T1185 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2&amp;gt; 434245 T1222 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:52140__ml_nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 434245 T1167 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2&amp;gt; 434245 T1169 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=2810},core=nodes_used_collection_shard1_replica1},null={responseHeader={status=0,QTime=2844},core=nodes_used_collection_shard2_replica1},null={responseHeader={status=0,QTime=2861},core=nodes_used_collection_shard2_replica2},null={responseHeader={status=0,QTime=2885},core=nodes_used_collection_shard1_replica2}}}
[junit4:junit4]   2&amp;gt; 434246 T1179 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&amp;amp;name=nodes_used_collection&amp;amp;replicationFactor=2&amp;amp;action=CREATE&amp;amp;wt=javabin&amp;amp;version=2} status=0 QTime=2896 
[junit4:junit4]   2&amp;gt; 434247 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 434248 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 434258 T1242 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1be28a8 name:ZooKeeperConnection Watcher:127.0.0.1:41518/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 434258 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 434260 T1145 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 434262 T1145 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 434263 T1145 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 434264 T1244 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;94b5af name:ZooKeeperConnection Watcher:127.0.0.1:41518/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 434265 T1145 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 434266 T1145 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 434271 T1181 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=3&amp;amp;maxShardsPerNode=2&amp;amp;name=awholynewcollection_0&amp;amp;replicationFactor=3&amp;amp;action=CREATE&amp;amp;wt=javabin&amp;amp;version=2
[junit4:junit4]   2&amp;gt; 434272 T1167 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2&amp;gt; 434274 T1169 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2&amp;gt;   "operation":"createcollection",
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "maxShardsPerNode":"2",
[junit4:junit4]   2&amp;gt;   "createNodeSet":null,
[junit4:junit4]   2&amp;gt;   "name":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "replicationFactor":"3"}
[junit4:junit4]   2&amp;gt; 434274 T1169 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:52879__ml
[junit4:junit4]   2&amp;gt; 434274 T1169 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:45571__ml
[junit4:junit4]   2&amp;gt; 434274 T1169 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:46766__ml
[junit4:junit4]   2&amp;gt; 434275 T1169 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:42212__ml
[junit4:junit4]   2&amp;gt; 434275 T1169 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:52140__ml
[junit4:junit4]   2&amp;gt; 434275 T1179 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard1_replica2
[junit4:junit4]   2&amp;gt; 434276 T1179 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434276 T1160 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard1_replica3
[junit4:junit4]   2&amp;gt; 434276 T1160 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434277 T1192 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/awholynewcollection_0_shard2_replica2
[junit4:junit4]   2&amp;gt; 434277 T1192 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434275 T1169 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:52879__ml
[junit4:junit4]   2&amp;gt; 434277 T1160 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434278 T1160 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 434279 T1169 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:45571__ml
[junit4:junit4]   2&amp;gt; 434277 T1208 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard1_replica1
[junit4:junit4]   2&amp;gt; 434280 T1208 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434277 T1223 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard2_replica1
[junit4:junit4]   2&amp;gt; 434281 T1208 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434276 T1179 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434281 T1208 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 434281 T1223 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434280 T1160 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 434283 T1160 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434280 T1207 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard2_replica3
[junit4:junit4]   2&amp;gt; 434283 T1207 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434279 T1169 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:46766__ml
[junit4:junit4]   2&amp;gt; 434278 T1192 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434284 T1169 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica3 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:42212__ml
[junit4:junit4]   2&amp;gt; 434283 T1180 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard3_replica1
[junit4:junit4]   2&amp;gt; 434285 T1162 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard3_replica2
[junit4:junit4]   2&amp;gt; 434285 T1162 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434285 T1220 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard3_replica3
[junit4:junit4]   2&amp;gt; 434286 T1220 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434283 T1208 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 434283 T1223 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434282 T1179 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 434287 T1223 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 434287 T1208 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434286 T1220 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 434288 T1220 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434288 T1179 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434286 T1162 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 434289 T1162 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434285 T1160 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434285 T1207 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 434290 T1207 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434285 T1180 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434284 T1192 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 434291 T1162 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard3_replica2/'
[junit4:junit4]   2&amp;gt; 434291 T1208 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434291 T1220 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard3_replica3/'
[junit4:junit4]   2&amp;gt; 434288 T1223 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434292 T1180 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 434293 T1180 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434294 T1208 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   2&amp;gt; 434292 T1207 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard2_replica3/'
[junit4:junit4]   2&amp;gt; 434292 T1179 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434295 T1180 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard3_replica1/'
[junit4:junit4]   2&amp;gt; 434295 T1160 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard1_replica3/'
[junit4:junit4]   2&amp;gt; 434293 T1192 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434300 T1223 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434300 T1179 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   2&amp;gt; 434304 T1192 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 434309 T1223 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   2&amp;gt; 434314 T1192 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   2&amp;gt; 434348 T1162 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 434348 T1208 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 434371 T1207 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 434421 T1192 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 434449 T1180 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 434462 T1220 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 434463 T1223 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 434473 T1160 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 434500 T1179 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 434507 T1162 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 434511 T1208 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 434514 T1162 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 434514 T1208 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 434531 T1162 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 434533 T1208 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 434531 T1207 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 434562 T1207 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 434563 T1223 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 434568 T1207 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 434570 T1223 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 434580 T1223 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 434592 T1160 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 434594 T1160 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 434594 T1220 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 434596 T1220 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 434600 T1160 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 434602 T1220 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 434620 T1192 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 434622 T1192 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 434628 T1192 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 434629 T1179 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 434629 T1180 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 434631 T1179 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 434632 T1180 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 434644 T1180 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 434671 T1179 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 435647 T1168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 435648 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:42212__ml_nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:42212__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:42212/_ml"}
[junit4:junit4]   2&amp;gt; 435651 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:46766__ml_nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:46766__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:46766/_ml"}
[junit4:junit4]   2&amp;gt; 435654 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:52879__ml_nodes_used_collection_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:52879__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:52879/_ml"}
[junit4:junit4]   2&amp;gt; 435657 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:52140__ml_nodes_used_collection_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:52140__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:52140/_ml"}
[junit4:junit4]   2&amp;gt; 435662 T1227 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&amp;gt; 435662 T1185 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&amp;gt; 435663 T1172 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&amp;gt; 435662 T1213 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&amp;gt; 435662 T1244 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&amp;gt; 435662 T1199 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&amp;gt; 435662 T1242 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&amp;gt; 435665 T1167 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&amp;gt; 436052 T1207 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 436069 T1207 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 436073 T1207 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 436087 T1223 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 436099 T1207 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436103 T1207 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436103 T1179 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 436125 T1207 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436112 T1223 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 436127 T1207 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436127 T1207 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436128 T1207 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436129 T1207 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436129 T1207 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436130 T1207 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436130 T1207 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard2_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard2_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard2_replica3/data/
[junit4:junit4]   2&amp;gt; 436130 T1223 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 436131 T1207 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 436132 T1207 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436133 T1207 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard2_replica3/data
[junit4:junit4]   2&amp;gt; 436133 T1179 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 436133 T1207 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard2_replica3/data/index/
[junit4:junit4]   2&amp;gt; 436134 T1207 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard2_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 436135 T1207 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard2_replica3/data/index
[junit4:junit4]   2&amp;gt; 436137 T1208 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 436139 T1207 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;14af80a lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;377ff6),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 436139 T1207 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 436137 T1179 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 436152 T1207 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 436161 T1207 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 436162 T1207 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 436139 T1160 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 436163 T1208 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 436160 T1220 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 436158 T1223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436164 T1162 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 436164 T1207 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 436169 T1179 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436170 T1223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436171 T1208 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 436173 T1180 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 436174 T1179 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436175 T1162 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 436175 T1223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436178 T1160 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 436179 T1162 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 436179 T1179 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436169 T1207 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 436181 T1207 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436181 T1180 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 436181 T1207 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436182 T1207 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 436181 T1179 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436183 T1207 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 436185 T1180 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 436183 T1160 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 436183 T1220 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 436186 T1207 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 436183 T1223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436183 T1179 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436187 T1223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436188 T1208 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436187 T1179 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436190 T1179 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436190 T1179 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436190 T1207 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1a09508 main
[junit4:junit4]   2&amp;gt; 436191 T1207 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard2_replica3/data/tlog
[junit4:junit4]   2&amp;gt; 436192 T1207 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436192 T1208 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436188 T1223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436192 T1207 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436190 T1179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436194 T1179 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard1_replica2/data/
[junit4:junit4]   2&amp;gt; 436194 T1179 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 436195 T1179 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436196 T1220 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 436196 T1179 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard1_replica2/data
[junit4:junit4]   2&amp;gt; 436197 T1179 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard1_replica2/data/index/
[junit4:junit4]   2&amp;gt; 436197 T1179 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 436198 T1179 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard1_replica2/data/index
[junit4:junit4]   2&amp;gt; 436199 T1192 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 436200 T1223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436200 T1223 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436201 T1223 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436201 T1223 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard2_replica1/data/
[junit4:junit4]   2&amp;gt; 436201 T1208 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436201 T1223 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 436202 T1223 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436203 T1208 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436204 T1179 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;11d1285 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;240ba4),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 436205 T1179 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 436204 T1250 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard2_replica3] Registered new searcher Searcher&amp;lt; at &amp;gt;1a09508 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 436203 T1223 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard2_replica1/data
[junit4:junit4]   2&amp;gt; 436206 T1180 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436205 T1208 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436213 T1208 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436213 T1162 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436212 T1180 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436214 T1208 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436215 T1208 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436215 T1208 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436216 T1208 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard1_replica1/data/
[junit4:junit4]   2&amp;gt; 436216 T1208 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 436217 T1208 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436218 T1162 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436208 T1179 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 436207 T1207 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica3 state=down
[junit4:junit4]   2&amp;gt; 436206 T1223 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard2_replica1/data/index/
[junit4:junit4]   2&amp;gt; 436219 T1179 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 436219 T1208 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard1_replica1/data
[junit4:junit4]   2&amp;gt; 436220 T1179 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 436219 T1192 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 436221 T1179 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 436222 T1179 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 436222 T1162 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436218 T1180 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436217 T1220 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436224 T1162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436225 T1162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436225 T1162 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436224 T1160 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436224 T1180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436226 T1180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436227 T1162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436229 T1162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436222 T1179 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436220 T1208 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard1_replica1/data/index/
[junit4:junit4]   2&amp;gt; 436220 T1223 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 436230 T1208 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 436230 T1179 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436230 T1160 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436229 T1162 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436232 T1162 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard3_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard3_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard3_replica2/data/
[junit4:junit4]   2&amp;gt; 436233 T1162 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 436233 T1162 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436234 T1162 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard3_replica2/data
[junit4:junit4]   2&amp;gt; 436235 T1162 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard3_replica2/data/index/
[junit4:junit4]   2&amp;gt; 436235 T1162 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard3_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard3_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 436236 T1162 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard3_replica2/data/index
[junit4:junit4]   2&amp;gt; 436229 T1220 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436227 T1180 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436225 T1192 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 436236 T1160 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436232 T1179 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 436238 T1179 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 436239 T1160 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436239 T1160 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436240 T1160 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436231 T1208 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard1_replica1/data/index
[junit4:junit4]   2&amp;gt; 436231 T1223 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard2_replica1/data/index
[junit4:junit4]   2&amp;gt; 436238 T1180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436241 T1180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436242 T1162 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1a0c00 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;37da60),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 436242 T1162 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 436242 T1160 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436243 T1160 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436244 T1160 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436242 T1220 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436245 T1162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 436244 T1160 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard1_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard1_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard1_replica3/data/
[junit4:junit4]   2&amp;gt; 436244 T1208 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;16ae150 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;19e8257),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 436243 T1223 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1a11fd8 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;f1890),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 436247 T1223 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 436242 T1179 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 436242 T1180 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436249 T1223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 436249 T1223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 436247 T1208 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 436247 T1160 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 436246 T1220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436251 T1220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436251 T1220 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436246 T1162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 436252 T1179 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1f9adb4 main
[junit4:junit4]   2&amp;gt; 436252 T1162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 436251 T1160 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436253 T1162 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 436250 T1223 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 436249 T1180 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard3_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard3_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard3_replica1/data/
[junit4:junit4]   2&amp;gt; 436254 T1160 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard1_replica3/data
[junit4:junit4]   2&amp;gt; 436254 T1223 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 436254 T1162 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 436255 T1162 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436256 T1162 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436257 T1192 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436253 T1220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436257 T1220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436252 T1179 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard1_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 436258 T1220 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436257 T1162 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 436257 T1208 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 436255 T1223 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 436259 T1223 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436255 T1160 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard1_replica3/data/index/
[junit4:junit4]   2&amp;gt; 436255 T1180 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 436260 T1160 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard1_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 436260 T1223 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436259 T1208 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 436259 T1162 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 436259 T1179 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436258 T1220 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard3_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard3_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard3_replica3/data/
[junit4:junit4]   2&amp;gt; 436262 T1192 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 436262 T1179 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436262 T1208 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 436261 T1223 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 436261 T1160 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard1_replica3/data/index
[junit4:junit4]   2&amp;gt; 436260 T1180 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436265 T1180 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard3_replica1/data
[junit4:junit4]   2&amp;gt; 436266 T1180 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard3_replica1/data/index/
[junit4:junit4]   2&amp;gt; 436266 T1180 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard3_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard3_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 436265 T1223 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 436264 T1208 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 436264 T1162 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 436262 T1220 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 436268 T1223 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 436269 T1251 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;1f9adb4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 436270 T1220 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436271 T1220 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard3_replica3/data
[junit4:junit4]   2&amp;gt; 436268 T1208 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 436271 T1208 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436267 T1192 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436267 T1180 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard3_replica1/data/index
[junit4:junit4]   2&amp;gt; 436266 T1160 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;133c431 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1a4fbe),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 436272 T1179 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica2 state=down
[junit4:junit4]   2&amp;gt; 436272 T1208 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436271 T1220 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard3_replica3/data/index/
[junit4:junit4]   2&amp;gt; 436274 T1223 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;17b2bef main
[junit4:junit4]   2&amp;gt; 436274 T1180 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;67e699 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;10a9c28),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 436275 T1180 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 436274 T1192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436275 T1192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436273 T1160 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 436276 T1192 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 436275 T1223 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard2_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 436274 T1162 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;149c9cb main
[junit4:junit4]   2&amp;gt; 436274 T1208 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 436277 T1160 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 436274 T1220 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard3_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard3_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 436278 T1192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 436279 T1220 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard3_replica3/data/index
[junit4:junit4]   2&amp;gt; 436278 T1160 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 436278 T1208 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 436277 T1162 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard3_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 436277 T1223 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436280 T1162 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436277 T1180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 436281 T1162 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436280 T1223 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436280 T1160 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 436279 T1192 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 436283 T1160 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 436282 T1220 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;d5950c lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;f322f1),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 436284 T1220 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 436281 T1208 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 436281 T1180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 436286 T1252 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard2_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;17b2bef main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 436285 T1253 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard3_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;149c9cb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 436283 T1160 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 436287 T1160 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436288 T1160 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436283 T1192 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436289 T1223 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica1 state=down
[junit4:junit4]   2&amp;gt; 436289 T1162 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica2 state=down
[junit4:junit4]   2&amp;gt; 436289 T1208 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;f79daf main
[junit4:junit4]   2&amp;gt; 436288 T1160 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 436287 T1180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 436287 T1220 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 436291 T1180 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 436291 T1160 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 436291 T1208 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369328645938/awholynewcollection_0_shard1_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 436290 T1192 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/awholynewcollection_0_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/awholynewcollection_0_shard2_replica2/data/
[junit4:junit4]   2&amp;gt; 436293 T1208 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436292 T1180 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 436293 T1180 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436292 T1220 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 436294 T1180 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436294 T1160 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 436293 T1208 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436293 T1192 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;f864fe
[junit4:junit4]   2&amp;gt; 436295 T1180 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 436294 T1220 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 436296 T1180 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 436295 T1192 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 436297 T1160 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;12106d8 main
[junit4:junit4]   2&amp;gt; 436297 T1192 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/awholynewcollection_0_shard2_replica2/data
[junit4:junit4]   2&amp;gt; 436298 T1192 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/awholynewcollection_0_shard2_replica2/data/index/
[junit4:junit4]   2&amp;gt; 436298 T1192 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/awholynewcollection_0_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 436299 T1192 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/awholynewcollection_0_shard2_replica2/data/index
[junit4:junit4]   2&amp;gt; 436296 T1220 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 436300 T1254 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;f79daf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 436298 T1180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 436297 T1160 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369328643285/awholynewcollection_0_shard1_replica3/data/tlog
[junit4:junit4]   2&amp;gt; 436301 T1192 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;97cabe lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;18e8627),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 436301 T1192 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 436300 T1220 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 436302 T1220 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436302 T1220 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436303 T1220 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 436301 T1160 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436304 T1220 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 436303 T1192 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 436303 T1180 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;17b9ff2 main
[junit4:junit4]   2&amp;gt; 436302 T1208 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica1 state=down
[junit4:junit4]   2&amp;gt; 436305 T1180 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369328643575/awholynewcollection_0_shard3_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 436305 T1192 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 436304 T1160 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436306 T1220 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 436306 T1192 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 436307 T1180 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436307 T1180 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436307 T1192 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 436309 T1192 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 436309 T1192 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436309 T1220 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;fa68b0 main
[junit4:junit4]   2&amp;gt; 436310 T1220 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369328647102/awholynewcollection_0_shard3_replica3/data/tlog
[junit4:junit4]   2&amp;gt; 436311 T1220 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436311 T1220 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436312 T1255 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica3] Registered new searcher Searcher&amp;lt; at &amp;gt;12106d8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 436309 T1192 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 436312 T1256 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard3_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;17b9ff2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 436313 T1160 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica3 state=down
[junit4:junit4]   2&amp;gt; 436313 T1192 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 436314 T1192 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 436315 T1180 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica1 state=down
[junit4:junit4]   2&amp;gt; 436316 T1192 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 436317 T1257 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard3_replica3] Registered new searcher Searcher&amp;lt; at &amp;gt;fa68b0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 436318 T1192 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1e6ac09 main
[junit4:junit4]   2&amp;gt; 436318 T1192 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369328644757/awholynewcollection_0_shard2_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 436319 T1192 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436319 T1192 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 436320 T1220 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica3 state=down
[junit4:junit4]   2&amp;gt; 436323 T1258 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard2_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;1e6ac09 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 436324 T1192 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica2 state=down
[junit4:junit4]   2&amp;gt; 436340 T1222 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:52140__ml_nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2&amp;gt; 436341 T1163 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:52879__ml_nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2&amp;gt; 436341 T1222 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:52140__ml_nodes_used_collection_shard1_replica2&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:52140__ml&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=nodes_used_collection_shard1_replica1&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=2096 
[junit4:junit4]   2&amp;gt; 436341 T1163 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:52879__ml_nodes_used_collection_shard2_replica2&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:52879__ml&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=nodes_used_collection_shard2_replica1&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=2118 
[junit4:junit4]   2&amp;gt; 437173 T1168 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 437174 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"awholynewcollection_0_shard2_replica3",
[junit4:junit4]   2&amp;gt;   "collection":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:52879__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:52879/_ml"}
[junit4:junit4]   2&amp;gt; 437174 T1168 oasc.Overseer$ClusterStateUpdater.createCollection Create collection awholynewcollection_0 with numShards 3
[junit4:junit4]   2&amp;gt; 437177 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"awholynewcollection_0_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:45571__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:45571/_ml"}
[junit4:junit4]   2&amp;gt; 437180 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"awholynewcollection_0_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:42212__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:42212/_ml"}
[junit4:junit4]   2&amp;gt; 437182 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "shard":"shard3",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"awholynewcollection_0_shard3_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:46766__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:46766/_ml"}
[junit4:junit4]   2&amp;gt; 437185 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"awholynewcollection_0_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:52879__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:52879/_ml"}
[junit4:junit4]   2&amp;gt; 437188 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"awholynewcollection_0_shard1_replica3",
[junit4:junit4]   2&amp;gt;   "collection":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:46766__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:46766/_ml"}
[junit4:junit4]   2&amp;gt; 437191 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "shard":"shard3",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"awholynewcollection_0_shard3_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:45571__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:45571/_ml"}
[junit4:junit4]   2&amp;gt; 437193 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "shard":"shard3",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"awholynewcollection_0_shard3_replica3",
[junit4:junit4]   2&amp;gt;   "collection":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:42212__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:42212/_ml"}
[junit4:junit4]   2&amp;gt; 437198 T1168 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"3",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"awholynewcollection_0_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:52140__ml",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:52140/_ml"}
[junit4:junit4]   2&amp;gt; 437202 T1244 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&amp;gt; 437202 T1199 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&amp;gt; 437203 T1167 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&amp;gt; 437203 T1227 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&amp;gt; 437203 T1242 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&amp;gt; 437203 T1213 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&amp;gt; 437203 T1185 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&amp;gt; 437203 T1172 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&amp;gt; 437220 T1207 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard2_replica3
[junit4:junit4]   2&amp;gt; 437220 T1207 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard2_replica3 address:http://127.0.0.1:52879/_ml collection:awholynewcollection_0 shard:shard2
[junit4:junit4]   2&amp;gt; 437221 T1207 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; 437226 T1207 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 437228 T1207 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=3 found=1 timeoutin=180000
[junit4:junit4]   2&amp;gt; 437274 T1179 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard1_replica2
[junit4:junit4]   2&amp;gt; 437275 T1179 oasc.ZkController.register Register replica - core:awholynewcollection_0_shard1_replica2 address:http://127.0.0.1:45571/_ml collection:awholynewcollection_0 shard:shard1
[junit4:junit4]   2&amp;gt; 437276 T1179 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; 437282 T1179 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 437283 T1179 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=3 found=1 timeoutin=180000
[junit4:junit4]   2&amp;gt; 437291 T1223 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard2_replica1
[junit4:junit4]   2&amp;gt; 437291 T1162 oasc.CoreContainer.registerCore registering core: awholynewcollection_0_shard3_replica2
[junit4:junit4]   2&amp;gt; 437291 T1223 oasc.ZkController.register Register replica - core:awholynewcollection_

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

ect/election/89740321936834563-127.0.0.1:46766__ml-n_0000000000 (0)
[junit4:junit4]   1&amp;gt;    /solr/overseer_elect/leader (0)
[junit4:junit4]   1&amp;gt;    DATA:
[junit4:junit4]   1&amp;gt;        {"id":"89740321936834563-127.0.0.1:46766__ml-n_0000000000"}
[junit4:junit4]   1&amp;gt;  /zookeeper (1)
[junit4:junit4]   1&amp;gt;  DATA:
[junit4:junit4]   1&amp;gt;      
[junit4:junit4]   1&amp;gt; 
[junit4:junit4]   2&amp;gt; NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=3198F45C014BF633 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et -Dtests.timezone=Asia/Ashgabat -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  281s J1 | CollectionsAPIDistributedZkTest.testDistribSearch &amp;lt;&amp;lt;&amp;lt;
[junit4:junit4]    &amp;gt; Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
[junit4:junit4]    &amp;gt; at __randomizedtesting.SeedInfo.seed([3198F45C014BF633:B07E7A447614960F]:0)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    &amp;gt; at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    &amp;gt; at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2&amp;gt; 706691 T1145 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2&amp;gt; 280835 T1144 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2&amp;gt; 707907 T1227 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_3/leader_elect/shard3/election
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 707908 T1227 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_3/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 707908 T1227 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&amp;gt; 707908 T1227 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2&amp;gt; 707908 T1227 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2&amp;gt; 707908 T1227 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_3/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=MockRandom), range_facet_l=PostingsFormat(name=MockRandom), id=PostingsFormat(name=NestedPulsing), range_facet_sl=PostingsFormat(name=NestedPulsing), a_t=PostingsFormat(name=MockRandom), text=MockVariableIntBlock(baseBlockSize=43), range_facet_si=PostingsFormat(name=MockRandom), _version_=PostingsFormat(name=MockSep), other_tl1=PostingsFormat(name=MockSep), multiDefault=PostingsFormat(name=MockRandom), a_si=PostingsFormat(name=MockSep), intDefault=PostingsFormat(name=MockSep)}, docValues:{}, sim=DefaultSimilarity, locale=et, timezone=Asia/Ashgabat
[junit4:junit4]   2&amp;gt; NOTE: Linux 3.2.0-41-generic i386/Sun Microsystems Inc. 1.6.0_45 (32-bit)/cpus=8,threads=3,free=150117696,total=301727744
[junit4:junit4]   2&amp;gt; NOTE: All tests run in this JVM: [CachingDirectoryFactoryTest, HighlighterConfigTest, ShardRoutingCustomTest, TestSuggestSpellingConverter, CurrencyFieldOpenExchangeTest, TestDefaultSimilarityFactory, TestSolrQueryParserDefaultOperatorResource, ConvertedLegacyTest, TestZkChroot, TestFoldingMultitermQuery, IndexReaderFactoryTest, SortByFunctionTest, NotRequiredUniqueKeyTest, JSONWriterTest, TestFieldTypeResource, TestSolr4Spatial, BadIndexSchemaTest, TestIndexSearcher, DisMaxRequestHandlerTest, TestDefaultSearchFieldResource, LeaderElectionIntegrationTest, TimeZoneUtilsTest, TestSchemaNameResource, DirectSolrSpellCheckerTest, TestUtils, TestDistributedGrouping, TestCopyFieldCollectionResource, ChaosMonkeyShardSplitTest, IndexSchemaRuntimeFieldTest, NoCacheHeaderTest, TestReload, TestDynamicFieldCollectionResource, TestRTGBase, TestJmxMonitoredMap, SignatureUpdateProcessorFactoryTest, TestBM25SimilarityFactory, XmlUpdateRequestHandlerTest, TestCSVResponseWriter, TestPropInject, FieldAnalysisRequestHandlerTest, ZkSolrClientTest, TestShardHandlerFactory, OpenCloseCoreStressTest, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed on J1 in 282.11s, 1 test, 1 failure &amp;lt;&amp;lt;&amp;lt; FAILURES!

[...truncated 548 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:386: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:366: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1243: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887: There were test failures: 296 suites, 1234 tests, 1 failure, 13 ignored (7 assumptions)

Total time: 42 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.6.0_45 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe&amp;lt; at &amp;gt;lucene.apache.org
For additional commands, e-mail: dev-help&amp;lt; at &amp;gt;lucene.apache.org&lt;/pre&gt;</description>
    <dc:creator>Policeman Jenkins Server</dc:creator>
    <dc:date>2013-05-23T17:19:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131858">
    <title>[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 496 - Failure!</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131858</link>
    <description>&lt;pre&gt;Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/496/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Server at http://127.0.0.1:49889 returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:49889 returned non ok status:500, message:Server Error
at __randomizedtesting.SeedInfo.seed([A45CB9EC96503665:25BA37F4E10F5659]:0)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
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:601)
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:722)


REGRESSION:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:51386 returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:51386 returned non ok status:500, message:Server Error
at __randomizedtesting.SeedInfo.seed([A45CB9EC96503665:25BA37F4E10F5659]:0)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
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:722)




Build Log:
[...truncated 9584 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
[junit4:junit4]   2&amp;gt; 1647382 T2541 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2&amp;gt; 1647391 T2541 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2&amp;gt; Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ChaosMonkeyShardSplitTest-1369319259695
[junit4:junit4]   2&amp;gt; 1647393 T2541 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2&amp;gt; 1647394 T2542 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2&amp;gt; 1647495 T2541 oasc.ZkTestServer.run start zk server on port:49882
[junit4:junit4]   2&amp;gt; 1647497 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1647511 T2548 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;19614933 name:ZooKeeperConnection Watcher:127.0.0.1:49882 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1647511 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1647512 T2541 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2&amp;gt; 1647522 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1647528 T2550 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;7cd4c5ac name:ZooKeeperConnection Watcher:127.0.0.1:49882/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1647528 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1647528 T2541 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2&amp;gt; 1647537 T2541 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2&amp;gt; 1647545 T2541 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2&amp;gt; 1647554 T2541 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2&amp;gt; 1647565 T2541 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&amp;gt; 1647566 T2541 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2&amp;gt; 1647582 T2541 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 1647583 T2541 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 1647592 T2541 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&amp;gt; 1647593 T2541 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2&amp;gt; 1647601 T2541 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&amp;gt; 1647602 T2541 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2&amp;gt; 1647610 T2541 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&amp;gt; 1647611 T2541 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2&amp;gt; 1647625 T2541 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&amp;gt; 1647627 T2541 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 1647639 T2541 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&amp;gt; 1647640 T2541 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2&amp;gt; 1647648 T2541 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&amp;gt; 1647649 T2541 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2&amp;gt; 1647657 T2541 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&amp;gt; 1647659 T2541 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2&amp;gt; 1648422 T2541 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 1648439 T2541 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:49885
[junit4:junit4]   2&amp;gt; 1648441 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 1648443 T2541 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 1648444 T2541 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.ChaosMonkeyShardSplitTest-controljetty-1369319259971
[junit4:junit4]   2&amp;gt; 1648445 T2541 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.ChaosMonkeyShardSplitTest-controljetty-1369319259971/solr.xml
[junit4:junit4]   2&amp;gt; 1648446 T2541 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 148598336
[junit4:junit4]   2&amp;gt; 1648447 T2541 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.ChaosMonkeyShardSplitTest-controljetty-1369319259971/'
[junit4:junit4]   2&amp;gt; 1648449 T2541 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369319259971/'
[junit4:junit4]   2&amp;gt; 1648771 T2541 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 1648773 T2541 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 1648774 T2541 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 1648775 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 1648776 T2541 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 1648777 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 1648778 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 1648779 T2541 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 1648780 T2541 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 1648781 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 1648830 T2541 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 1648831 T2541 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49882/solr
[junit4:junit4]   2&amp;gt; 1648832 T2541 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 1648835 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1648843 T2561 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;743505ef name:ZooKeeperConnection Watcher:127.0.0.1:49882 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1648844 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1648873 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 1648906 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1648922 T2563 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;45cd74fb name:ZooKeeperConnection Watcher:127.0.0.1:49882/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1648923 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1648933 T2541 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2&amp;gt; 1648949 T2541 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2&amp;gt; 1648966 T2541 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2&amp;gt; 1648975 T2541 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49885_
[junit4:junit4]   2&amp;gt; 1648979 T2541 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49885_
[junit4:junit4]   2&amp;gt; 1648993 T2541 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2&amp;gt; 1649014 T2541 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2&amp;gt; 1649024 T2541 oasc.Overseer.start Overseer (id=89739707004026883-127.0.0.1:49885_-n_0000000000) starting
[junit4:junit4]   2&amp;gt; 1649050 T2541 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2&amp;gt; 1649067 T2565 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2&amp;gt; 1649073 T2541 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2&amp;gt; 1649083 T2541 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2&amp;gt; 1649092 T2541 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1649113 T2564 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2&amp;gt; 1649115 T2566 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369319259971/collection1
[junit4:junit4]   2&amp;gt; 1649116 T2566 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2&amp;gt; 1649119 T2566 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 1649120 T2566 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2&amp;gt; 1649127 T2566 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369319259971/collection1/'
[junit4:junit4]   2&amp;gt; 1649129 T2566 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369319259971/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 1649130 T2566 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369319259971/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 1649262 T2566 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 1649435 T2566 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 1649445 T2566 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 1649457 T2566 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; 1650531 T2566 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 1650536 T2566 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 1650540 T2566 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1650549 T2566 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1650628 T2566 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1650630 T2566 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369319259971/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/control/data/
[junit4:junit4]   2&amp;gt; 1650630 T2566 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;7f7ee44
[junit4:junit4]   2&amp;gt; 1650631 T2566 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1650632 T2566 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/control/data
[junit4:junit4]   2&amp;gt; 1650633 T2566 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/control/data/index/
[junit4:junit4]   2&amp;gt; 1650633 T2566 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 1650633 T2566 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/control/data/index
[junit4:junit4]   2&amp;gt; 1650640 T2566 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;6019171e lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5fdb7768),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 1650641 T2566 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 1650645 T2566 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 1650646 T2566 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 1650647 T2566 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 1650647 T2566 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 1650649 T2566 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 1650649 T2566 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1650649 T2566 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1650650 T2566 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 1650650 T2566 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 1650666 T2566 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 1650675 T2566 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;78e3882c main
[junit4:junit4]   2&amp;gt; 1650676 T2566 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/control/data/tlog
[junit4:junit4]   2&amp;gt; 1650677 T2566 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1650677 T2566 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1650680 T2567 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;78e3882c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 1650682 T2566 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 1650683 T2566 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1652136 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1652138 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"1",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"control_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49885_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49885"}
[junit4:junit4]   2&amp;gt; 1652138 T2564 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2&amp;gt; 1652138 T2564 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2&amp;gt; 1652148 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 1652688 T2566 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 1652688 T2566 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49885 collection:control_collection shard:shard1
[junit4:junit4]   2&amp;gt; 1652690 T2566 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; 1652717 T2566 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 1652725 T2566 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 1652725 T2566 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 1652726 T2566 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49885/collection1/
[junit4:junit4]   2&amp;gt; 1652726 T2566 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2&amp;gt; 1652726 T2566 oasc.SyncStrategy.syncToMe http://127.0.0.1:49885/collection1/ has no replicas
[junit4:junit4]   2&amp;gt; 1652726 T2566 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49885/collection1/
[junit4:junit4]   2&amp;gt; 1652727 T2566 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2&amp;gt; 1653662 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1653691 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 1653727 T2566 oasc.ZkController.register We are http://127.0.0.1:49885/collection1/ and leader is http://127.0.0.1:49885/collection1/
[junit4:junit4]   2&amp;gt; 1653728 T2566 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49885
[junit4:junit4]   2&amp;gt; 1653728 T2566 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 1653728 T2566 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 1653729 T2566 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1653734 T2566 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1653738 T2541 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2&amp;gt; 1653739 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 1653740 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 1653778 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 1653781 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1653788 T2570 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;3071e3aa name:ZooKeeperConnection Watcher:127.0.0.1:49882/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1653788 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1653794 T2541 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1653805 T2541 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2&amp;gt; 1654523 T2541 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 1654530 T2541 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:49889
[junit4:junit4]   2&amp;gt; 1654532 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 1654532 T2541 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 1654533 T2541 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.ChaosMonkeyShardSplitTest-jetty1-1369319266108
[junit4:junit4]   2&amp;gt; 1654533 T2541 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.ChaosMonkeyShardSplitTest-jetty1-1369319266108/solr.xml
[junit4:junit4]   2&amp;gt; 1654534 T2541 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 921667395
[junit4:junit4]   2&amp;gt; 1654535 T2541 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.ChaosMonkeyShardSplitTest-jetty1-1369319266108/'
[junit4:junit4]   2&amp;gt; 1654535 T2541 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369319266108/'
[junit4:junit4]   2&amp;gt; 1654777 T2541 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 1654778 T2541 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 1654779 T2541 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 1654779 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 1654780 T2541 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 1654780 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 1654781 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 1654782 T2541 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 1654782 T2541 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 1654783 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 1654817 T2541 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 1654818 T2541 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49882/solr
[junit4:junit4]   2&amp;gt; 1654819 T2541 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 1654821 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1654826 T2581 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;27843da3 name:ZooKeeperConnection Watcher:127.0.0.1:49882 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1654827 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1654833 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 1654859 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1654867 T2583 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;6bb469fd name:ZooKeeperConnection Watcher:127.0.0.1:49882/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1654867 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1654881 T2541 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1655215 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1655217 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:49885__collection1",
[junit4:junit4]   2&amp;gt;   "numShards":"1",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"control_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49885_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49885"}
[junit4:junit4]   2&amp;gt; 1655228 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 1655229 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 1655230 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2&amp;gt; 1655894 T2541 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49889_
[junit4:junit4]   2&amp;gt; 1655898 T2541 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49889_
[junit4:junit4]   2&amp;gt; 1655905 T2563 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&amp;gt; 1655911 T2570 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 1655911 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1655912 T2583 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 1655912 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1655924 T2563 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 1655970 T2584 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369319266108/collection1
[junit4:junit4]   2&amp;gt; 1655971 T2584 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2&amp;gt; 1655972 T2584 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 1655973 T2584 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2&amp;gt; 1655976 T2584 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369319266108/collection1/'
[junit4:junit4]   2&amp;gt; 1655978 T2584 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369319266108/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 1655978 T2584 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369319266108/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 1656068 T2584 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 1656158 T2584 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 1656163 T2584 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 1656169 T2584 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; 1657301 T2584 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 1657309 T2584 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 1657314 T2584 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1657325 T2584 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1657431 T2584 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1657432 T2584 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369319266108/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty1/
[junit4:junit4]   2&amp;gt; 1657433 T2584 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;7f7ee44
[junit4:junit4]   2&amp;gt; 1657434 T2584 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1657435 T2584 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty1
[junit4:junit4]   2&amp;gt; 1657436 T2584 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty1/index/
[junit4:junit4]   2&amp;gt; 1657437 T2584 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 1657438 T2584 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty1/index
[junit4:junit4]   2&amp;gt; 1657446 T2584 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2157c280 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5cc388de),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 1657447 T2584 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 1657454 T2584 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 1657455 T2584 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 1657457 T2584 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 1657459 T2584 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 1657460 T2584 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 1657461 T2584 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1657462 T2584 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1657464 T2584 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 1657466 T2584 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 1657500 T2584 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 1657509 T2584 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;5c7cde9d main
[junit4:junit4]   2&amp;gt; 1657509 T2584 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty1/tlog
[junit4:junit4]   2&amp;gt; 1657511 T2584 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1657511 T2584 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1657516 T2585 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;5c7cde9d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 1657520 T2584 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 1657521 T2584 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1658277 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1658279 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49889_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49889"}
[junit4:junit4]   2&amp;gt; 1658279 T2564 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2&amp;gt; 1658279 T2564 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2&amp;gt; 1658298 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1658299 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1658299 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1658527 T2584 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 1658528 T2584 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49889 collection:collection1 shard:shard1
[junit4:junit4]   2&amp;gt; 1658530 T2584 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; 1658560 T2584 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 1658570 T2584 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 1658571 T2584 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 1658571 T2584 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49889/collection1/
[junit4:junit4]   2&amp;gt; 1658572 T2584 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2&amp;gt; 1658573 T2584 oasc.SyncStrategy.syncToMe http://127.0.0.1:49889/collection1/ has no replicas
[junit4:junit4]   2&amp;gt; 1658573 T2584 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49889/collection1/
[junit4:junit4]   2&amp;gt; 1658574 T2584 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2&amp;gt; 1659816 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1659849 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1659854 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1659854 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1659907 T2584 oasc.ZkController.register We are http://127.0.0.1:49889/collection1/ and leader is http://127.0.0.1:49889/collection1/
[junit4:junit4]   2&amp;gt; 1659908 T2584 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49889
[junit4:junit4]   2&amp;gt; 1659908 T2584 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 1659909 T2584 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 1659910 T2584 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1659920 T2584 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1659925 T2541 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2&amp;gt; 1659926 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 1659927 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 1660811 T2541 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 1660827 T2541 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:49892
[junit4:junit4]   2&amp;gt; 1660829 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 1660830 T2541 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 1660831 T2541 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.ChaosMonkeyShardSplitTest-jetty2-1369319272289
[junit4:junit4]   2&amp;gt; 1660832 T2541 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.ChaosMonkeyShardSplitTest-jetty2-1369319272289/solr.xml
[junit4:junit4]   2&amp;gt; 1660833 T2541 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 1797047614
[junit4:junit4]   2&amp;gt; 1660836 T2541 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.ChaosMonkeyShardSplitTest-jetty2-1369319272289/'
[junit4:junit4]   2&amp;gt; 1660837 T2541 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369319272289/'
[junit4:junit4]   2&amp;gt; 1661173 T2541 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 1661174 T2541 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 1661175 T2541 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 1661177 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 1661179 T2541 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 1661180 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 1661182 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 1661183 T2541 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 1661184 T2541 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 1661186 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 1661222 T2541 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 1661225 T2541 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49882/solr
[junit4:junit4]   2&amp;gt; 1661228 T2541 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 1661237 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1661246 T2597 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;6a21cd50 name:ZooKeeperConnection Watcher:127.0.0.1:49882 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1661247 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1661252 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 1661277 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1661292 T2599 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;792d11b6 name:ZooKeeperConnection Watcher:127.0.0.1:49882/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1661293 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1661311 T2541 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1661387 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1661389 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:49889__collection1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49889_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49889"}
[junit4:junit4]   2&amp;gt; 1661403 T2599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1661404 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1661405 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1661405 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1662323 T2541 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49892_
[junit4:junit4]   2&amp;gt; 1662333 T2541 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49892_
[junit4:junit4]   2&amp;gt; 1662358 T2570 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 1662359 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1662359 T2599 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 1662360 T2599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1662374 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2&amp;gt; 1662387 T2583 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 1662387 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1662391 T2563 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 1662418 T2600 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369319272289/collection1
[junit4:junit4]   2&amp;gt; 1662419 T2600 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2&amp;gt; 1662421 T2600 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 1662422 T2600 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2&amp;gt; 1662435 T2600 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369319272289/collection1/'
[junit4:junit4]   2&amp;gt; 1662439 T2600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369319272289/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 1662440 T2600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369319272289/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 1662571 T2600 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 1662694 T2600 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 1662698 T2600 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 1662709 T2600 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; 1664053 T2600 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 1664061 T2600 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 1664066 T2600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1664078 T2600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1664188 T2600 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1664188 T2600 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369319272289/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty2/
[junit4:junit4]   2&amp;gt; 1664189 T2600 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;7f7ee44
[junit4:junit4]   2&amp;gt; 1664190 T2600 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1664191 T2600 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty2
[junit4:junit4]   2&amp;gt; 1664192 T2600 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty2/index/
[junit4:junit4]   2&amp;gt; 1664192 T2600 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 1664194 T2600 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty2/index
[junit4:junit4]   2&amp;gt; 1664201 T2600 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;34e23e3c lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;7a70a267),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 1664202 T2600 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 1664209 T2600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 1664210 T2600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 1664212 T2600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 1664213 T2600 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 1664215 T2600 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 1664215 T2600 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1664216 T2600 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1664220 T2600 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 1664224 T2600 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 1664251 T2600 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 1664261 T2600 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;46cc74dc main
[junit4:junit4]   2&amp;gt; 1664262 T2600 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty2/tlog
[junit4:junit4]   2&amp;gt; 1664264 T2600 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1664264 T2600 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1664303 T2601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;46cc74dc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 1664310 T2600 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 1664311 T2600 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1664472 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1664475 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49892_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49892"}
[junit4:junit4]   2&amp;gt; 1664476 T2564 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2&amp;gt; 1664476 T2564 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2&amp;gt; 1664492 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1664492 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1664493 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1664501 T2599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1665317 T2600 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 1665317 T2600 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49892 collection:collection1 shard:shard2
[junit4:junit4]   2&amp;gt; 1665326 T2600 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; 1665352 T2600 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 1665361 T2600 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 1665362 T2600 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 1665362 T2600 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49892/collection1/
[junit4:junit4]   2&amp;gt; 1665362 T2600 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2&amp;gt; 1665362 T2600 oasc.SyncStrategy.syncToMe http://127.0.0.1:49892/collection1/ has no replicas
[junit4:junit4]   2&amp;gt; 1665363 T2600 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49892/collection1/
[junit4:junit4]   2&amp;gt; 1665363 T2600 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2&amp;gt; 1666013 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1666042 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1666055 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1666056 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1666057 T2599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1666107 T2600 oasc.ZkController.register We are http://127.0.0.1:49892/collection1/ and leader is http://127.0.0.1:49892/collection1/
[junit4:junit4]   2&amp;gt; 1666108 T2600 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49892
[junit4:junit4]   2&amp;gt; 1666109 T2600 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 1666109 T2600 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 1666109 T2600 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1666115 T2600 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1666119 T2541 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2&amp;gt; 1666120 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 1666121 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 1667085 T2541 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 1667095 T2541 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:49895
[junit4:junit4]   2&amp;gt; 1667098 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 1667099 T2541 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 1667101 T2541 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.ChaosMonkeyShardSplitTest-jetty3-1369319278453
[junit4:junit4]   2&amp;gt; 1667107 T2541 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.ChaosMonkeyShardSplitTest-jetty3-1369319278453/solr.xml
[junit4:junit4]   2&amp;gt; 1667109 T2541 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 310909954
[junit4:junit4]   2&amp;gt; 1667110 T2541 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.ChaosMonkeyShardSplitTest-jetty3-1369319278453/'
[junit4:junit4]   2&amp;gt; 1667111 T2541 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369319278453/'
[junit4:junit4]   2&amp;gt; 1667345 T2541 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 1667346 T2541 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 1667348 T2541 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 1667349 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 1667350 T2541 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 1667351 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 1667353 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 1667354 T2541 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 1667356 T2541 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 1667358 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 1667405 T2541 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 1667406 T2541 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49882/solr
[junit4:junit4]   2&amp;gt; 1667407 T2541 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 1667410 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1667419 T2613 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;634bb9b9 name:ZooKeeperConnection Watcher:127.0.0.1:49882 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1667420 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1667435 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 1667475 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1667481 T2615 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;5307c62 name:ZooKeeperConnection Watcher:127.0.0.1:49882/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1667482 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1667506 T2541 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1667581 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1667584 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:49892__collection1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49892_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49892"}
[junit4:junit4]   2&amp;gt; 1667598 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1667598 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1667599 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1667599 T2599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1667603 T2615 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1668518 T2541 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49895_
[junit4:junit4]   2&amp;gt; 1668521 T2541 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49895_
[junit4:junit4]   2&amp;gt; 1668528 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2&amp;gt; 1668542 T2563 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 1668546 T2570 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 1668547 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1668547 T2599 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 1668548 T2599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1668548 T2583 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 1668549 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1668549 T2615 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 1668549 T2615 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1668577 T2616 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369319278453/collection1
[junit4:junit4]   2&amp;gt; 1668577 T2616 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2&amp;gt; 1668580 T2616 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 1668581 T2616 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2&amp;gt; 1668585 T2616 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369319278453/collection1/'
[junit4:junit4]   2&amp;gt; 1668588 T2616 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369319278453/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 1668589 T2616 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369319278453/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 1668711 T2616 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 1668858 T2616 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 1668862 T2616 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 1668869 T2616 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; 1670173 T2616 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 1670179 T2616 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 1670181 T2616 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1670188 T2616 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1670279 T2616 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1670280 T2616 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369319278453/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/
[junit4:junit4]   2&amp;gt; 1670280 T2616 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;7f7ee44
[junit4:junit4]   2&amp;gt; 1670281 T2616 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1670282 T2616 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3
[junit4:junit4]   2&amp;gt; 1670282 T2616 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/index/
[junit4:junit4]   2&amp;gt; 1670283 T2616 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 1670284 T2616 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/index
[junit4:junit4]   2&amp;gt; 1670290 T2616 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;13a5a693 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;354264e5),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 1670291 T2616 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 1670306 T2616 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 1670307 T2616 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 1670308 T2616 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 1670310 T2616 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 1670311 T2616 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 1670311 T2616 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1670312 T2616 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1670313 T2616 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 1670314 T2616 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 1670337 T2616 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 1670350 T2616 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;2db4c4ab main
[junit4:junit4]   2&amp;gt; 1670352 T2616 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/tlog
[junit4:junit4]   2&amp;gt; 1670354 T2616 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1670355 T2616 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1670378 T2617 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;2db4c4ab main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 1670382 T2616 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 1670383 T2616 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1670636 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1670639 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49895_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49895"}
[junit4:junit4]   2&amp;gt; 1670639 T2564 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2&amp;gt; 1670640 T2564 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2&amp;gt; 1670657 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1670658 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1670658 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1670659 T2599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1670660 T2615 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1671387 T2616 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 1671388 T2616 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49895 collection:collection1 shard:shard1
[junit4:junit4]   2&amp;gt; 1671400 T2616 oasc.ZkController.register We are http://127.0.0.1:49895/collection1/ and leader is http://127.0.0.1:49889/collection1/
[junit4:junit4]   2&amp;gt; 1671401 T2616 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49895
[junit4:junit4]   2&amp;gt; 1671401 T2616 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2&amp;gt; 1671402 T2616 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2918 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;c86f559 url=http://127.0.0.1:49895/collection1 node=127.0.0.1:49895_ C2918_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49895_, base_url=http://127.0.0.1:49895}
[junit4:junit4]   2&amp;gt; 1671404 T2618 C2918 P49895 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 1671406 T2618 C2918 P49895 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 1671406 T2618 C2918 P49895 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2&amp;gt; 1671407 T2618 C2918 P49895 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1671412 T2616 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1671415 T2618 C2918 P49895 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 1671430 T2541 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2&amp;gt; 1671431 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 1671432 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 1671461 T2577 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:49895__collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 1672166 T2541 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 1672173 T2541 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:49899
[junit4:junit4]   2&amp;gt; 1672175 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 1672176 T2541 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 1672177 T2541 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.ChaosMonkeyShardSplitTest-jetty4-1369319283780
[junit4:junit4]   2&amp;gt; 1672177 T2541 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.ChaosMonkeyShardSplitTest-jetty4-1369319283780/solr.xml
[junit4:junit4]   2&amp;gt; 1672178 T2541 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 1323580394
[junit4:junit4]   2&amp;gt; 1672179 T2541 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.ChaosMonkeyShardSplitTest-jetty4-1369319283780/'
[junit4:junit4]   2&amp;gt; 1672179 T2541 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369319283780/'
[junit4:junit4]   2&amp;gt; 1672197 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1672199 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:49895__collection1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49895_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49895"}
[junit4:junit4]   2&amp;gt; 1672212 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1672213 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1672213 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1672213 T2599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1672214 T2615 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1672463 T2577 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:49895__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2&amp;gt; 1672463 T2577 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:49895__collection1&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:49895_&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=collection1&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=1002 
[junit4:junit4]   2&amp;gt; 1672471 T2541 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2&amp;gt; 1672471 T2541 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 1672472 T2541 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2&amp;gt; 1672473 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 1672473 T2541 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 1672474 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 1672475 T2541 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 1672479 T2541 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 1672483 T2541 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 1672483 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 1672514 T2541 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 1672515 T2541 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49882/solr
[junit4:junit4]   2&amp;gt; 1672517 T2541 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 1672520 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1672525 T2630 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;6128d09 name:ZooKeeperConnection Watcher:127.0.0.1:49882 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1672526 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1672531 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 1672561 T2541 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1672571 T2632 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1b608a13 name:ZooKeeperConnection Watcher:127.0.0.1:49882/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1672572 T2541 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1672585 T2541 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1673595 T2541 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49899_
[junit4:junit4]   2&amp;gt; 1673599 T2541 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49899_
[junit4:junit4]   2&amp;gt; 1673619 T2563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2&amp;gt; 1673632 T2570 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 1673632 T2583 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 1673633 T2583 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 1673632 T2570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 1673632 T2632 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 1673634 T2599 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 1673635 T2599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 1673636 T2615 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 1673637 T2615 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 1673645 T2563 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 1673659 T2633 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369319283780/collection1
[junit4:junit4]   2&amp;gt; 1673659 T2633 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2&amp;gt; 1673661 T2633 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 1673661 T2633 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2&amp;gt; 1673664 T2633 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369319283780/collection1/'
[junit4:junit4]   2&amp;gt; 1673666 T2633 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369319283780/collection1/lib/classes/' to classloader
[junit4:junit4]   2&amp;gt; 1673666 T2633 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369319283780/collection1/lib/README' to classloader
[junit4:junit4]   2&amp;gt; 1673796 T2633 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 1673957 T2633 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 1673961 T2633 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 1673969 T2633 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2919 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;c86f559 url=http://127.0.0.1:49895/collection1 node=127.0.0.1:49895_ C2919_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49895_, base_url=http://127.0.0.1:49895}
[junit4:junit4]   2&amp;gt; 1674466 T2618 C2919 P49895 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49889/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 1674467 T2618 C2919 P49895 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49895 START replicas=[http://127.0.0.1:49889/collection1/] nUpdates=100
[junit4:junit4]   2&amp;gt; 1674468 T2618 C2919 P49895 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2&amp;gt; 1674485 T2618 C2919 P49895 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2&amp;gt; 1674488 T2618 C2919 P49895 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2&amp;gt; 1674488 T2618 C2919 P49895 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2&amp;gt; 1674488 T2618 C2919 P49895 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2&amp;gt; 1674489 T2618 C2919 P49895 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49889/collection1/. core=collection1
[junit4:junit4]   2&amp;gt; 1674489 T2618 C2919 P49895 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2920 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1099ea3 url=http://127.0.0.1:49889/collection1 node=127.0.0.1:49889_ C2920_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49889_, base_url=http://127.0.0.1:49889, leader=true}
[junit4:junit4]   2&amp;gt; 1674519 T2577 C2920 P49889 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=14 
[junit4:junit4]   2&amp;gt; 1674526 T2574 C2920 P49889 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 1674593 T2574 C2920 P49889 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2157c280 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5cc388de),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 1674595 T2574 C2920 P49889 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 1674596 T2574 C2920 P49889 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2157c280 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5cc388de),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2157c280 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5cc388de),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 1674596 T2574 C2920 P49889 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 1674597 T2574 C2920 P49889 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;5c0a67cf realtime
[junit4:junit4]   2&amp;gt; 1674598 T2574 C2920 P49889 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 1674598 T2574 C2920 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;openSearcher=false&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 72
[junit4:junit4]   2&amp;gt; 1674600 T2618 C2919 P49895 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 1674601 T2618 C2919 P49895 oash.SnapPuller.&amp;lt;init&amp;gt;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2&amp;gt; 1674625 T2576 C2920 P49889 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2921 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1099ea3 url=http://127.0.0.1:49889/collection1 node=127.0.0.1:49889_ C2921_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49889_, base_url=http://127.0.0.1:49889, leader=true}
[junit4:junit4]   2&amp;gt; 1674652 T2576 C2921 P49889 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;version=2} status=0 QTime=46 
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2922 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;c86f559 url=http://127.0.0.1:49895/collection1 node=127.0.0.1:49895_ C2922_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49895_, base_url=http://127.0.0.1:49895}
[junit4:junit4]   2&amp;gt; 1674662 T2618 C2922 P49895 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2&amp;gt; 1674663 T2618 C2922 P49895 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2&amp;gt; 1674663 T2618 C2922 P49895 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2&amp;gt; 1674667 T2578 C2921 P49889 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;generation=2&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 1674670 T2618 C2922 P49895 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2&amp;gt; 1674684 T2618 C2922 P49895 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/index.20130523222806973
[junit4:junit4]   2&amp;gt; 1674687 T2618 C2922 P49895 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1e6c629 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;328053e0) fullCopy=false
[junit4:junit4]   2&amp;gt; 1674690 T2579 C2921 P49889 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&amp;amp;command=filecontent&amp;amp;checksum=true&amp;amp;wt=filestream&amp;amp;qt=/replication&amp;amp;generation=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 1674698 T2618 C2922 P49895 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2&amp;gt; 1674701 T2618 C2922 P49895 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2&amp;gt; 1674702 T2618 C2922 P49895 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2&amp;gt; 1674724 T2618 C2922 P49895 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;13a5a693 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;354264e5),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;13a5a693 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;354264e5),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 1674729 T2618 C2922 P49895 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 1674735 T2618 C2922 P49895 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2&amp;gt; 1674735 T2618 C2922 P49895 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;49035106 main
[junit4:junit4]   2&amp;gt; 1674737 T2617 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;49035106 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 1674747 T2618 C2922 P49895 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/index.20130523222806973 [CachedDir&amp;lt;&amp;lt;refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/index.20130523222806973;done=true&amp;gt;&amp;gt;]
[junit4:junit4]   2&amp;gt; 1674747 T2618 C2922 P49895 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/index.20130523222806973
[junit4:junit4]   2&amp;gt; 1674760 T2618 C2922 P49895 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty3/index.20130523222806973
[junit4:junit4]   2&amp;gt; 1674761 T2618 C2922 P49895 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2&amp;gt; 1674761 T2618 C2922 P49895 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2&amp;gt; 1674761 T2618 C2922 P49895 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 1674762 T2618 C2922 P49895 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1674765 T2618 C2922 P49895 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2&amp;gt; 1675199 T2633 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 1675204 T2633 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 1675208 T2633 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1675218 T2633 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 1675262 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1675264 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:49895__collection1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49895_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49895"}
[junit4:junit4]   2&amp;gt; 1675280 T2563 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&amp;gt; 1675281 T2615 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&amp;gt; 1675281 T2632 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&amp;gt; 1675282 T2599 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&amp;gt; 1675282 T2583 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&amp;gt; 1675281 T2570 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&amp;gt; 1675330 T2633 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1675331 T2633 oasc.SolrCore.&amp;lt;init&amp;gt; [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369319283780/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/
[junit4:junit4]   2&amp;gt; 1675331 T2633 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;7f7ee44
[junit4:junit4]   2&amp;gt; 1675332 T2633 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 1675333 T2633 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4
[junit4:junit4]   2&amp;gt; 1675335 T2633 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/index/
[junit4:junit4]   2&amp;gt; 1675336 T2633 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 1675337 T2633 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/index
[junit4:junit4]   2&amp;gt; 1675349 T2633 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;795a1ad5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;515c915e),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 1675349 T2633 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 1675354 T2633 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 1675355 T2633 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 1675360 T2633 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 1675362 T2633 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 1675363 T2633 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 1675363 T2633 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1675365 T2633 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 1675367 T2633 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 1675368 T2633 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 1675389 T2633 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 1675402 T2633 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;38dce987 main
[junit4:junit4]   2&amp;gt; 1675403 T2633 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/tlog
[junit4:junit4]   2&amp;gt; 1675405 T2633 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1675405 T2633 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 1675423 T2636 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;38dce987 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 1675427 T2633 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2&amp;gt; 1675428 T2633 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1676811 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1676815 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":null,
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49899_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49899"}
[junit4:junit4]   2&amp;gt; 1676815 T2564 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2&amp;gt; 1676815 T2564 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2&amp;gt; 1676828 T2583 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&amp;gt; 1676828 T2599 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&amp;gt; 1676828 T2563 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&amp;gt; 1676828 T2570 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&amp;gt; 1676829 T2615 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&amp;gt; 1676828 T2632 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&amp;gt; 1677434 T2633 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2&amp;gt; 1677435 T2633 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49899 collection:collection1 shard:shard2
[junit4:junit4]   2&amp;gt; 1677450 T2633 oasc.ZkController.register We are http://127.0.0.1:49899/collection1/ and leader is http://127.0.0.1:49892/collection1/
[junit4:junit4]   2&amp;gt; 1677451 T2633 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49899
[junit4:junit4]   2&amp;gt; 1677451 T2633 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2&amp;gt; 1677451 T2633 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2923 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;b4f831 url=http://127.0.0.1:49899/collection1 node=127.0.0.1:49899_ C2923_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49899_, base_url=http://127.0.0.1:49899}
[junit4:junit4]   2&amp;gt; 1677453 T2637 C2923 P49899 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 1677454 T2637 C2923 P49899 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 1677455 T2637 C2923 P49899 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2&amp;gt; 1677455 T2637 C2923 P49899 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1677457 T2633 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1677458 T2637 C2923 P49899 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 1677478 T2541 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2&amp;gt; 1677478 T2541 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 1677479 T2541 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 1677502 T2595 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:49899__collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 1677515 T2541 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1677518 T2541 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2&amp;gt; 1677519 T2541 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2&amp;gt; 1677522 T2541 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1678352 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1678355 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:49899__collection1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49899_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49899"}
[junit4:junit4]   2&amp;gt; 1678367 T2563 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&amp;gt; 1678367 T2570 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&amp;gt; 1678368 T2632 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&amp;gt; 1678368 T2615 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&amp;gt; 1678372 T2583 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&amp;gt; 1678374 T2599 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&amp;gt; 1678505 T2595 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:49899__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2&amp;gt; 1678506 T2595 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:49899__collection1&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:49899_&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=collection1&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=1004 
[junit4:junit4]   2&amp;gt; 1678527 T2541 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1679532 T2541 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt;  C2923_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49899_, base_url=http://127.0.0.1:49899}
[junit4:junit4]   2&amp;gt; 1680508 T2637 C2923 P49899 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49892/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 1680509 T2637 C2923 P49899 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49899 START replicas=[http://127.0.0.1:49892/collection1/] nUpdates=100
[junit4:junit4]   2&amp;gt; 1680510 T2637 C2923 P49899 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2&amp;gt; 1680510 T2637 C2923 P49899 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2&amp;gt; 1680510 T2637 C2923 P49899 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2&amp;gt; 1680511 T2637 C2923 P49899 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2&amp;gt; 1680511 T2637 C2923 P49899 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2&amp;gt; 1680511 T2637 C2923 P49899 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49892/collection1/. core=collection1
[junit4:junit4]   2&amp;gt; 1680511 T2637 C2923 P49899 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 1680557 T2541 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2924 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;2d1ec082 url=http://127.0.0.1:49892/collection1 node=127.0.0.1:49892_ C2924_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49892_, base_url=http://127.0.0.1:49892, leader=true}
[junit4:junit4]   2&amp;gt; 1680559 T2592 C2924 P49892 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 1680562 T2595 C2924 P49892 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 1680566 T2592 C2924 P49892 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;34e23e3c lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;7a70a267),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 1680567 T2592 C2924 P49892 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 1680568 T2592 C2924 P49892 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;34e23e3c lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;7a70a267),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;34e23e3c lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;7a70a267),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 1680568 T2592 C2924 P49892 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 1680570 T2592 C2924 P49892 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;30937105 realtime
[junit4:junit4]   2&amp;gt; 1680570 T2592 C2924 P49892 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 1680571 T2592 C2924 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;openSearcher=false&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 12
[junit4:junit4]   2&amp;gt; 1680572 T2637 C2923 P49899 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 1680573 T2637 C2923 P49899 oash.SnapPuller.&amp;lt;init&amp;gt;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2&amp;gt; 1680579 T2594 C2924 P49892 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 1680580 T2594 C2924 P49892 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;version=2} status=0 QTime=3 
[junit4:junit4]   2&amp;gt; 1680581 T2637 C2923 P49899 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2&amp;gt; 1680581 T2637 C2923 P49899 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2&amp;gt; 1680581 T2637 C2923 P49899 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2&amp;gt; 1680585 T2591 C2924 P49892 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;generation=2&amp;amp;version=2} status=0 QTime=1 
[junit4:junit4]   2&amp;gt; 1680587 T2637 C2923 P49899 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2&amp;gt; 1680590 T2637 C2923 P49899 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/index.20130523222812890
[junit4:junit4]   2&amp;gt; 1680590 T2637 C2923 P49899 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;49b64b78 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;20b5177c) fullCopy=false
[junit4:junit4]   2&amp;gt; 1680594 T2593 C2924 P49892 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&amp;amp;command=filecontent&amp;amp;checksum=true&amp;amp;wt=filestream&amp;amp;qt=/replication&amp;amp;generation=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 1680596 T2637 C2923 P49899 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2&amp;gt; 1680599 T2637 C2923 P49899 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2&amp;gt; 1680599 T2637 C2923 P49899 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2&amp;gt; 1680602 T2637 C2923 P49899 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;795a1ad5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;515c915e),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;795a1ad5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;515c915e),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 1680603 T2637 C2923 P49899 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 1680603 T2637 C2923 P49899 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2&amp;gt; 1680604 T2637 C2923 P49899 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;78f5bf54 main
[junit4:junit4]   2&amp;gt; 1680606 T2636 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;78f5bf54 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 1680607 T2637 C2923 P49899 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/index.20130523222812890 [CachedDir&amp;lt;&amp;lt;refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/index.20130523222812890;done=true&amp;gt;&amp;gt;]
[junit4:junit4]   2&amp;gt; 1680607 T2637 C2923 P49899 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/index.20130523222812890
[junit4:junit4]   2&amp;gt; 1680608 T2637 C2923 P49899 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369319259694/jetty4/index.20130523222812890
[junit4:junit4]   2&amp;gt; 1680608 T2637 C2923 P49899 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2&amp;gt; 1680609 T2637 C2923 P49899 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2&amp;gt; 1680609 T2637 C2923 P49899 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2&amp;gt; 1680609 T2637 C2923 P49899 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2&amp;gt; 1680613 T2637 C2923 P49899 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2&amp;gt; 1681449 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1681452 T2564 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:49899__collection1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"collection1",
[junit4:junit4]   2&amp;gt;   "collection":"collection1",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:49899_",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:49899"}
[junit4:junit4]   2&amp;gt; 1681469 T2599 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&amp;gt; 1681470 T2563 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&amp;gt; 1681471 T2632 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&amp;gt; 1681472 T2583 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&amp;gt; 1681473 T2570 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&amp;gt; 1681474 T2615 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&amp;gt; 1681568 T2541 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1681572 T2541 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2925 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;5c316451 url=http://127.0.0.1:49885/collection1 node=127.0.0.1:49885_ C2925_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49885_, base_url=http://127.0.0.1:49885, leader=true}
[junit4:junit4]   2&amp;gt; 1681605 T2557 C2925 P49885 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 1681614 T2557 C2925 P49885 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;6019171e lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5fdb7768),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 1681615 T2557 C2925 P49885 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 1681617 T2557 C2925 P49885 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;6019171e lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5fdb7768),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;6019171e lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5fdb7768),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 1681617 T2557 C2925 P49885 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 1681618 T2557 C2925 P49885 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;4a99ac43 main
[junit4:junit4]   2&amp;gt; 1681619 T2557 C2925 P49885 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 1681621 T2567 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;4a99ac43 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 1681622 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 17
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2926 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;2d1ec082 url=http://127.0.0.1:49892/collection1 node=127.0.0.1:49892_ C2926_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49892_, base_url=http://127.0.0.1:49892, leader=true}
[junit4:junit4]   2&amp;gt; 1681660 T2590 C2926 P49892 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 1681665 T2590 C2926 P49892 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;34e23e3c lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;7a70a267),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;34e23e3c lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;7a70a267),segFN=segments_3,generation=3}
[junit4:junit4]   2&amp;gt; 1681666 T2590 C2926 P49892 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2&amp;gt; 1681667 T2590 C2926 P49892 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1c9051b4 main
[junit4:junit4]   2&amp;gt; 1681668 T2590 C2926 P49892 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 1681670 T2601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;1c9051b4 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 1681672 T2590 C2926 P49892 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:49889/collection1/, StdNode: http://127.0.0.1:49895/collection1/, StdNode: http://127.0.0.1:49899/collection1/] params:commit_end_point=true&amp;amp;commit=true&amp;amp;softCommit=false&amp;amp;waitSearcher=true&amp;amp;expungeDeletes=false
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2927 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1099ea3 url=http://127.0.0.1:49889/collection1 node=127.0.0.1:49889_ C2927_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49889_, base_url=http://127.0.0.1:49889, leader=true}
[junit4:junit4]   2&amp;gt; 1681711 T2579 C2927 P49889 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2928 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;b4f831 url=http://127.0.0.1:49899/collection1 node=127.0.0.1:49899_ C2928_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49899_, base_url=http://127.0.0.1:49899}
[junit4:junit4]   2&amp;gt; 1681729 T2627 C2928 P49899 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C2929 name=collection1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;c86f559 url=http://127.0.0.1:49895/collection1 node=127.0.0.1:49895_ C2929_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49895_, base_url=http://127.0.0.1:49895}
[junit4:junit4]   2&amp;gt; 1681735 T2606 C2929 P49895 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; 1681737 T2627 C2928 P49899 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;795a1ad5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;515c915e),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;795a1ad5 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;515c915e),segFN=segments_3,generation=3}
[junit4:junit4]   2&amp;gt; 1681738 T2627 C2928 P49899 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2&amp;gt; 1681740 T2579 C2927 P49889 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2157c280 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5cc388de),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;2157c280 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;5cc388de),segFN=segments_3,generation=3}
[junit4:junit4]   2&amp;gt; 1681741 T2579 C2927 P49889 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2&amp;gt; 1681742 T2627 C2928 P49899 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;11190bf8 main
[junit4:junit4]   2&amp;gt; 1681743 T2627 C2928 P49899 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 1681747 T2579 C2927 P49889 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;49da4e65 main
[junit4:junit4]   2&amp;gt; 1681748 T2636 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;11190bf8 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 1681750 T2585 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;49da4e65 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 1681748 T2579 C2927 P49889 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 1681751 T2579 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;expungeDeletes=false&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 40
[junit4:junit4]   2&amp;gt; 1681752 T2627 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;expungeDeletes=false&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 23
[junit4:junit4]   2&amp;gt; 1681754 T2606 C2929 P49895 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;13a5a693 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;354264e5),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;13a5a693 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;354264e5),segFN=segments_3,generation=3}
[junit4:junit4]   2&amp;gt; 1681755 T2606 C2929 P49895 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2&amp;gt; 1681761 T2606 C2929 P49895 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;b93ab63 main
[junit4:junit4]   2&amp;gt; 1681762 T2606 C2929 P49895 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 1681764 T2617 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher&amp;lt; at &amp;gt;b93ab63 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 1681765 T2606 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;expungeDeletes=false&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 30
[junit4:junit4]   2&amp;gt; 1681768 T2590 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 108
[junit4:junit4]   2&amp;gt; 1681772 T2541 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 1681781 T2577 C2927 P49889 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&amp;amp;q=*:*&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2&amp;gt; 1681787 T2607 C2929 P49895 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&amp;amp;q=*:*&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 1681796 T2594 C2926 P49892 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&amp;amp;q=*:*&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2&amp;gt; 1681801 T2628 C2928 P49899 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&amp;amp;q=*:*&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;version=2&amp;amp;rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 1683828 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435835350256713728)} 0 3
[junit4:junit4]   2&amp;gt; 1683862 T2607 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&amp;amp;_version_=-1435835350265102336&amp;amp;update.from=http://127.0.0.1:49889/collection1/&amp;amp;wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435835350265102336)} 0 2
[junit4:junit4]   2&amp;gt; 1683869 T2628 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&amp;amp;_version_=-1435835350291316736&amp;amp;update.from=http://127.0.0.1:49892/collection1/&amp;amp;wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435835350291316736)} 0 2
[junit4:junit4]   2&amp;gt; 1683871 T2594 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435835350291316736)} 0 12
[junit4:junit4]   2&amp;gt; 1683872 T2577 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {deleteByQuery=*:* (-1435835350265102336)} 0 38
[junit4:junit4]   2&amp;gt; 1683877 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[0 (1435835350309142528)]} 0 1
[junit4:junit4]   2&amp;gt; 1683901 T2608 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[0 (1435835350329065472)]} 0 1
[junit4:junit4]   2&amp;gt; 1683902 T2574 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[0 (1435835350329065472)]} 0 8
[junit4:junit4]   2&amp;gt; 1683904 T2591 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[0]} 0 23
[junit4:junit4]   2&amp;gt; 1683915 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[1 (1435835350348988416)]} 0 1
[junit4:junit4]   2&amp;gt; 1683929 T2609 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[1 (1435835350361571328)]} 0 1
[junit4:junit4]   2&amp;gt; 1683930 T2575 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[1 (1435835350361571328)]} 0 5
[junit4:junit4]   2&amp;gt; 1683931 T2593 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[1]} 0 9
[junit4:junit4]   2&amp;gt; 1683938 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[2 (1435835350374154240)]} 0 0
[junit4:junit4]   2&amp;gt; 1683964 T2624 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[2 (1435835350388834304)]} 0 3
[junit4:junit4]   2&amp;gt; 1683967 T2595 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[2 (1435835350388834304)]} 0 16
[junit4:junit4]   2&amp;gt; 1683971 T2576 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[2]} 0 23
[junit4:junit4]   2&amp;gt; 1683975 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[3 (1435835350412951552)]} 0 0
[junit4:junit4]   2&amp;gt; 1683985 T2623 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[3 (1435835350420291584)]} 0 1
[junit4:junit4]   2&amp;gt; 1683986 T2592 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[3 (1435835350420291584)]} 0 5
[junit4:junit4]   2&amp;gt; 1683987 T2578 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[3]} 0 8
[junit4:junit4]   2&amp;gt; 1683991 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[4 (1435835350429728768)]} 0 1
[junit4:junit4]   2&amp;gt; 1684006 T2610 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[4 (1435835350438117376)]} 0 1
[junit4:junit4]   2&amp;gt; 1684007 T2579 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[4 (1435835350438117376)]} 0 8
[junit4:junit4]   2&amp;gt; 1684009 T2590 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[4]} 0 15
[junit4:junit4]   2&amp;gt; 1684013 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[5 (1435835350452797440)]} 0 0
[junit4:junit4]   2&amp;gt; 1684024 T2625 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[5 (1435835350461186048)]} 0 1
[junit4:junit4]   2&amp;gt; 1684026 T2594 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[5 (1435835350461186048)]} 0 5
[junit4:junit4]   2&amp;gt; 1684028 T2577 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[5]} 0 10
[junit4:junit4]   2&amp;gt; 1684031 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[6 (1435835350471671808)]} 0 0
[junit4:junit4]   2&amp;gt; 1684037 T2626 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[6 (1435835350474817536)]} 0 0
[junit4:junit4]   2&amp;gt; 1684039 T2591 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[6 (1435835350474817536)]} 0 5
[junit4:junit4]   2&amp;gt; 1684043 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[7 (1435835350484254720)]} 0 1
[junit4:junit4]   2&amp;gt; 1684050 T2627 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[7 (1435835350487400448)]} 0 1
[junit4:junit4]   2&amp;gt; 1684052 T2593 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[7 (1435835350487400448)]} 0 6
[junit4:junit4]   2&amp;gt; 1684057 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[8 (1435835350498934784)]} 0 1
[junit4:junit4]   2&amp;gt; 1684066 T2611 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[8 (1435835350503129088)]} 0 1
[junit4:junit4]   2&amp;gt; 1684073 T2574 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[8 (1435835350503129088)]} 0 12
[junit4:junit4]   2&amp;gt; 1684080 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[9 (1435835350522003456)]} 0 1
[junit4:junit4]   2&amp;gt; 1684091 T2628 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[9 (1435835350528294912)]} 0 1
[junit4:junit4]   2&amp;gt; 1684093 T2595 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[9 (1435835350528294912)]} 0 8
[junit4:junit4]   2&amp;gt; 1684101 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[10 (1435835350544023552)]} 0 2
[junit4:junit4]   2&amp;gt; 1684114 T2606 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[10 (1435835350553460736)]} 0 1
[junit4:junit4]   2&amp;gt; 1684116 T2575 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[10 (1435835350553460736)]} 0 8
[junit4:junit4]   2&amp;gt; 1684117 T2592 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[10]} 0 12
[junit4:junit4]   2&amp;gt; 1684123 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[11 (1435835350567092224)]} 0 2
[junit4:junit4]   2&amp;gt; 1684131 T2607 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[11 (1435835350573383680)]} 0 0
[junit4:junit4]   2&amp;gt; 1684133 T2576 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[11 (1435835350573383680)]} 0 6
[junit4:junit4]   2&amp;gt; 1684138 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[12 (1435835350582820864)]} 0 1
[junit4:junit4]   2&amp;gt; 1684145 T2608 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[12 (1435835350588063744)]} 0 0
[junit4:junit4]   2&amp;gt; 1684147 T2578 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[12 (1435835350588063744)]} 0 6
[junit4:junit4]   2&amp;gt; 1684151 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[13 (1435835350596452352)]} 0 1
[junit4:junit4]   2&amp;gt; 1684161 T2609 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[13 (1435835350603792384)]} 0 1
[junit4:junit4]   2&amp;gt; 1684162 T2579 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[13 (1435835350603792384)]} 0 5
[junit4:junit4]   2&amp;gt; 1684163 T2590 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[13]} 0 9
[junit4:junit4]   2&amp;gt; 1684167 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[14 (1435835350614278144)]} 0 0
[junit4:junit4]   2&amp;gt; 1684185 T2610 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[14 (1435835350630006784)]} 0 0
[junit4:junit4]   2&amp;gt; 1684186 T2577 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[14 (1435835350630006784)]} 0 4
[junit4:junit4]   2&amp;gt; 1684188 T2594 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[14]} 0 14
[junit4:junit4]   2&amp;gt; 1684192 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[15 (1435835350640492544)]} 0 1
[junit4:junit4]   2&amp;gt; 1684203 T2611 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[15 (1435835350645735424)]} 0 2
[junit4:junit4]   2&amp;gt; 1684204 T2574 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[15 (1435835350645735424)]} 0 7
[junit4:junit4]   2&amp;gt; 1684208 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[16 (1435835350657269760)]} 0 0
[junit4:junit4]   2&amp;gt; 1684219 T2607 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[16 (1435835350665658368)]} 0 1
[junit4:junit4]   2&amp;gt; 1684220 T2576 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[16 (1435835350665658368)]} 0 5
[junit4:junit4]   2&amp;gt; 1684221 T2591 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[16]} 0 9
[junit4:junit4]   2&amp;gt; 1684224 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[17 (1435835350674046976)]} 0 0
[junit4:junit4]   2&amp;gt; 1684231 T2624 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[17 (1435835350678241280)]} 0 0
[junit4:junit4]   2&amp;gt; 1684232 T2595 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[17 (1435835350678241280)]} 0 4
[junit4:junit4]   2&amp;gt; 1684235 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[18 (1435835350685581312)]} 0 0
[junit4:junit4]   2&amp;gt; 1684240 T2625 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[18 (1435835350688727040)]} 0 0
[junit4:junit4]   2&amp;gt; 1684241 T2592 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[18 (1435835350688727040)]} 0 3
[junit4:junit4]   2&amp;gt; 1684246 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[19 (1435835350696067072)]} 0 1
[junit4:junit4]   2&amp;gt; 1684252 T2626 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[19 (1435835350700261376)]} 0 1
[junit4:junit4]   2&amp;gt; 1684253 T2590 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[19 (1435835350700261376)]} 0 4
[junit4:junit4]   2&amp;gt; 1684262 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[20 (1435835350712844288)]} 0 1
[junit4:junit4]   2&amp;gt; 1684275 T2608 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[20 (1435835350718087168)]} 0 1
[junit4:junit4]   2&amp;gt; 1684276 T2578 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[20 (1435835350718087168)]} 0 10
[junit4:junit4]   2&amp;gt; 1684280 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[21 (1435835350732767232)]} 0 0
[junit4:junit4]   2&amp;gt; 1684288 T2627 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[21 (1435835350736961536)]} 0 1
[junit4:junit4]   2&amp;gt; 1684289 T2594 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[21 (1435835350736961536)]} 0 5
[junit4:junit4]   2&amp;gt; 1684293 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[22 (1435835350746398720)]} 0 0
[junit4:junit4]   2&amp;gt; 1684300 T2609 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[22 (1435835350750593024)]} 0 1
[junit4:junit4]   2&amp;gt; 1684301 T2579 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[22 (1435835350750593024)]} 0 5
[junit4:junit4]   2&amp;gt; 1684305 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[23 (1435835350758981632)]} 0 0
[junit4:junit4]   2&amp;gt; 1684315 T2628 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[23 (1435835350763175936)]} 0 1
[junit4:junit4]   2&amp;gt; 1684317 T2593 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[23 (1435835350763175936)]} 0 8
[junit4:junit4]   2&amp;gt; 1684320 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[24 (1435835350774710272)]} 0 0
[junit4:junit4]   2&amp;gt; 1684328 T2610 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[24 (1435835350778904576)]} 0 0
[junit4:junit4]   2&amp;gt; 1684331 T2577 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[24 (1435835350778904576)]} 0 7
[junit4:junit4]   2&amp;gt; 1684341 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[25 (1435835350795681792)]} 0 1
[junit4:junit4]   2&amp;gt; 1684351 T2623 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[25 (1435835350799876096)]} 0 1
[junit4:junit4]   2&amp;gt; 1684352 T2591 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[25 (1435835350799876096)]} 0 8
[junit4:junit4]   2&amp;gt; 1684357 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[26 (1435835350813507584)]} 0 1
[junit4:junit4]   2&amp;gt; 1684365 T2624 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[26 (1435835350816653312)]} 0 0
[junit4:junit4]   2&amp;gt; 1684366 T2595 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[26 (1435835350816653312)]} 0 6
[junit4:junit4]   2&amp;gt; 1684370 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[27 (1435835350826090496)]} 0 1
[junit4:junit4]   2&amp;gt; 1684376 T2606 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[27 (1435835350830284800)]} 0 0
[junit4:junit4]   2&amp;gt; 1684378 T2575 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[27 (1435835350830284800)]} 0 5
[junit4:junit4]   2&amp;gt; 1684382 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[28 (1435835350838673408)]} 0 1
[junit4:junit4]   2&amp;gt; 1684392 T2611 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[28 (1435835350847062016)]} 0 0
[junit4:junit4]   2&amp;gt; 1684394 T2574 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[28 (1435835350847062016)]} 0 5
[junit4:junit4]   2&amp;gt; 1684395 T2592 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[28]} 0 9
[junit4:junit4]   2&amp;gt; 1684399 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[29 (1435835350857547776)]} 0 0
[junit4:junit4]   2&amp;gt; 1684405 T2625 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[29 (1435835350860693504)]} 0 0
[junit4:junit4]   2&amp;gt; 1684406 T2590 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[29 (1435835350860693504)]} 0 4
[junit4:junit4]   2&amp;gt; 1684410 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[30 (1435835350869082112)]} 0 1
[junit4:junit4]   2&amp;gt; 1684418 T2626 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[30 (1435835350874324992)]} 0 0
[junit4:junit4]   2&amp;gt; 1684424 T2594 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[30 (1435835350874324992)]} 0 9
[junit4:junit4]   2&amp;gt; 1684427 T2576 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[30]} 0 14
[junit4:junit4]   2&amp;gt; 1684434 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[31 (1435835350893199360)]} 0 1
[junit4:junit4]   2&amp;gt; 1684447 T2627 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[31 (1435835350903685120)]} 0 1
[junit4:junit4]   2&amp;gt; 1684448 T2593 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[31 (1435835350903685120)]} 0 5
[junit4:junit4]   2&amp;gt; 1684450 T2578 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[31]} 0 10
[junit4:junit4]   2&amp;gt; 1684454 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[32 (1435835350914170880)]} 0 1
[junit4:junit4]   2&amp;gt; 1684461 T2607 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[32 (1435835350918365184)]} 0 1
[junit4:junit4]   2&amp;gt; 1684462 T2579 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[32 (1435835350918365184)]} 0 5
[junit4:junit4]   2&amp;gt; 1684466 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[33 (1435835350927802368)]} 0 1
[junit4:junit4]   2&amp;gt; 1684476 T2628 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[33 (1435835350935142400)]} 0 1
[junit4:junit4]   2&amp;gt; 1684477 T2591 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[33 (1435835350935142400)]} 0 5
[junit4:junit4]   2&amp;gt; 1684479 T2577 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[33]} 0 9
[junit4:junit4]   2&amp;gt; 1684483 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[34 (1435835350944579584)]} 0 1
[junit4:junit4]   2&amp;gt; 1684496 T2608 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[34 (1435835350950871040)]} 0 1
[junit4:junit4]   2&amp;gt; 1684497 T2575 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[34 (1435835350950871040)]} 0 10
[junit4:junit4]   2&amp;gt; 1684501 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[35 (1435835350964502528)]} 0 1
[junit4:junit4]   2&amp;gt; 1684515 T2609 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[35 (1435835350969745408)]} 0 1
[junit4:junit4]   2&amp;gt; 1684516 T2574 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[35 (1435835350969745408)]} 0 11
[junit4:junit4]   2&amp;gt; 1684521 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[36 (1435835350985474048)]} 0 0
[junit4:junit4]   2&amp;gt; 1684528 T2610 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[36 (1435835350989668352)]} 0 1
[junit4:junit4]   2&amp;gt; 1684530 T2576 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[36 (1435835350989668352)]} 0 5
[junit4:junit4]   2&amp;gt; 1684533 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[37 (1435835350998056960)]} 0 0
[junit4:junit4]   2&amp;gt; 1684540 T2623 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[37 (1435835351002251264)]} 0 0
[junit4:junit4]   2&amp;gt; 1684542 T2595 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[37 (1435835351002251264)]} 0 5
[junit4:junit4]   2&amp;gt; 1684554 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[38 (1435835351017979904)]} 0 5
[junit4:junit4]   2&amp;gt; 1684563 T2606 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[38 (1435835351024271360)]} 0 1
[junit4:junit4]   2&amp;gt; 1684565 T2578 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[38 (1435835351024271360)]} 0 8
[junit4:junit4]   2&amp;gt; 1684569 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[39 (1435835351034757120)]} 0 1
[junit4:junit4]   2&amp;gt; 1684584 T2624 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[39 (1435835351047340032)]} 0 1
[junit4:junit4]   2&amp;gt; 1684586 T2592 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[39 (1435835351047340032)]} 0 6
[junit4:junit4]   2&amp;gt; 1684590 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[40 (1435835351057825792)]} 0 1
[junit4:junit4]   2&amp;gt; 1684597 T2611 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[40 (1435835351060971520)]} 0 1
[junit4:junit4]   2&amp;gt; 1684598 T2579 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[40 (1435835351060971520)]} 0 5
[junit4:junit4]   2&amp;gt; 1684602 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[41 (1435835351070408704)]} 0 1
[junit4:junit4]   2&amp;gt; 1684609 T2607 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[41 (1435835351073554432)]} 0 1
[junit4:junit4]   2&amp;gt; 1684610 T2575 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[41 (1435835351073554432)]} 0 5
[junit4:junit4]   2&amp;gt; 1684614 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[42 (1435835351081943040)]} 0 1
[junit4:junit4]   2&amp;gt; 1684628 T2609 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[42 (1435835351091380224)]} 0 1
[junit4:junit4]   2&amp;gt; 1684630 T2574 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[42 (1435835351091380224)]} 0 9
[junit4:junit4]   2&amp;gt; 1684638 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[43 (1435835351108157440)]} 0 0
[junit4:junit4]   2&amp;gt; 1684650 T2610 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[43 (1435835351116546048)]} 0 0
[junit4:junit4]   2&amp;gt; 1684652 T2576 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[43 (1435835351116546048)]} 0 6
[junit4:junit4]   2&amp;gt; 1684653 T2590 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[43]} 0 11
[junit4:junit4]   2&amp;gt; 1684659 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[44 (1435835351129128960)]} 0 1
[junit4:junit4]   2&amp;gt; 1684667 T2606 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[44 (1435835351134371840)]} 0 1
[junit4:junit4]   2&amp;gt; 1684668 T2578 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[44 (1435835351134371840)]} 0 5
[junit4:junit4]   2&amp;gt; 1684671 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[45 (1435835351142760448)]} 0 1
[junit4:junit4]   2&amp;gt; 1684680 T2625 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[45 (1435835351149051904)]} 0 0
[junit4:junit4]   2&amp;gt; 1684685 T2593 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[45 (1435835351149051904)]} 0 8
[junit4:junit4]   2&amp;gt; 1684689 T2579 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[45]} 0 15
[junit4:junit4]   2&amp;gt; 1684693 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[46 (1435835351165829120)]} 0 1
[junit4:junit4]   2&amp;gt; 1684715 T2611 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[46 (1435835351184703488)]} 0 1
[junit4:junit4]   2&amp;gt; 1684717 T2577 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[46 (1435835351184703488)]} 0 6
[junit4:junit4]   2&amp;gt; 1684718 T2591 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[46]} 0 10
[junit4:junit4]   2&amp;gt; 1684722 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[47 (1435835351196237824)]} 0 1
[junit4:junit4]   2&amp;gt; 1684732 T2608 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[47 (1435835351202529280)]} 0 1
[junit4:junit4]   2&amp;gt; 1684733 T2575 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[47 (1435835351202529280)]} 0 5
[junit4:junit4]   2&amp;gt; 1684734 T2595 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[47]} 0 9
[junit4:junit4]   2&amp;gt; 1684737 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[48 (1435835351211966464)]} 0 0
[junit4:junit4]   2&amp;gt; 1684746 T2607 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[48 (1435835351218257920)]} 0 0
[junit4:junit4]   2&amp;gt; 1684747 T2574 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[48 (1435835351218257920)]} 0 4
[junit4:junit4]   2&amp;gt; 1684749 T2592 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[48]} 0 9
[junit4:junit4]   2&amp;gt; 1684753 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[49 (1435835351227695104)]} 0 1
[junit4:junit4]   2&amp;gt; 1684776 T2609 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[49 (1435835351240278016)]} 0 1
[junit4:junit4]   2&amp;gt; 1684778 T2576 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[49 (1435835351240278016)]} 0 16
[junit4:junit4]   2&amp;gt; 1684779 T2594 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[49]} 0 23
[junit4:junit4]   2&amp;gt; 1684783 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[50 (1435835351260200960)]} 0 1
[junit4:junit4]   2&amp;gt; 1684790 T2610 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[50 (1435835351264395264)]} 0 1
[junit4:junit4]   2&amp;gt; 1684792 T2578 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[50 (1435835351264395264)]} 0 6
[junit4:junit4]   2&amp;gt; 1684795 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[51 (1435835351272783872)]} 0 0
[junit4:junit4]   2&amp;gt; 1684805 T2606 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[51 (1435835351279075328)]} 0 1
[junit4:junit4]   2&amp;gt; 1684806 T2579 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[51 (1435835351279075328)]} 0 5
[junit4:junit4]   2&amp;gt; 1684808 T2590 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[51]} 0 10
[junit4:junit4]   2&amp;gt; 1684812 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[52 (1435835351289561088)]} 0 1
[junit4:junit4]   2&amp;gt; 1684822 T2611 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[52 (1435835351297949696)]} 0 0
[junit4:junit4]   2&amp;gt; 1684825 T2577 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[52 (1435835351297949696)]} 0 7
[junit4:junit4]   2&amp;gt; 1684829 T2593 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[52]} 0 14
[junit4:junit4]   2&amp;gt; 1684839 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[53 (1435835351318921216)]} 0 1
[junit4:junit4]   2&amp;gt; 1684849 T2627 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[53 (1435835351324164096)]} 0 1
[junit4:junit4]   2&amp;gt; 1684851 T2591 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[53 (1435835351324164096)]} 0 7
[junit4:junit4]   2&amp;gt; 1684857 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[54 (1435835351336747008)]} 0 2
[junit4:junit4]   2&amp;gt; 1684870 T2608 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[54 (1435835351343038464)]} 0 1
[junit4:junit4]   2&amp;gt; 1684872 T2575 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[54 (1435835351343038464)]} 0 10
[junit4:junit4]   2&amp;gt; 1684884 T2554 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[55 (1435835351366107136)]} 0 1
[junit4:junit4]   2&amp;gt; 1684893 T2607 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[55 (1435835351371350016)]} 0 1
[junit4:junit4]   2&amp;gt; 1684895 T2574 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[55 (1435835351371350016)]} 0 6
[junit4:junit4]   2&amp;gt; 1684900 T2557 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[56 (1435835351381835776)]} 0 1
[junit4:junit4]   2&amp;gt; 1684914 T2628 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[56 (1435835351387078656)]} 0 2
[junit4:junit4]   2&amp;gt; 1684919 T2595 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[56 (1435835351387078656)]} 0 15
[junit4:junit4]   2&amp;gt; 1684924 T2558 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[57 (1435835351407001600)]} 0 1
[junit4:junit4]   2&amp;gt; 1684932 T2623 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[57 (1435835351412244480)]} 0 1
[junit4:junit4]   2&amp;gt; 1684934 T2592 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[57 (1435835351412244480)]} 0 6
[junit4:junit4]   2&amp;gt; 1684939 T2559 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[58 (1435835351422730240)]} 0 1
[junit4:junit4]   2&amp;gt; 1684952 T2624 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[58 (1435835351434264576)]} 0 1
[junit4:junit4]   2&amp;gt; 1684953 T2594 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[58 (1435835351434264576)]} 0 5
[junit4:junit4]   2&amp;gt; 1684955 T2576 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[58]} 0 11
[junit4:junit4]   2&amp;gt; 1684959 T2555 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[59 (1435835351443701760)]} 0 1
[junit4:junit4]   2&amp;gt; 1684966 T2609 C2929 P49895 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[59 (1435835351447896064)]} 0 1
[junit4:junit4]   2&amp;gt; 1684967 T2578 C2927 P49889 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[59 (1435835351447896064)]} 0 5
[junit4:junit4]   2&amp;gt; 1684972 T2556 C2925 P49885 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&amp;amp;version=2} {add=[60 (1435835351457333248)]} 0 0
[junit4:junit4]   2&amp;gt; 1684981 T2626 C2928 P49899 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49892/collection1/&amp;amp;update.distrib=FROMLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[60 (1435835351464673280)]} 0 0
[junit4:junit4]   2&amp;gt; 1684983 T2590 C2926 P49892 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:49889/collection1/&amp;amp;update.distrib=TOLEADER&amp;amp;wt=javabin&amp;amp;version=2} {add=[60 (1435835351464673280)]} 0 5
[junit4:junit4]   2&amp;gt; 1

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

2
[junit4:junit4]   2&amp;gt; !!!! WARNING: best effort to remove /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-1369321237572 FAILED !!!!!
[junit4:junit4]   2&amp;gt; 3677549 T7247 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2&amp;gt; 3677550 T7247 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:51379 51379
[junit4:junit4]   1&amp;gt; client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2&amp;gt; NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=A45CB9EC96503665 -Dtests.slow=true -Dtests.locale=in_ID -Dtests.timezone=Asia/Pontianak -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   52.3s | ShardSplitTest.testDistribSearch &amp;lt;&amp;lt;&amp;lt;
[junit4:junit4]    &amp;gt; Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:51386 returned non ok status:500, message:Server Error
[junit4:junit4]    &amp;gt; at __randomizedtesting.SeedInfo.seed([A45CB9EC96503665:25BA37F4E10F5659]:0)
[junit4:junit4]    &amp;gt; at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    &amp;gt; at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
[junit4:junit4]    &amp;gt; at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    &amp;gt; at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2&amp;gt; 3677563 T7247 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2&amp;gt; 52318 T7246 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2&amp;gt; 3678550 T7338 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2&amp;gt; 3678550 T7338 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2&amp;gt; NOTE: test params are: codec=Lucene42: {id=Pulsing41(freqCutoff=8 minBlockSize=10 maxBlockSize=45), _version_=PostingsFormat(name=MockSep)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=in_ID, timezone=Asia/Pontianak
[junit4:junit4]   2&amp;gt; NOTE: Mac OS X 10.8.3 x86_64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=3,free=176017864,total=334925824
[junit4:junit4]   2&amp;gt; NOTE: All tests run in this JVM: [TestReload, TestFastOutputStream, MultiTermTest, ZkNodePropsTest, DocumentBuilderTest, SampleTest, DefaultValueUpdateProcessorTest, TestGroupingSearch, TestAddFieldRealTimeGet, AlternateDirectoryTest, ShardRoutingCustomTest, TestDynamicFieldResource, DocumentAnalysisRequestHandlerTest, FieldMutatingUpdateProcessorTest, TestQueryTypes, TestCopyFieldCollectionResource, TestRemoteStreaming, MoreLikeThisHandlerTest, SyncSliceTest, TestElisionMultitermQuery, PolyFieldTest, TestSolr4Spatial, BasicZkTest, TestFunctionQuery, DateFieldTest, SimpleFacetsTest, TestUniqueKeyFieldResource, SolrTestCaseJ4Test, TestMultiCoreConfBootstrap, XsltUpdateRequestHandlerTest, TestStressReorder, TestPartialUpdateDeduplication, TestRandomDVFaceting, StatelessScriptUpdateProcessorFactoryTest, CurrencyFieldOpenExchangeTest, SortByFunctionTest, EchoParamsTest, TermsComponentTest, MBeansHandlerTest, TestStressLucene, WordBreakSolrSpellCheckerTest, TestSolrJ, LeaderElectionIntegrationTest, DistanceFunctionTest, TestCloudManagedSchemaAddField, SuggesterTest, FastVectorHighlighterTest, SuggesterWFSTTest, ConvertedLegacyTest, DOMUtilTest, SolrCoreTest, TestLFUCache, TestSurroundQueryParser, UpdateParamsTest, QueryEqualityTest, RegexBoostProcessorTest, SolrIndexConfigTest, TestSolrIndexConfig, BadCopyFieldTest, TestFieldCollectionResource, CacheHeaderTest, OpenExchangeRatesOrgProviderTest, IndexReaderFactoryTest, IndexSchemaRuntimeFieldTest, TestPseudoReturnFields, CollectionsAPIDistributedZkTest, TestPostingsSolrHighlighter, TestAtomicUpdateErrorCases, TestValueSourceCache, CoreAdminHandlerTest, TestTrie, TestIndexSearcher, OpenCloseCoreStressTest, ReturnFieldsTest, QueryParsingTest, TermVectorComponentDistributedTest, SpellPossibilityIteratorTest, CachingDirectoryFactoryTest, TestJmxIntegration, TestMergePolicyConfig, TestSearchPerf, TestIBSimilarityFactory, TestComponentsName, TestCharFilters, TestSolrDeletionPolicy1, CSVRequestHandlerTest, TestRTGBase, TestPHPSerializedResponseWriter, TestSchemaSimilarityResource, FullSolrCloudDistribCmdsTest, TestPluginEnable, DocValuesMultiTest, SignatureUpdateProcessorFactoryTest, SimplePostToolTest, ResourceLoaderTest, ZkCLITest, CopyFieldTest, TestSolrXml, DateMathParserTest, TestStressVersions, FieldAnalysisRequestHandlerTest, TestLMDirichletSimilarityFactory, TestBinaryField, TestReversedWildcardFilterFactory, UnloadDistributedZkTest, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, TestNumberUtils, UUIDFieldTest, TestStressRecovery, QueryResultKeyTest, DirectSolrConnectionTest, PingRequestHandlerTest, StandardRequestHandlerTest, SystemInfoHandlerTest, ZkControllerTest, RequiredFieldsTest, JsonLoaderTest, DirectSolrSpellCheckerTest, ScriptEngineTest, CircularListTest, TestSerializedLuceneMatchVersion, TestFiltering, TestFastLRUCache, ClusterStateTest, TestLuceneMatchVersion, SpatialFilterTest, ExternalFileFieldSortTest, XmlUpdateRequestHandlerTest, TestPerFieldSimilarity, ChaosMonkeyShardSplitTest, TestJmxMonitoredMap, BadComponentTest, TestSolrQueryParserResource, SearchHandlerTest, SolrPluginUtilsTest, TestRecovery, TestShardHandlerFactory, ZkSolrClientTest, BasicDistributedZk2Test, SolrIndexSplitterTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, OverseerTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, SliceStateUpdateTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TestRealTimeGet, TestJoin, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, BasicFunctionalityTest, TestLazyCores, TestBadConfig, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, SolrInfoMBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, TestSolrQueryParser, TestArbitraryIndexDir, LoggingHandlerTest, IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestPropInject, TestQuerySenderListener, TestPropInjectDefaults, TestQuerySenderNoQuery, ResponseLogComponentTest, TestSolrDeletionPolicy2, TestDocSet, NumericFieldsTest, MinimalSchemaTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TimeZoneUtilsTest, URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, TestUtils, TestDocumentBuilder, SliceStateTest, FileUtilsTest, AliasIntegrationTest, ShardSplitTest]
[junit4:junit4] Completed in 53.38s, 1 test, 1 error &amp;lt;&amp;lt;&amp;lt; FAILURES!

[...truncated 55 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:380: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:360: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:437: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1240: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:884: There were test failures: 295 suites, 1231 tests, 2 errors, 18 ignored (6 assumptions)

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe&amp;lt; at &amp;gt;lucene.apache.org
For additional commands, e-mail: dev-help&amp;lt; at &amp;gt;lucene.apache.org&lt;/pre&gt;</description>
    <dc:creator>Policeman Jenkins Server</dc:creator>
    <dc:date>2013-05-23T15:04:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131829">
    <title>[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 5730 - Failure!</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131829</link>
    <description>&lt;pre&gt;Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5730/
Java: 32bit/jdk1.6.0_45 -client -XX:+UseConcMarkSweepGC

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

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
at __randomizedtesting.SeedInfo.seed([B296600366B56EC4:3370EE1B11EA0EF8]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:662)




Build Log:
[...truncated 9095 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2&amp;gt; 662568 T2014 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_ozv/vs
[junit4:junit4]   2&amp;gt; 662571 T2014 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2&amp;gt; Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1369312517869
[junit4:junit4]   2&amp;gt; 662572 T2014 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2&amp;gt; 662573 T2015 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2&amp;gt; 662673 T2014 oasc.ZkTestServer.run start zk server on port:59838
[junit4:junit4]   2&amp;gt; 662675 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 662774 T2021 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;6c9b94 name:ZooKeeperConnection Watcher:127.0.0.1:59838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 662775 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 662775 T2014 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2&amp;gt; 662779 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 662781 T2023 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;169b1ef name:ZooKeeperConnection Watcher:127.0.0.1:59838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 662781 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 662781 T2014 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2&amp;gt; 662784 T2014 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2&amp;gt; 662785 T2014 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2&amp;gt; 662787 T2014 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2&amp;gt; 662789 T2014 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2&amp;gt; 662789 T2014 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2&amp;gt; 662792 T2014 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 662793 T2014 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 662795 T2014 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2&amp;gt; 662795 T2014 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2&amp;gt; 662797 T2014 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2&amp;gt; 662798 T2014 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2&amp;gt; 662799 T2014 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2&amp;gt; 662800 T2014 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2&amp;gt; 662802 T2014 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 662802 T2014 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 662804 T2014 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2&amp;gt; 662805 T2014 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2&amp;gt; 662807 T2014 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2&amp;gt; 662807 T2014 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2&amp;gt; 662809 T2014 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2&amp;gt; 662810 T2014 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2&amp;gt; 662881 T2014 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 662884 T2014 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:42419
[junit4:junit4]   2&amp;gt; 662884 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 662885 T2014 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 662885 T2014 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109
[junit4:junit4]   2&amp;gt; 662886 T2014 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/solr.xml
[junit4:junit4]   2&amp;gt; 662886 T2014 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 19076921
[junit4:junit4]   2&amp;gt; 662886 T2014 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/'
[junit4:junit4]   2&amp;gt; 662887 T2014 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/'
[junit4:junit4]   2&amp;gt; 662951 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109
[junit4:junit4]   2&amp;gt; 662952 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/collection1
[junit4:junit4]   2&amp;gt; 662952 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/collection1/conf
[junit4:junit4]   2&amp;gt; 662958 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 662976 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/collection1/lib
[junit4:junit4]   2&amp;gt; 662977 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 662979 T2014 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 662981 T2014 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 662981 T2014 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 662982 T2014 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 662982 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 662983 T2014 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 662983 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 662983 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 662984 T2014 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 662984 T2014 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 662985 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 662988 T2014 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 662988 T2014 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59838/solr
[junit4:junit4]   2&amp;gt; 662989 T2014 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 662990 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 662992 T2034 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;15b73de name:ZooKeeperConnection Watcher:127.0.0.1:59838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 662993 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 662994 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 663006 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 663008 T2036 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;337db2 name:ZooKeeperConnection Watcher:127.0.0.1:59838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 663008 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 663010 T2014 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2&amp;gt; 663012 T2014 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2&amp;gt; 663014 T2014 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2&amp;gt; 663016 T2014 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42419__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 663017 T2014 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42419__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 663019 T2014 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2&amp;gt; 663023 T2014 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2&amp;gt; 663024 T2014 oasc.Overseer.start Overseer (id=89739265171193859-127.0.0.1:42419__ozv%2Fvs-n_0000000000) starting
[junit4:junit4]   2&amp;gt; 663027 T2014 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2&amp;gt; 663029 T2038 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2&amp;gt; 663030 T2014 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2&amp;gt; 663031 T2014 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2&amp;gt; 663032 T2014 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 663034 T2037 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2&amp;gt; 663036 T2014 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 663036 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 663037 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 663039 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 663040 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 663042 T2041 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1dfe6a7 name:ZooKeeperConnection Watcher:127.0.0.1:59838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 663042 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 663043 T2014 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 663045 T2014 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2&amp;gt; 663115 T2014 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 663117 T2014 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:46482
[junit4:junit4]   2&amp;gt; 663117 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 663118 T2014 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 663118 T2014 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342
[junit4:junit4]   2&amp;gt; 663119 T2014 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/solr.xml
[junit4:junit4]   2&amp;gt; 663119 T2014 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 33456233
[junit4:junit4]   2&amp;gt; 663119 T2014 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/'
[junit4:junit4]   2&amp;gt; 663120 T2014 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/'
[junit4:junit4]   2&amp;gt; 663198 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342
[junit4:junit4]   2&amp;gt; 663199 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/collection1
[junit4:junit4]   2&amp;gt; 663200 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/collection1/conf
[junit4:junit4]   2&amp;gt; 663205 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 663225 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/collection1/lib
[junit4:junit4]   2&amp;gt; 663226 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 663227 T2014 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 663230 T2014 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 663230 T2014 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 663231 T2014 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 663231 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 663231 T2014 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 663232 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 663232 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 663233 T2014 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 663233 T2014 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 663233 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 663236 T2014 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 663237 T2014 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59838/solr
[junit4:junit4]   2&amp;gt; 663237 T2014 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 663238 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 663241 T2052 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1082422 name:ZooKeeperConnection Watcher:127.0.0.1:59838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 663241 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 663243 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 663246 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 663248 T2054 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;ee891a name:ZooKeeperConnection Watcher:127.0.0.1:59838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 663248 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 663251 T2014 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 664254 T2014 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46482__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 664256 T2014 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46482__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 664259 T2041 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 664259 T2054 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 664259 T2036 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 664264 T2014 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 664264 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 664265 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 664337 T2014 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 664339 T2014 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:40769
[junit4:junit4]   2&amp;gt; 664340 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 664340 T2014 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 664341 T2014 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564
[junit4:junit4]   2&amp;gt; 664341 T2014 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/solr.xml
[junit4:junit4]   2&amp;gt; 664342 T2014 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 28306489
[junit4:junit4]   2&amp;gt; 664342 T2014 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/'
[junit4:junit4]   2&amp;gt; 664343 T2014 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/'
[junit4:junit4]   2&amp;gt; 664405 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564
[junit4:junit4]   2&amp;gt; 664406 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/collection1
[junit4:junit4]   2&amp;gt; 664406 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/collection1/conf
[junit4:junit4]   2&amp;gt; 664411 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 664429 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/collection1/lib
[junit4:junit4]   2&amp;gt; 664431 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 664432 T2014 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 664434 T2014 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 664435 T2014 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 664435 T2014 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 664436 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 664436 T2014 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 664436 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 664437 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 664437 T2014 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 664438 T2014 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 664438 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 664441 T2014 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 664442 T2014 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59838/solr
[junit4:junit4]   2&amp;gt; 664442 T2014 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 664443 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 664444 T2066 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1af45a3 name:ZooKeeperConnection Watcher:127.0.0.1:59838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 664445 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 664446 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 664449 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 664450 T2068 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;808a48 name:ZooKeeperConnection Watcher:127.0.0.1:59838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 664450 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 664453 T2014 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 665456 T2014 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40769__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 665457 T2014 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40769__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 665460 T2054 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 665460 T2036 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 665460 T2068 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 665460 T2041 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 665464 T2014 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 665465 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 665465 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 665540 T2014 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 665542 T2014 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:45660
[junit4:junit4]   2&amp;gt; 665543 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 665544 T2014 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 665544 T2014 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765
[junit4:junit4]   2&amp;gt; 665545 T2014 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/solr.xml
[junit4:junit4]   2&amp;gt; 665545 T2014 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 26417164
[junit4:junit4]   2&amp;gt; 665545 T2014 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/'
[junit4:junit4]   2&amp;gt; 665546 T2014 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/'
[junit4:junit4]   2&amp;gt; 665610 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765
[junit4:junit4]   2&amp;gt; 665611 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/collection1
[junit4:junit4]   2&amp;gt; 665612 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/collection1/conf
[junit4:junit4]   2&amp;gt; 665618 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 665638 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/collection1/lib
[junit4:junit4]   2&amp;gt; 665639 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 665641 T2014 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 665649 T2014 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 665649 T2014 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 665650 T2014 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 665650 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 665651 T2014 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 665651 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 665652 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 665652 T2014 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 665652 T2014 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 665653 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 665656 T2014 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 665657 T2014 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59838/solr
[junit4:junit4]   2&amp;gt; 665657 T2014 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 665658 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 665660 T2080 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;e6969b name:ZooKeeperConnection Watcher:127.0.0.1:59838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 665675 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 665677 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 665680 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 665681 T2082 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;909675 name:ZooKeeperConnection Watcher:127.0.0.1:59838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 665681 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 665685 T2014 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 666688 T2014 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45660__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 666689 T2014 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45660__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 666692 T2054 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 666692 T2068 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 666692 T2036 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 666693 T2082 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 666692 T2041 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 666697 T2014 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 666697 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 666698 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 666767 T2014 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 666769 T2014 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:37924
[junit4:junit4]   2&amp;gt; 666770 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 666770 T2014 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 666770 T2014 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997
[junit4:junit4]   2&amp;gt; 666771 T2014 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/solr.xml
[junit4:junit4]   2&amp;gt; 666771 T2014 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 4238383
[junit4:junit4]   2&amp;gt; 666772 T2014 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/'
[junit4:junit4]   2&amp;gt; 666772 T2014 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/'
[junit4:junit4]   2&amp;gt; 666833 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997
[junit4:junit4]   2&amp;gt; 666834 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/collection1
[junit4:junit4]   2&amp;gt; 666835 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/collection1/conf
[junit4:junit4]   2&amp;gt; 666840 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 666858 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/collection1/lib
[junit4:junit4]   2&amp;gt; 666859 T2014 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 666860 T2014 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 666862 T2014 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 666863 T2014 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 666863 T2014 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 666864 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 666864 T2014 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 666864 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 666865 T2014 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 666865 T2014 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 666866 T2014 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 666866 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 666869 T2014 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 666869 T2014 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59838/solr
[junit4:junit4]   2&amp;gt; 666870 T2014 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 666871 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 666872 T2094 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1f81511 name:ZooKeeperConnection Watcher:127.0.0.1:59838 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 666873 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 666874 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 666877 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 666878 T2096 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;623658 name:ZooKeeperConnection Watcher:127.0.0.1:59838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 666879 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 666904 T2014 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 667907 T2014 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37924__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 667908 T2014 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37924__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 667911 T2068 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 667911 T2054 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 667911 T2096 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 667911 T2036 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 667911 T2041 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 667912 T2082 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 667917 T2014 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 667918 T2014 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 667919 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 667924 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 667929 T2050 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&amp;amp;name=nodes_used_collection&amp;amp;replicationFactor=2&amp;amp;action=CREATE&amp;amp;wt=javabin&amp;amp;version=2
[junit4:junit4]   2&amp;gt; 667931 T2036 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2&amp;gt; 667932 T2038 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2&amp;gt;   "operation":"createcollection",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "maxShardsPerNode":null,
[junit4:junit4]   2&amp;gt;   "createNodeSet":null,
[junit4:junit4]   2&amp;gt;   "name":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "replicationFactor":"2"}
[junit4:junit4]   2&amp;gt; 667932 T2038 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:37924__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 667933 T2038 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:45660__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 667933 T2038 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:46482__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 667942 T2038 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:42419__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 667943 T2091 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 667943 T2047 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 667943 T2077 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/nodes_used_collection_shard1_replica2
[junit4:junit4]   2&amp;gt; 667944 T2047 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 667944 T2032 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/nodes_used_collection_shard2_replica2
[junit4:junit4]   2&amp;gt; 667945 T2047 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 667943 T2091 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 667945 T2047 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 667945 T2032 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 667944 T2077 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 667947 T2032 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 667947 T2047 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 667946 T2091 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 667948 T2047 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 667947 T2032 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 667947 T2077 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 667948 T2091 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 667950 T2032 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 667950 T2047 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 667949 T2077 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 667950 T2091 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 667950 T2032 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 667952 T2077 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 667951 T2047 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   2&amp;gt; 667953 T2091 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 667956 T2032 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 667956 T2091 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   2&amp;gt; 667956 T2077 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 667957 T2032 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   2&amp;gt; 667959 T2077 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   2&amp;gt; 668014 T2077 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 668017 T2047 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 668031 T2091 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 668066 T2032 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 668102 T2077 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 668103 T2077 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 668114 T2077 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 668128 T2047 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 668129 T2047 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 668134 T2047 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 668149 T2091 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 668150 T2091 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 668165 T2091 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 668167 T2032 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 668168 T2032 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 668195 T2032 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 669003 T2077 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 669016 T2077 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 669026 T2077 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 669036 T2077 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 669050 T2077 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 669054 T2077 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 669055 T2077 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 669055 T2077 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 669056 T2077 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 669057 T2077 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 669057 T2077 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 669057 T2077 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 669058 T2077 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   2&amp;gt; 669058 T2077 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;9fa8f
[junit4:junit4]   2&amp;gt; 669059 T2077 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 669069 T2077 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/nodes_used_collection_shard1_replica2/data
[junit4:junit4]   2&amp;gt; 669070 T2077 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   2&amp;gt; 669070 T2077 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 669071 T2077 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/nodes_used_collection_shard1_replica2/data/index
[junit4:junit4]   2&amp;gt; 669073 T2077 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;a692b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1a163e0),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 669074 T2077 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 669076 T2077 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 669077 T2077 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 669078 T2077 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 669079 T2077 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 669080 T2077 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 669080 T2077 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 669087 T2077 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 669087 T2077 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 669088 T2077 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 669090 T2077 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 669092 T2077 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;198e297 main
[junit4:junit4]   2&amp;gt; 669093 T2077 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/nodes_used_collection_shard1_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 669094 T2077 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 669094 T2077 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 669107 T2102 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;198e297 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 669109 T2077 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2&amp;gt; 669171 T2047 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 669183 T2032 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 669187 T2047 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 669190 T2032 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 669192 T2047 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 669192 T2091 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 669193 T2032 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 669207 T2091 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 669209 T2047 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 669209 T2032 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 669211 T2091 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 669213 T2047 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 669214 T2032 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 669218 T2047 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 669219 T2047 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 669220 T2047 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 669219 T2032 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 669220 T2047 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 669221 T2032 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 669222 T2032 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 669222 T2047 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 669223 T2047 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 669223 T2032 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 669222 T2091 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 669223 T2047 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 669224 T2032 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 669225 T2032 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 669225 T2047 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   2&amp;gt; 669226 T2032 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 669226 T2047 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;9fa8f
[junit4:junit4]   2&amp;gt; 669227 T2032 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   2&amp;gt; 669227 T2047 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 669227 T2091 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 669227 T2032 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;9fa8f
[junit4:junit4]   2&amp;gt; 669228 T2047 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data
[junit4:junit4]   2&amp;gt; 669229 T2032 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 669229 T2047 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   2&amp;gt; 669230 T2032 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/nodes_used_collection_shard2_replica2/data
[junit4:junit4]   2&amp;gt; 669231 T2032 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   2&amp;gt; 669230 T2047 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 669232 T2091 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 669231 T2032 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 669232 T2047 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/index
[junit4:junit4]   2&amp;gt; 669233 T2032 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/nodes_used_collection_shard2_replica2/data/index
[junit4:junit4]   2&amp;gt; 669233 T2091 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 669234 T2091 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 669245 T2047 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;a48637 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1f8a578),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 669245 T2032 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;18e74bc lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1aa869b),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 669246 T2032 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 669245 T2047 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 669245 T2091 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 669248 T2091 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 669249 T2091 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 669249 T2032 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 669249 T2047 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 669249 T2032 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 669249 T2091 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 669250 T2047 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 669251 T2091 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   2&amp;gt; 669251 T2032 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 669252 T2091 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;9fa8f
[junit4:junit4]   2&amp;gt; 669251 T2047 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 669253 T2091 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 669253 T2032 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 669254 T2091 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data
[junit4:junit4]   2&amp;gt; 669253 T2047 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 669254 T2032 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 669255 T2032 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 669254 T2091 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   2&amp;gt; 669256 T2032 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 669255 T2047 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 669257 T2032 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 669257 T2047 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 669256 T2091 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 669258 T2047 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 669258 T2032 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 669259 T2047 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 669259 T2091 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/index
[junit4:junit4]   2&amp;gt; 669260 T2047 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 669261 T2091 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;fc5a40 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;773caf),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 669262 T2091 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 669262 T2047 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 669262 T2032 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 669264 T2091 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 669264 T2091 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 669265 T2091 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 669265 T2091 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 669266 T2047 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;6f9b68 main
[junit4:junit4]   2&amp;gt; 669266 T2032 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;18fe216 main
[junit4:junit4]   2&amp;gt; 669266 T2091 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 669267 T2091 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 669267 T2032 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/nodes_used_collection_shard2_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 669266 T2047 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 669268 T2032 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 669267 T2091 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 669269 T2032 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 669269 T2047 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 669270 T2091 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 669270 T2047 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 669271 T2091 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 669274 T2104 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;18fe216 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 669274 T2091 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 669276 T2103 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;6f9b68 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 669278 T2032 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2&amp;gt; 669280 T2091 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;f1cf77 main
[junit4:junit4]   2&amp;gt; 669280 T2047 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2&amp;gt; 669281 T2091 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 669282 T2091 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 669282 T2091 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 669286 T2105 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;f1cf77 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 669288 T2091 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2&amp;gt; 670549 T2037 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 670550 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:45660__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:45660/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 670550 T2037 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2&amp;gt; 670552 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:42419__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:42419/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 670554 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:46482__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:46482/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 670556 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:37924__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:37924/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 670559 T2068 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&amp;gt; 670559 T2036 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&amp;gt; 670559 T2041 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 670559 T2096 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&amp;gt; 670559 T2054 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&amp;gt; 670559 T2082 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&amp;gt; 671111 T2077 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2&amp;gt; 671112 T2077 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:45660/_ozv/vs collection:nodes_used_collection shard:shard1
[junit4:junit4]   2&amp;gt; 671113 T2077 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; 671117 T2077 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 671119 T2077 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=180000
[junit4:junit4]   2&amp;gt; 671281 T2032 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2&amp;gt; 671282 T2032 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:42419/_ozv/vs collection:nodes_used_collection shard:shard2
[junit4:junit4]   2&amp;gt; 671282 T2047 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 671283 T2047 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:46482/_ozv/vs collection:nodes_used_collection shard:shard2
[junit4:junit4]   2&amp;gt; 671283 T2032 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; 671283 T2047 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; 671288 T2032 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 671289 T2091 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 671290 T2091 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:37924/_ozv/vs collection:nodes_used_collection shard:shard1
[junit4:junit4]   2&amp;gt; 671291 T2032 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 671291 T2032 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 671292 T2032 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2&amp;gt; 671292 T2032 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:42419/_ozv/vs START replicas=[http://127.0.0.1:46482/_ozv/vs/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2&amp;gt; 671292 T2032 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:42419/_ozv/vs DONE.  We have no versions.  sync failed.
[junit4:junit4]   2&amp;gt; 671293 T2032 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2&amp;gt; 671293 T2032 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&amp;gt; 671294 T2032 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2&amp;gt; 671294 T2032 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6369 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;11988c8 url=http://127.0.0.1:46482/_ozv/vs/nodes_used_collection_shard2_replica1 node=127.0.0.1:46482__ozv%2Fvs C6369_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:46482__ozv%2Fvs, base_url=http://127.0.0.1:46482/_ozv/vs}
[junit4:junit4]   2&amp;gt; 671298 T2048 C6369 P46482 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/_ozv/vs path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 671621 T2077 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 671621 T2077 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 671622 T2077 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2&amp;gt; 671622 T2077 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:45660/_ozv/vs START replicas=[http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1/] nUpdates=100
[junit4:junit4]   2&amp;gt; 671622 T2077 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:45660/_ozv/vs DONE.  We have no versions.  sync failed.
[junit4:junit4]   2&amp;gt; 671623 T2077 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2&amp;gt; 671623 T2077 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&amp;gt; 671623 T2077 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2&amp;gt; 671624 T2077 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6370 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6370_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 671630 T2092 C6370 P37924 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp=/_ozv/vs path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 672065 T2037 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 672078 T2054 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&amp;gt; 672078 T2096 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&amp;gt; 672078 T2082 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&amp;gt; 672078 T2036 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&amp;gt; 672078 T2041 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 672078 T2068 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&amp;gt; 672100 T2032 oasc.ZkController.register We are http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2&amp;gt; 672101 T2032 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:42419/_ozv/vs
[junit4:junit4]   2&amp;gt; 672101 T2032 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 672101 T2032 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2&amp;gt; 672103 T2032 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 672104 T2032 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard2&amp;amp;name=nodes_used_collection_shard2_replica2&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=4160 
[junit4:junit4]   2&amp;gt; 672129 T2077 oasc.ZkController.register We are http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2&amp;gt; 672129 T2077 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:45660/_ozv/vs
[junit4:junit4]   2&amp;gt; 672130 T2077 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 672130 T2077 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   2&amp;gt; 672132 T2077 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 672133 T2077 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard1&amp;amp;name=nodes_used_collection_shard1_replica2&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=4190 
[junit4:junit4]   2&amp;gt; 672289 T2047 oasc.ZkController.register We are http://127.0.0.1:46482/_ozv/vs/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2&amp;gt; 672290 T2047 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:46482/_ozv/vs
[junit4:junit4]   2&amp;gt; 672290 T2047 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 672291 T2047 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; 672291 T2108 C6369 P46482 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica1 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 672292 T2108 C6369 P46482 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 672292 T2047 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 672293 T2091 oasc.ZkController.register We are http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2&amp;gt; 672292 T2108 C6369 P46482 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=recovering
[junit4:junit4]   2&amp;gt; 672293 T2091 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:37924/_ozv/vs
[junit4:junit4]   2&amp;gt; 672294 T2091 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 672294 T2091 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; 672293 T2047 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard2&amp;amp;name=nodes_used_collection_shard2_replica1&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=4350 
[junit4:junit4]   2&amp;gt; 672295 T2109 C6370 P37924 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica1 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 672294 T2108 C6369 P46482 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 672295 T2109 C6370 P37924 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 672295 T2091 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 672296 T2109 C6370 P37924 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=recovering
[junit4:junit4]   2&amp;gt; 672297 T2091 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard1&amp;amp;name=nodes_used_collection_shard1_replica1&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=4354 
[junit4:junit4]   2&amp;gt; 672297 T2109 C6370 P37924 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 672297 T2038 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2&amp;gt; 672300 T2030 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:46482__ozv%2Fvs_nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 672301 T2075 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:37924__ozv%2Fvs_nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 672305 T2054 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2&amp;gt; 672306 T2036 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2&amp;gt; 672306 T2038 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=4160},core=nodes_used_collection_shard2_replica2},null={responseHeader={status=0,QTime=4190},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=4350},core=nodes_used_collection_shard2_replica1},null={responseHeader={status=0,QTime=4354},core=nodes_used_collection_shard1_replica1}}}
[junit4:junit4]   2&amp;gt; 672310 T2050 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&amp;amp;name=nodes_used_collection&amp;amp;replicationFactor=2&amp;amp;action=CREATE&amp;amp;wt=javabin&amp;amp;version=2} status=0 QTime=4382 
[junit4:junit4]   2&amp;gt; 672311 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 672312 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 672326 T2111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1d92036 name:ZooKeeperConnection Watcher:127.0.0.1:59838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 672327 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 672328 T2014 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 672330 T2014 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 672332 T2014 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 672333 T2113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;a80067 name:ZooKeeperConnection Watcher:127.0.0.1:59838/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 672333 T2014 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 672334 T2014 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 672338 T2092 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=4&amp;amp;maxShardsPerNode=5&amp;amp;name=awholynewcollection_0&amp;amp;replicationFactor=5&amp;amp;action=CREATE&amp;amp;wt=javabin&amp;amp;version=2
[junit4:junit4]   2&amp;gt; 672340 T2036 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2&amp;gt; 672340 T2038 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2&amp;gt;   "operation":"createcollection",
[junit4:junit4]   2&amp;gt;   "numShards":"4",
[junit4:junit4]   2&amp;gt;   "maxShardsPerNode":"5",
[junit4:junit4]   2&amp;gt;   "createNodeSet":null,
[junit4:junit4]   2&amp;gt;   "name":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "replicationFactor":"5"}
[junit4:junit4]   2&amp;gt; 672341 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:37924__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672341 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:45660__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672341 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:40769__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672341 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica4 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:46482__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672342 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica5 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:42419__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672342 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:37924__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672342 T2062 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/awholynewcollection_0_shard1_replica3
[junit4:junit4]   2&amp;gt; 672342 T2089 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard1_replica1
[junit4:junit4]   2&amp;gt; 672343 T2089 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672342 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:45660__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672343 T2031 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica5' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/awholynewcollection_0_shard1_replica5
[junit4:junit4]   2&amp;gt; 672343 T2049 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica4' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/awholynewcollection_0_shard1_replica4
[junit4:junit4]   2&amp;gt; 672343 T2090 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard2_replica1
[junit4:junit4]   2&amp;gt; 672345 T2090 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672343 T2076 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard1_replica2
[junit4:junit4]   2&amp;gt; 672346 T2076 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672343 T2062 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672346 T2090 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672345 T2049 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672344 T2078 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard2_replica2
[junit4:junit4]   2&amp;gt; 672349 T2049 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672344 T2031 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672344 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:40769__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672344 T2089 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672351 T2031 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672351 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica4 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:46482__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672350 T2049 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672349 T2078 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672348 T2090 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672347 T2062 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672347 T2076 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672354 T2090 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 672354 T2062 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672353 T2078 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672353 T2049 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 672353 T2050 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica4' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/awholynewcollection_0_shard2_replica4
[junit4:junit4]   2&amp;gt; 672352 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica5 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:42419__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672352 T2064 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/awholynewcollection_0_shard2_replica3
[junit4:junit4]   2&amp;gt; 672358 T2064 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672351 T2031 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672359 T2064 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672351 T2089 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672360 T2031 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 672360 T2064 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672361 T2089 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 672359 T2029 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica5' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/awholynewcollection_0_shard2_replica5
[junit4:junit4]   2&amp;gt; 672362 T2029 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672358 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:37924__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672357 T2050 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672357 T2049 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672356 T2062 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 672356 T2078 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672355 T2090 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672354 T2076 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672365 T2078 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672364 T2062 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672364 T2091 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard3_replica1
[junit4:junit4]   2&amp;gt; 672364 T2050 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672367 T2078 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672363 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:45660__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672363 T2029 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672368 T2029 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672362 T2064 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 672362 T2089 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672361 T2031 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672369 T2064 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672369 T2029 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672368 T2077 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard3_replica2
[junit4:junit4]   2&amp;gt; 672371 T2077 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672368 T2078 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   2&amp;gt; 672372 T2029 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672368 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica3 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:40769__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672368 T2062 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672367 T2050 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 672367 T2090 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672366 T2091 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672374 T2050 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672366 T2076 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672365 T2049 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672375 T2090 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   2&amp;gt; 672374 T2091 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672374 T2062 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/awholynewcollection_0_shard1_replica3/'
[junit4:junit4]   2&amp;gt; 672373 T2061 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/awholynewcollection_0_shard3_replica3
[junit4:junit4]   2&amp;gt; 672373 T2029 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/awholynewcollection_0_shard2_replica5/'
[junit4:junit4]   2&amp;gt; 672372 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica4 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:46482__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672372 T2077 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672379 T2077 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672371 T2031 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672371 T2064 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672370 T2089 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672380 T2047 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica4' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/awholynewcollection_0_shard3_replica4
[junit4:junit4]   2&amp;gt; 672381 T2047 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672379 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica5 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:42419__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672379 T2049 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/awholynewcollection_0_shard1_replica4/'
[junit4:junit4]   2&amp;gt; 672383 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica1 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:37924__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672377 T2076 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672377 T2061 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672376 T2091 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672376 T2050 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672395 T2076 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   2&amp;gt; 672395 T2061 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672398 T2061 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672393 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica2 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:45660__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672384 T2032 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica5' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/awholynewcollection_0_shard3_replica5
[junit4:junit4]   2&amp;gt; 672399 T2032 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672383 T2064 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/awholynewcollection_0_shard2_replica3/'
[junit4:junit4]   2&amp;gt; 672383 T2089 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   2&amp;gt; 672382 T2047 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672402 T2047 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672382 T2031 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/awholynewcollection_0_shard1_replica5/'
[junit4:junit4]   2&amp;gt; 672382 T2077 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard3_replica2/'
[junit4:junit4]   2&amp;gt; 672402 T2032 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672404 T2032 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672404 T2047 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/awholynewcollection_0_shard3_replica4/'
[junit4:junit4]   2&amp;gt; 672400 T2130 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard4_replica2
[junit4:junit4]   2&amp;gt; 672406 T2130 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672400 T2061 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/awholynewcollection_0_shard3_replica3/'
[junit4:junit4]   2&amp;gt; 672412 T2130 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672399 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica3 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:40769__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672413 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica4 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:46482__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672414 T2038 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica5 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:42419__ozv%2Fvs
[junit4:junit4]   2&amp;gt; 672399 T2050 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/awholynewcollection_0_shard2_replica4/'
[junit4:junit4]   2&amp;gt; 672398 T2091 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard3_replica1/'
[junit4:junit4]   2&amp;gt; 672396 T2127 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard4_replica1
[junit4:junit4]   2&amp;gt; 672416 T2127 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672413 T2130 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672412 T2032 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/awholynewcollection_0_shard3_replica5/'
[junit4:junit4]   2&amp;gt; 672419 T2127 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672419 T2127 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672417 T2134 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica5' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/awholynewcollection_0_shard4_replica5
[junit4:junit4]   2&amp;gt; 672416 T2048 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica4' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/awholynewcollection_0_shard4_replica4
[junit4:junit4]   2&amp;gt; 672421 T2048 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672421 T2134 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672416 T2063 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/awholynewcollection_0_shard4_replica3
[junit4:junit4]   2&amp;gt; 672428 T2134 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672428 T2127 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard4_replica1/'
[junit4:junit4]   2&amp;gt; 672430 T2134 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672431 T2134 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369312518109/awholynewcollection_0_shard4_replica5/'
[junit4:junit4]   2&amp;gt; 672422 T2048 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672442 T2048 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672443 T2048 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/awholynewcollection_0_shard4_replica4/'
[junit4:junit4]   2&amp;gt; 672429 T2130 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard4_replica2/'
[junit4:junit4]   2&amp;gt; 672428 T2063 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672446 T2063 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 672446 T2063 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 672448 T2063 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369312519564/awholynewcollection_0_shard4_replica3/'
[junit4:junit4]   2&amp;gt; 672467 T2078 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672532 T2090 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672537 T2062 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672550 T2029 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672561 T2049 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672579 T2031 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672608 T2076 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672652 T2064 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672726 T2134 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672765 T2047 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672767 T2032 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672780 T2063 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672806 T2077 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672808 T2127 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672826 T2048 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672876 T2130 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672880 T2089 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672904 T2090 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 672917 T2090 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 672921 T2078 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 672923 T2078 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 672925 T2090 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 672937 T2078 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 672951 T2050 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672989 T2031 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 672991 T2029 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 672993 T2031 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 672995 T2061 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 672995 T2029 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673006 T2091 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2&amp;gt; 673008 T2031 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica5] Schema name=test
[junit4:junit4]   2&amp;gt; 673009 T2029 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica5] Schema name=test
[junit4:junit4]   2&amp;gt; 673063 T2076 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673076 T2076 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673089 T2076 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 673090 T2062 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673108 T2064 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673115 T2062 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673123 T2062 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 673124 T2064 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673150 T2064 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 673193 T2049 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673220 T2049 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673242 T2127 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673247 T2049 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica4] Schema name=test
[junit4:junit4]   2&amp;gt; 673248 T2089 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673261 T2127 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673262 T2134 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673263 T2047 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673278 T2089 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673286 T2134 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673286 T2047 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673288 T2127 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 673292 T2130 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673294 T2130 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673294 T2134 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica5] Schema name=test
[junit4:junit4]   2&amp;gt; 673307 T2047 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica4] Schema name=test
[junit4:junit4]   2&amp;gt; 673311 T2077 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673312 T2077 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673338 T2048 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673339 T2063 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673340 T2089 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 673342 T2063 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673342 T2048 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673346 T2077 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 673346 T2032 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673355 T2032 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673362 T2091 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673368 T2130 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 673372 T2063 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 673373 T2091 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673375 T2048 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica4] Schema name=test
[junit4:junit4]   2&amp;gt; 673384 T2032 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica5] Schema name=test
[junit4:junit4]   2&amp;gt; 673390 T2091 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 673474 T2061 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673476 T2061 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673513 T2061 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 673557 T2050 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 673567 T2050 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 673609 T2050 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica4] Schema name=test
[junit4:junit4]   2&amp;gt; 673622 T2037 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 673632 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:42419__ozv%2Fvs_nodes_used_collection_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:42419__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:42419/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 673646 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:45660__ozv%2Fvs_nodes_used_collection_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:45660__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:45660/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 673714 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:46482__ozv%2Fvs_nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:46482__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:46482/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 673760 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:37924__ozv%2Fvs_nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:37924__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:37924/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 673787 T2082 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&amp;gt; 673787 T2041 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 673787 T2036 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&amp;gt; 673787 T2054 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&amp;gt; 673787 T2111 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&amp;gt; 673787 T2113 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&amp;gt; 673787 T2096 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&amp;gt; 673787 T2068 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&amp;gt; 674302 T2030 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:46482__ozv%2Fvs_nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2&amp;gt; 674302 T2030 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:46482__ozv%252Fvs_nodes_used_collection_shard2_replica1&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:46482__ozv%252Fvs&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=nodes_used_collection_shard2_replica2&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=2002 
[junit4:junit4]   2&amp;gt; 674311 T2075 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:37924__ozv%2Fvs_nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2&amp;gt; 674312 T2075 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:37924__ozv%252Fvs_nodes_used_collection_shard1_replica1&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:37924__ozv%252Fvs&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=nodes_used_collection_shard1_replica2&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=2011 
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6371 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;11988c8 url=http://127.0.0.1:46482/_ozv/vs/nodes_used_collection_shard2_replica1 node=127.0.0.1:46482__ozv%2Fvs C6371_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:46482__ozv%2Fvs, base_url=http://127.0.0.1:46482/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676312 T2108 C6371 P46482 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2/ core=nodes_used_collection_shard2_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 676313 T2108 C6371 P46482 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:46482/_ozv/vs START replicas=[http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2&amp;gt; 676313 T2108 C6371 P46482 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2&amp;gt; 676314 T2108 C6371 P46482 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 676314 T2108 C6371 P46482 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 676314 T2108 C6371 P46482 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 676315 T2108 C6371 P46482 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2&amp;gt; 676315 T2108 C6371 P46482 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2/. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 676315 T2108 C6371 P46482 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6372 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6372_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676318 T2109 C6372 P37924 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2/ core=nodes_used_collection_shard1_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 676318 T2109 C6372 P37924 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:37924/_ozv/vs START replicas=[http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6373 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6373_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676331 T2109 C6373 P37924 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2&amp;gt; 676332 T2109 C6373 P37924 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 676333 T2109 C6373 P37924 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 676333 T2109 C6373 P37924 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 676333 T2109 C6373 P37924 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2&amp;gt; 676333 T2109 C6373 P37924 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2/. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 676334 T2109 C6373 P37924 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6374 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1efb7ce url=http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2 node=127.0.0.1:45660__ozv%2Fvs C6374_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:45660__ozv%2Fvs, base_url=http://127.0.0.1:45660/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676378 T2138 C6374 P45660 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/_ozv/vs path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=8 
[junit4:junit4]   2&amp;gt; 676381 T2075 C6374 P45660 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6375 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1631478 url=http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2 node=127.0.0.1:42419__ozv%2Fvs C6375_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:42419__ozv%2Fvs, base_url=http://127.0.0.1:42419/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676397 T2142 C6375 P42419 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/_ozv/vs path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=14 
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6376 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1efb7ce url=http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2 node=127.0.0.1:45660__ozv%2Fvs C6376_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:45660__ozv%2Fvs, base_url=http://127.0.0.1:45660/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676406 T2075 C6376 P45660 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;a692b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1a163e0),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 676407 T2075 C6376 P45660 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 676408 T2075 C6376 P45660 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;a692b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1a163e0),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;a692b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1a163e0),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 676408 T2075 C6376 P45660 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 676410 T2075 C6376 P45660 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1e42cde realtime
[junit4:junit4]   2&amp;gt; 676411 T2075 C6376 P45660 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 676411 T2075 C6376 P45660 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard1_replica2] webapp=/_ozv/vs path=/update params={waitSearcher=true&amp;amp;openSearcher=false&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 30
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6377 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1631478 url=http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2 node=127.0.0.1:42419__ozv%2Fvs C6377_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:42419__ozv%2Fvs, base_url=http://127.0.0.1:42419/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676422 T2030 C6377 P42419 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6378 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6378_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676422 T2109 C6378 P37924 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 676423 T2109 C6378 P37924 oash.SnapPuller.&amp;lt;init&amp;gt;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6379 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1efb7ce url=http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2 node=127.0.0.1:45660__ozv%2Fvs C6379_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:45660__ozv%2Fvs, base_url=http://127.0.0.1:45660/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676426 T2138 C6379 P45660 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 676427 T2138 C6379 P45660 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/_ozv/vs path=/replication params={command=indexversion&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;version=2} status=0 QTime=2 
[junit4:junit4]   2&amp;gt; 676427 T2109 C6378 P37924 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2&amp;gt; 676428 T2109 C6378 P37924 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2&amp;gt; 676428 T2109 C6378 P37924 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6380 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1efb7ce url=http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2 node=127.0.0.1:45660__ozv%2Fvs C6380_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:45660__ozv%2Fvs, base_url=http://127.0.0.1:45660/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676441 T2075 C6380 P45660 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/_ozv/vs path=/replication params={command=filelist&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;generation=2&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6381 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6381_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676442 T2109 C6381 P37924 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6382 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1631478 url=http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2 node=127.0.0.1:42419__ozv%2Fvs C6382_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:42419__ozv%2Fvs, base_url=http://127.0.0.1:42419/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676445 T2030 C6382 P42419 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;18e74bc lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1aa869b),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 676445 T2109 C6381 P37924 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/index.20130523083531740
[junit4:junit4]   2&amp;gt; 676448 T2109 C6381 P37924 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1e6f142 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1da5c75) fullCopy=false
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6383 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1631478 url=http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2 node=127.0.0.1:42419__ozv%2Fvs C6383_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:42419__ozv%2Fvs, base_url=http://127.0.0.1:42419/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676480 T2030 C6383 P42419 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6384 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1efb7ce url=http://127.0.0.1:45660/_ozv/vs/nodes_used_collection_shard1_replica2 node=127.0.0.1:45660__ozv%2Fvs C6384_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:45660__ozv%2Fvs, base_url=http://127.0.0.1:45660/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676488 T2138 C6384 P45660 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/_ozv/vs path=/replication params={file=segments_2&amp;amp;command=filecontent&amp;amp;checksum=true&amp;amp;wt=filestream&amp;amp;qt=/replication&amp;amp;generation=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6385 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6385_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676522 T2109 C6385 P37924 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6386 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1631478 url=http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2 node=127.0.0.1:42419__ozv%2Fvs C6386_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:42419__ozv%2Fvs, base_url=http://127.0.0.1:42419/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676522 T2030 C6386 P42419 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;18e74bc lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1aa869b),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;18e74bc lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1aa869b),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 676523 T2030 C6386 P42419 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 676524 T2030 C6386 P42419 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;74f2b9 realtime
[junit4:junit4]   2&amp;gt; 676525 T2030 C6386 P42419 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2&amp;gt; 676525 T2030 C6386 P42419 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard2_replica2] webapp=/_ozv/vs path=/update params={waitSearcher=true&amp;amp;openSearcher=false&amp;amp;commit=true&amp;amp;wt=javabin&amp;amp;commit_end_point=true&amp;amp;version=2&amp;amp;softCommit=false} {commit=} 0 103
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6387 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;11988c8 url=http://127.0.0.1:46482/_ozv/vs/nodes_used_collection_shard2_replica1 node=127.0.0.1:46482__ozv%2Fvs C6387_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:46482__ozv%2Fvs, base_url=http://127.0.0.1:46482/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676527 T2108 C6387 P46482 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 676527 T2108 C6387 P46482 oash.SnapPuller.&amp;lt;init&amp;gt;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2&amp;gt; 676529 T2030 C6386 P42419 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2&amp;gt; 676529 T2030 C6386 P42419 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/_ozv/vs path=/replication params={command=indexversion&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 676530 T2108 C6387 P46482 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2&amp;gt; 676531 T2108 C6387 P46482 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2&amp;gt; 676531 T2108 C6387 P46482 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2&amp;gt; 676533 T2142 C6386 P42419 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/_ozv/vs path=/replication params={command=filelist&amp;amp;qt=/replication&amp;amp;wt=javabin&amp;amp;generation=2&amp;amp;version=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; 676534 T2108 C6387 P46482 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2&amp;gt; 676535 T2108 C6387 P46482 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/index.20130523083531831
[junit4:junit4]   2&amp;gt; 676536 T2108 C6387 P46482 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;13e8e84 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;3d853d) fullCopy=false
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6388 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6388_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676553 T2109 C6388 P37924 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2&amp;gt; 676553 T2109 C6388 P37924 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6389 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;1631478 url=http://127.0.0.1:42419/_ozv/vs/nodes_used_collection_shard2_replica2 node=127.0.0.1:42419__ozv%2Fvs C6389_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:42419__ozv%2Fvs, base_url=http://127.0.0.1:42419/_ozv/vs, leader=true}
[junit4:junit4]   2&amp;gt; 676555 T2030 C6389 P42419 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/_ozv/vs path=/replication params={file=segments_2&amp;amp;command=filecontent&amp;amp;checksum=true&amp;amp;wt=filestream&amp;amp;qt=/replication&amp;amp;generation=2} status=0 QTime=0 
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6390 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;11988c8 url=http://127.0.0.1:46482/_ozv/vs/nodes_used_collection_shard2_replica1 node=127.0.0.1:46482__ozv%2Fvs C6390_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:46482__ozv%2Fvs, base_url=http://127.0.0.1:46482/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676558 T2108 C6390 P46482 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6391 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6391_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676569 T2109 C6391 P37924 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;fc5a40 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;773caf),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;fc5a40 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;773caf),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; 676570 T2109 C6391 P37924 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6392 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;11988c8 url=http://127.0.0.1:46482/_ozv/vs/nodes_used_collection_shard2_replica1 node=127.0.0.1:46482__ozv%2Fvs C6392_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:46482__ozv%2Fvs, base_url=http://127.0.0.1:46482/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676570 T2108 C6392 P46482 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2&amp;gt; 676571 T2108 C6392 P46482 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 676570 T2109 C6391 P37924 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2&amp;gt; 676571 T2109 C6391 P37924 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1f8a691 main
[junit4:junit4]   2&amp;gt; 676591 T2105 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;1f8a691 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6393 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6393_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676592 T2109 C6393 P37924 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/index.20130523083531740 [CachedDir&amp;lt;&amp;lt;refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/index.20130523083531740;done=true&amp;gt;&amp;gt;]
[junit4:junit4]   2&amp;gt; 676593 T2109 C6393 P37924 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/index.20130523083531740
[junit4:junit4]   2&amp;gt; 676593 T2109 C6393 P37924 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/nodes_used_collection_shard1_replica1/data/index.20130523083531740
[junit4:junit4]   2&amp;gt; 676594 T2109 C6393 P37924 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 676594 T2109 C6393 P37924 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 676594 T2109 C6393 P37924 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6394 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;11988c8 url=http://127.0.0.1:46482/_ozv/vs/nodes_used_collection_shard2_replica1 node=127.0.0.1:46482__ozv%2Fvs C6394_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:46482__ozv%2Fvs, base_url=http://127.0.0.1:46482/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676602 T2108 C6394 P46482 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;a48637 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1f8a578),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;a48637 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1f8a578),segFN=segments_2,generation=2}
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6395 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;131f7ef url=http://127.0.0.1:37924/_ozv/vs/nodes_used_collection_shard1_replica1 node=127.0.0.1:37924__ozv%2Fvs C6395_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:37924__ozv%2Fvs, base_url=http://127.0.0.1:37924/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676616 T2109 C6395 P37924 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C6396 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;11988c8 url=http://127.0.0.1:46482/_ozv/vs/nodes_used_collection_shard2_replica1 node=127.0.0.1:46482__ozv%2Fvs C6396_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:46482__ozv%2Fvs, base_url=http://127.0.0.1:46482/_ozv/vs}
[junit4:junit4]   2&amp;gt; 676617 T2108 C6396 P46482 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2&amp;gt; 676617 T2108 C6396 P46482 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2&amp;gt; 676618 T2108 C6396 P46482 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;15a2edd main
[junit4:junit4]   2&amp;gt; 676619 T2103 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;15a2edd main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2&amp;gt; 676628 T2108 C6396 P46482 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/index.20130523083531831 [CachedDir&amp;lt;&amp;lt;refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/index.20130523083531831;done=true&amp;gt;&amp;gt;]
[junit4:junit4]   2&amp;gt; 676629 T2108 C6396 P46482 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/index.20130523083531831
[junit4:junit4]   2&amp;gt; 676629 T2108 C6396 P46482 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369312518342/nodes_used_collection_shard2_replica1/data/index.20130523083531831
[junit4:junit4]   2&amp;gt; 676629 T2108 C6396 P46482 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 676630 T2108 C6396 P46482 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 676630 T2108 C6396 P46482 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2&amp;gt; 676634 T2108 C6396 P46482 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 676826 T2037 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 676827 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:37924__ozv%2Fvs_nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:37924__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:37924/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 676954 T2037 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:46482__ozv%2Fvs_nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:46482__ozv%2Fvs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:46482/_ozv/vs"}
[junit4:junit4]   2&amp;gt; 676974 T2054 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&amp;gt; 676974 T2036 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&amp;gt; 676974 T2111 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&amp;gt; 676974 T2113 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&amp;gt; 676974 T2096 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&amp;gt; 676974 T2068 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&amp;gt; 676974 T2082 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&amp;gt; 676974 T2041 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2&amp;gt; 677400 T2078 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 677536 T2078 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 677558 T2078 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 677601 T2078 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 677657 T2078 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 677707 T2078 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 677709 T2078 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 677710 T2078 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 677710 T2078 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 677712 T2078 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 677712 T2078 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 677713 T2078 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 677714 T2078 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard2_replica2/data/
[junit4:junit4]   2&amp;gt; 677714 T2078 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;9fa8f
[junit4:junit4]   2&amp;gt; 677715 T2078 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 677733 T2078 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard2_replica2/data
[junit4:junit4]   2&amp;gt; 677734 T2078 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard2_replica2/data/index/
[junit4:junit4]   2&amp;gt; 677735 T2078 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 677735 T2078 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard2_replica2/data/index
[junit4:junit4]   2&amp;gt; 677738 T2078 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;18fd51a lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1390f08),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 677738 T2078 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 677741 T2078 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 677742 T2078 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 677743 T2078 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 677744 T2078 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 677745 T2078 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 677745 T2078 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 677746 T2078 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 677747 T2078 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 677747 T2078 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 677767 T2078 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 677814 T2078 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1f92596 main
[junit4:junit4]   2&amp;gt; 677815 T2078 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369312520765/awholynewcollection_0_shard2_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 677817 T2078 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 677817 T2078 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 677837 T2147 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard2_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;1f92596 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 677839 T2078 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica2 state=down
[junit4:junit4]   2&amp;gt; 677973 T2090 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 678010 T2090 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 678052 T2090 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 678120 T2134 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 678153 T2090 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 678170 T2134 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 678177 T2134 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 678216 T2090 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 678243 T2029 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 678244 T2134 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 678248 T2134 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 678258 T2049 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 678267 T2029 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 678285 T2091 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 678305 T2091 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 678324 T2049 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 678330 T2049 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 678348 T2090 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 678350 T2134 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 678351 T2090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 678352 T2090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 678352 T2090 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 678353 T2090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 678353 T2090 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 678353 T2134 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 678355 T2134 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 678354 T2090 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 678356 T2090 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard2_replica1/data/
[junit4:junit4]   2&amp;gt; 678356 T2090 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;9fa8f
[junit4:junit4]   2&amp;gt; 678357 T2090 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 678354 T2029 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 678355 T2134 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 678370 T2090 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369312521997/awholynewcollection_0_shard2_replica1/data
[junit4:junit4]   2&amp;gt; 678370 T2090 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Luc

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

tedZkTest.java:512)
[junit4:junit4]    &amp;gt; at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    &amp;gt; at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    &amp;gt; at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2&amp;gt; 939518 T2014 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2&amp;gt; 276953 T2013 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2&amp;gt; 940709 T2096 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 940711 T2096 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&amp;gt; 940711 T2096 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2&amp;gt; 940711 T2096 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2&amp;gt; 940712 T2096 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/leader_elect/shard4/election
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 940713 T2096 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; 940714 T2096 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/leader_elect/shard3/election
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2&amp;gt; at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2&amp;gt; at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2&amp;gt; at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2&amp;gt; 
[junit4:junit4]   2&amp;gt; NOTE: test params are: codec=Appending, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ko, timezone=America/Tortola
[junit4:junit4]   2&amp;gt; NOTE: Linux 3.2.0-41-generic i386/Sun Microsystems Inc. 1.6.0_45 (32-bit)/cpus=8,threads=1,free=83421152,total=213757952
[junit4:junit4]   2&amp;gt; NOTE: All tests run in this JVM: [ClusterStateTest, ZkNodePropsTest, SampleTest, TestRecovery, TestSolr4Spatial, TestPropInject, SpellCheckComponentTest, TestHashPartitioner, SolrPluginUtilsTest, PingRequestHandlerTest, ShardRoutingCustomTest, TestCollationField, TestSolrQueryParserDefaultOperatorResource, SolrRequestParserTest, TestNumberUtils, SortByFunctionTest, NoCacheHeaderTest, IndexSchemaRuntimeFieldTest, TestArbitraryIndexDir, CurrencyFieldXmlFileTest, PathHierarchyTokenizerFactoryTest, TestUpdate, DateMathParserTest, SolrCmdDistributorTest, FieldAnalysisRequestHandlerTest, TestSuggestSpellingConverter, DocValuesMultiTest, TestSchemaSimilarityResource, StatsComponentTest, TestSystemIdResolver, TestStressReorder, TestDistributedSearch, SolrIndexConfigTest, SignatureUpdateProcessorFactoryTest, TestCoreDiscovery, IndexBasedSpellCheckerTest, URLClassifyProcessorTest, HighlighterTest, JSONWriterTest, TestZkChroot, TestReload, TestFieldTypeResource, SolrCoreCheckLockOnStartupTest, TestBM25SimilarityFactory, FullSolrCloudDistribCmdsTest, TestAddFieldRealTimeGet, TestCSVResponseWriter, IndexReaderFactoryTest, TestSchemaNameResource, TestUniqueKeyFieldResource, TestStressLucene, TestMultiCoreConfBootstrap, TestRangeQuery, ChaosMonkeySafeLeaderTest, FileUtilsTest, BasicDistributedZk2Test, TestRandomFaceting, LeaderElectionIntegrationTest, TestUtils, TestSolrJ, TestRTGBase, TestPartialUpdateDeduplication, CopyFieldTest, DistanceFunctionTest, UpdateParamsTest, NumericFieldsTest, SolrTestCaseJ4Test, TestDynamicFieldCollectionResource, TestPostingsSolrHighlighter, TestWordDelimiterFilterFactory, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed on J1 in 278.25s, 1 test, 1 failure &amp;lt;&amp;lt;&amp;lt; FAILURES!

[...truncated 461 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:386: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:366: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1243: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887: There were test failures: 296 suites, 1234 tests, 1 failure, 13 ignored (7 assumptions)

Total time: 43 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.6.0_45 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe&amp;lt; at &amp;gt;lucene.apache.org
For additional commands, e-mail: dev-help&amp;lt; at &amp;gt;lucene.apache.org&lt;/pre&gt;</description>
    <dc:creator>Policeman Jenkins Server</dc:creator>
    <dc:date>2013-05-23T12:47:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131822">
    <title>[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_21) - Build # 5792 - Failure!</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.lucene.devel/131822</link>
    <description>&lt;pre&gt;Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5792/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseParallelGC

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

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
at __randomizedtesting.SeedInfo.seed([FAF598167ACDA10C:7B13160E0D92C130]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
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:601)
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:722)




Build Log:
[...truncated 9321 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2&amp;gt; log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
[junit4:junit4]   2&amp;gt; 722 T10 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zjn/s
[junit4:junit4]   2&amp;gt; 759 T10 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2&amp;gt; Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1369309406070
[junit4:junit4]   2&amp;gt; 764 T10 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2&amp;gt; 768 T11 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2&amp;gt; 867 T10 oasc.ZkTestServer.run start zk server on port:51986
[junit4:junit4]   2&amp;gt; 923 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1154 T17 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;3fa3cf name:ZooKeeperConnection Watcher:127.0.0.1:51986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1155 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1158 T10 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2&amp;gt; 1202 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 1209 T19 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;191c17 name:ZooKeeperConnection Watcher:127.0.0.1:51986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 1210 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 1222 T10 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2&amp;gt; 1229 T10 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2&amp;gt; 1236 T10 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2&amp;gt; 1241 T10 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2&amp;gt; 1250 T10 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2&amp;gt; 1273 T10 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2&amp;gt; 1288 T10 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 1290 T10 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2&amp;gt; 1298 T10 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2&amp;gt; 1299 T10 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2&amp;gt; 1306 T10 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2&amp;gt; 1308 T10 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2&amp;gt; 1313 T10 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2&amp;gt; 1315 T10 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2&amp;gt; 1320 T10 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 1321 T10 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 1327 T10 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2&amp;gt; 1328 T10 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2&amp;gt; 1334 T10 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2&amp;gt; 1335 T10 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2&amp;gt; 1339 T10 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2&amp;gt; 1340 T10 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2&amp;gt; 1638 T10 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 1717 T10 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:45018
[junit4:junit4]   2&amp;gt; 1734 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 1764 T10 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 1765 T10 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656
[junit4:junit4]   2&amp;gt; 1774 T10 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/solr.xml
[junit4:junit4]   2&amp;gt; 1781 T10 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 9557173
[junit4:junit4]   2&amp;gt; 1782 T10 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/'
[junit4:junit4]   2&amp;gt; 1782 T10 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/'
[junit4:junit4]   2&amp;gt; 2040 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656
[junit4:junit4]   2&amp;gt; 2041 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/collection1
[junit4:junit4]   2&amp;gt; 2042 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/collection1/conf
[junit4:junit4]   2&amp;gt; 2047 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 2070 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/collection1/lib
[junit4:junit4]   2&amp;gt; 2071 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 2072 T10 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 2081 T10 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 2082 T10 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 2082 T10 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 2083 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 2083 T10 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 2084 T10 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 2084 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 2085 T10 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 2085 T10 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 2101 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 2379 T10 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 2380 T10 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51986/solr
[junit4:junit4]   2&amp;gt; 2388 T10 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 2390 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2392 T32 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;c3433d name:ZooKeeperConnection Watcher:127.0.0.1:51986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2393 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2396 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 2406 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2409 T34 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;c3b9e1 name:ZooKeeperConnection Watcher:127.0.0.1:51986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2409 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2416 T10 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2&amp;gt; 2427 T10 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2&amp;gt; 2435 T10 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2&amp;gt; 2438 T10 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45018_zjn%2Fs
[junit4:junit4]   2&amp;gt; 2441 T10 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45018_zjn%2Fs
[junit4:junit4]   2&amp;gt; 2446 T10 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2&amp;gt; 2459 T10 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2&amp;gt; 2463 T10 oasc.Overseer.start Overseer (id=89739061243019267-127.0.0.1:45018_zjn%2Fs-n_0000000000) starting
[junit4:junit4]   2&amp;gt; 2472 T10 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2&amp;gt; 2481 T36 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2&amp;gt; 2481 T10 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2&amp;gt; 2485 T10 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2&amp;gt; 2488 T10 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2498 T35 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2&amp;gt; 2526 T10 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 2526 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 2542 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 2549 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 2551 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2553 T39 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;1812032 name:ZooKeeperConnection Watcher:127.0.0.1:51986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2553 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2555 T10 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 2560 T10 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2&amp;gt; 2639 T10 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 2642 T10 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:56177
[junit4:junit4]   2&amp;gt; 2643 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 2643 T10 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 2644 T10 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870
[junit4:junit4]   2&amp;gt; 2644 T10 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/solr.xml
[junit4:junit4]   2&amp;gt; 2645 T10 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 18746015
[junit4:junit4]   2&amp;gt; 2645 T10 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/'
[junit4:junit4]   2&amp;gt; 2646 T10 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/'
[junit4:junit4]   2&amp;gt; 2724 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870
[junit4:junit4]   2&amp;gt; 2725 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/collection1
[junit4:junit4]   2&amp;gt; 2725 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/collection1/conf
[junit4:junit4]   2&amp;gt; 2731 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 2748 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/collection1/lib
[junit4:junit4]   2&amp;gt; 2749 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 2750 T10 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 2754 T10 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 2754 T10 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 2755 T10 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 2755 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 2756 T10 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 2756 T10 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 2757 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 2758 T10 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 2758 T10 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 2759 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 2764 T10 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 2764 T10 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51986/solr
[junit4:junit4]   2&amp;gt; 2765 T10 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 2766 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2768 T50 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;d24521 name:ZooKeeperConnection Watcher:127.0.0.1:51986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2768 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2770 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 2775 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 2777 T52 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;12948c6 name:ZooKeeperConnection Watcher:127.0.0.1:51986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 2777 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 2782 T10 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 3787 T10 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56177_zjn%2Fs
[junit4:junit4]   2&amp;gt; 3789 T10 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56177_zjn%2Fs
[junit4:junit4]   2&amp;gt; 3796 T52 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 3796 T39 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 3796 T34 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2&amp;gt; 3808 T10 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 3809 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 3810 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 3904 T10 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 3906 T10 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:60369
[junit4:junit4]   2&amp;gt; 3908 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 3908 T10 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 3909 T10 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126
[junit4:junit4]   2&amp;gt; 3910 T10 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/solr.xml
[junit4:junit4]   2&amp;gt; 3910 T10 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 9674949
[junit4:junit4]   2&amp;gt; 3911 T10 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/'
[junit4:junit4]   2&amp;gt; 3912 T10 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/'
[junit4:junit4]   2&amp;gt; 4016 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126
[junit4:junit4]   2&amp;gt; 4017 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/collection1
[junit4:junit4]   2&amp;gt; 4018 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/collection1/conf
[junit4:junit4]   2&amp;gt; 4023 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 4038 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/collection1/lib
[junit4:junit4]   2&amp;gt; 4039 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 4041 T10 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 4044 T10 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 4045 T10 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 4045 T10 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 4046 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 4046 T10 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 4047 T10 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 4047 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 4048 T10 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 4048 T10 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 4049 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 4053 T10 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 4054 T10 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51986/solr
[junit4:junit4]   2&amp;gt; 4054 T10 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 4055 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 4057 T64 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;897a08 name:ZooKeeperConnection Watcher:127.0.0.1:51986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 4058 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 4060 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 4065 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 4067 T66 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;eb247d name:ZooKeeperConnection Watcher:127.0.0.1:51986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 4067 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 4073 T10 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 5077 T10 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60369_zjn%2Fs
[junit4:junit4]   2&amp;gt; 5078 T10 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60369_zjn%2Fs
[junit4:junit4]   2&amp;gt; 5083 T66 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 5084 T39 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 5084 T52 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 5085 T34 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2&amp;gt; 5098 T10 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 5098 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 5101 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 5183 T10 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 5185 T10 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:32778
[junit4:junit4]   2&amp;gt; 5186 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 5187 T10 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 5187 T10 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417
[junit4:junit4]   2&amp;gt; 5188 T10 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/solr.xml
[junit4:junit4]   2&amp;gt; 5188 T10 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 7561447
[junit4:junit4]   2&amp;gt; 5189 T10 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/'
[junit4:junit4]   2&amp;gt; 5189 T10 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/'
[junit4:junit4]   2&amp;gt; 5265 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417
[junit4:junit4]   2&amp;gt; 5266 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/collection1
[junit4:junit4]   2&amp;gt; 5266 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/collection1/conf
[junit4:junit4]   2&amp;gt; 5271 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 5288 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/collection1/lib
[junit4:junit4]   2&amp;gt; 5289 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 5290 T10 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 5293 T10 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 5294 T10 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 5294 T10 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 5294 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 5295 T10 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 5295 T10 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 5296 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 5296 T10 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 5297 T10 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 5297 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 5302 T10 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 5302 T10 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51986/solr
[junit4:junit4]   2&amp;gt; 5303 T10 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 5304 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 5306 T78 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;86d23d name:ZooKeeperConnection Watcher:127.0.0.1:51986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 5307 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 5313 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 5318 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 5320 T80 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;13a2d5f name:ZooKeeperConnection Watcher:127.0.0.1:51986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 5320 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 5325 T10 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 6329 T10 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32778_zjn%2Fs
[junit4:junit4]   2&amp;gt; 6331 T10 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32778_zjn%2Fs
[junit4:junit4]   2&amp;gt; 6336 T80 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 6336 T39 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 6337 T66 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 6336 T52 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 6336 T34 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2&amp;gt; 6347 T10 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 6347 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 6348 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 6419 T10 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2&amp;gt; 6422 T10 oejs.AbstractConnector.doStart Started SelectChannelConnector&amp;lt; at &amp;gt;127.0.0.1:34308
[junit4:junit4]   2&amp;gt; 6423 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2&amp;gt; 6424 T10 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2&amp;gt; 6424 T10 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664
[junit4:junit4]   2&amp;gt; 6425 T10 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/solr.xml
[junit4:junit4]   2&amp;gt; 6425 T10 oasc.CoreContainer.&amp;lt;init&amp;gt; New CoreContainer 15388611
[junit4:junit4]   2&amp;gt; 6426 T10 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/'
[junit4:junit4]   2&amp;gt; 6426 T10 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/'
[junit4:junit4]   2&amp;gt; 6509 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664
[junit4:junit4]   2&amp;gt; 6510 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/collection1
[junit4:junit4]   2&amp;gt; 6510 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/collection1/conf
[junit4:junit4]   2&amp;gt; 6515 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/collection1/conf/xslt
[junit4:junit4]   2&amp;gt; 6530 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/collection1/lib
[junit4:junit4]   2&amp;gt; 6531 T10 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/collection1/lib/classes
[junit4:junit4]   2&amp;gt; 6533 T10 oasc.SolrCoreDiscoverer.addCore Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/conf/core.properties, adding to cores
[junit4:junit4]   2&amp;gt; 6536 T10 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2&amp;gt; 6536 T10 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2&amp;gt; 6537 T10 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2&amp;gt; 6537 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2&amp;gt; 6538 T10 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2&amp;gt; 6538 T10 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2&amp;gt; 6539 T10 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2&amp;gt; 6539 T10 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2&amp;gt; 6540 T10 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2&amp;gt; 6540 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;socketTimeout=0&amp;amp;connTimeout=0&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 6544 T10 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2&amp;gt; 6545 T10 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51986/solr
[junit4:junit4]   2&amp;gt; 6545 T10 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2&amp;gt; 6546 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 6563 T92 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;17d6c6d name:ZooKeeperConnection Watcher:127.0.0.1:51986 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 6563 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 6582 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&amp;amp;maxConnectionsPerHost=16&amp;amp;socketTimeout=120000&amp;amp;connTimeout=15000
[junit4:junit4]   2&amp;gt; 6586 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 6592 T94 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;a22f2c name:ZooKeeperConnection Watcher:127.0.0.1:51986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 6592 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 6598 T10 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 7607 T10 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34308_zjn%2Fs
[junit4:junit4]   2&amp;gt; 7609 T10 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34308_zjn%2Fs
[junit4:junit4]   2&amp;gt; 7626 T66 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 7626 T39 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 7627 T34 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 7627 T94 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 7627 T52 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 7627 T80 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2&amp;gt; 7634 T10 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2&amp;gt; 7635 T10 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2&amp;gt; 7636 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 7642 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 7971 T46 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&amp;amp;name=nodes_used_collection&amp;amp;replicationFactor=2&amp;amp;action=CREATE&amp;amp;wt=javabin&amp;amp;version=2
[junit4:junit4]   2&amp;gt; 7976 T34 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2&amp;gt; 7980 T36 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2&amp;gt;   "operation":"createcollection",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "maxShardsPerNode":null,
[junit4:junit4]   2&amp;gt;   "createNodeSet":null,
[junit4:junit4]   2&amp;gt;   "name":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "replicationFactor":"2"}
[junit4:junit4]   2&amp;gt; 7983 T36 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:60369_zjn%2Fs
[junit4:junit4]   2&amp;gt; 7991 T36 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:56177_zjn%2Fs
[junit4:junit4]   2&amp;gt; 7992 T36 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:45018_zjn%2Fs
[junit4:junit4]   2&amp;gt; 7993 T36 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:32778_zjn%2Fs
[junit4:junit4]   2&amp;gt; 8006 T61 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 8006 T29 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 8008 T29 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 8006 T48 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/nodes_used_collection_shard1_replica2
[junit4:junit4]   2&amp;gt; 8009 T48 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 8006 T73 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/nodes_used_collection_shard2_replica2
[junit4:junit4]   2&amp;gt; 8011 T48 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 8010 T29 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 8007 T61 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 8012 T29 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 8014 T61 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 8012 T48 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 8011 T73 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2&amp;gt; 8015 T29 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 8017 T48 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 8015 T61 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 8017 T48 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 8017 T29 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 8017 T73 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2&amp;gt; 8021 T73 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 8019 T61 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 8022 T61 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 8023 T48 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 8024 T73 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 8022 T29 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 8025 T61 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 8027 T48 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   2&amp;gt; 8029 T61 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   2&amp;gt; 8028 T29 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   2&amp;gt; 8028 T73 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2&amp;gt; 8033 T73 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   2&amp;gt; 8204 T61 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 8204 T48 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 8213 T73 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 8225 T29 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 8358 T73 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 8363 T61 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 8375 T73 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 8380 T48 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 8382 T61 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 8394 T48 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 8396 T29 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 8403 T29 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 8503 T48 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 8504 T73 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 8547 T61 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 8572 T29 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 9566 T48 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 9566 T73 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 9566 T61 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 9584 T29 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 9598 T61 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 9599 T48 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 9602 T61 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 9603 T48 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 9605 T73 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 9606 T29 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 9608 T73 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 9610 T29 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 9811 T48 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 9812 T73 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 9811 T29 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 9813 T61 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 9821 T29 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 9821 T61 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 9821 T73 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 9829 T48 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 9832 T73 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 9831 T61 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 9830 T29 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 9839 T48 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 9841 T73 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 9841 T61 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 9843 T61 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 9844 T61 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 9842 T29 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 9845 T29 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 9842 T48 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 9846 T48 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 9847 T48 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 9842 T73 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 9847 T61 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 9849 T61 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 9846 T29 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 9853 T61 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 9850 T48 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 9860 T48 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 9861 T48 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 9849 T73 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 9857 T29 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 9865 T29 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 9866 T29 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 9866 T73 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 9867 T73 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 9867 T73 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 9871 T61 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   2&amp;gt; 9871 T29 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   2&amp;gt; 9871 T73 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   2&amp;gt; 9871 T48 oasc.SolrCore.&amp;lt;init&amp;gt; [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   2&amp;gt; 9874 T61 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 9874 T29 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 9874 T73 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 9874 T48 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 9973 T73 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 9973 T48 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 9973 T29 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 9981 T61 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 10005 T61 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/nodes_used_collection_shard1_replica1/data
[junit4:junit4]   2&amp;gt; 10006 T48 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/nodes_used_collection_shard1_replica2/data
[junit4:junit4]   2&amp;gt; 10006 T29 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/nodes_used_collection_shard2_replica1/data
[junit4:junit4]   2&amp;gt; 10006 T73 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/nodes_used_collection_shard2_replica2/data
[junit4:junit4]   2&amp;gt; 10007 T29 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   2&amp;gt; 10007 T48 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   2&amp;gt; 10006 T61 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   2&amp;gt; 10008 T48 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 10008 T29 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 10007 T73 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   2&amp;gt; 10009 T61 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 10013 T73 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 10018 T48 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/nodes_used_collection_shard1_replica2/data/index
[junit4:junit4]   2&amp;gt; 10019 T61 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/nodes_used_collection_shard1_replica1/data/index
[junit4:junit4]   2&amp;gt; 10020 T73 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/nodes_used_collection_shard2_replica2/data/index
[junit4:junit4]   2&amp;gt; 10019 T29 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/nodes_used_collection_shard2_replica1/data/index
[junit4:junit4]   2&amp;gt; 10126 T73 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1c58eb9 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1182a81),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 10126 T29 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1641270 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;d7e770),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 10126 T61 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;16ca6b8 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;f79daf),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 10126 T48 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1641270 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;e5ce58),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 10128 T61 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 10128 T29 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 10128 T73 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 10129 T48 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 10334 T48 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 10334 T29 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 10334 T61 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 10334 T73 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 10336 T61 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 10335 T29 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 10335 T48 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 10337 T73 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 10369 T48 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 10369 T61 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 10370 T29 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 10370 T73 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 10382 T73 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 10383 T29 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 10383 T48 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 10382 T61 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 10389 T73 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 10390 T73 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 10389 T48 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 10392 T48 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 10392 T29 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 10393 T29 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 10392 T61 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 10393 T29 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 10392 T48 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 10392 T73 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 10394 T61 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 10396 T61 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 10403 T29 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 10403 T61 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 10403 T48 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 10405 T61 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 10405 T29 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 10404 T73 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 10406 T48 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 10407 T73 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 10443 T48 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 10443 T61 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 10443 T73 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 10443 T29 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 10471 T61 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1797d67 main
[junit4:junit4]   2&amp;gt; 10471 T29 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1797d67 main
[junit4:junit4]   2&amp;gt; 10471 T48 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;13b32a3 main
[junit4:junit4]   2&amp;gt; 10471 T73 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;117f6f9 main
[junit4:junit4]   2&amp;gt; 10494 T73 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/nodes_used_collection_shard2_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 10494 T29 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/nodes_used_collection_shard2_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 10494 T48 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/nodes_used_collection_shard1_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 10494 T61 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/nodes_used_collection_shard1_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 10503 T29 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 10503 T61 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 10503 T73 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 10503 T48 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 10504 T73 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 10504 T61 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 10503 T29 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 10504 T48 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 10558 T102 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;13b32a3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 10558 T103 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;117f6f9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 10558 T100 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;1797d67 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 10560 T29 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2&amp;gt; 10565 T48 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2&amp;gt; 10565 T73 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2&amp;gt; 10570 T101 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;1797d67 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 10576 T61 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2&amp;gt; 11517 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 11519 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:45018_zjn%2Fs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:45018/zjn/s"}
[junit4:junit4]   2&amp;gt; 11519 T35 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2&amp;gt; 11533 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:56177_zjn%2Fs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:56177/zjn/s"}
[junit4:junit4]   2&amp;gt; 11538 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:32778_zjn%2Fs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:32778/zjn/s"}
[junit4:junit4]   2&amp;gt; 11543 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":null,
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"down",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:60369_zjn%2Fs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:60369/zjn/s"}
[junit4:junit4]   2&amp;gt; 11553 T80 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&amp;gt; 11553 T39 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&amp;gt; 11554 T52 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&amp;gt; 11554 T34 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&amp;gt; 11553 T94 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&amp;gt; 11553 T66 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&amp;gt; 11641 T29 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 11642 T29 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:45018/zjn/s collection:nodes_used_collection shard:shard2
[junit4:junit4]   2&amp;gt; 11643 T61 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2&amp;gt; 11644 T61 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:60369/zjn/s collection:nodes_used_collection shard:shard1
[junit4:junit4]   2&amp;gt; 11643 T73 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2&amp;gt; 11643 T48 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2&amp;gt; 11646 T73 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:32778/zjn/s collection:nodes_used_collection shard:shard2
[junit4:junit4]   2&amp;gt; 11646 T48 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:56177/zjn/s collection:nodes_used_collection shard:shard1
[junit4:junit4]   2&amp;gt; 11648 T29 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&amp;amp;maxConnectionsPerHost=20&amp;amp;connTimeout=30000&amp;amp;socketTimeout=30000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 11653 T73 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; 11653 T29 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2&amp;gt; 11653 T48 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; 11654 T61 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2&amp;gt; 11673 T61 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 11675 T73 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2&amp;gt; 11686 T61 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 11687 T61 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 11688 T73 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2&amp;gt; 11688 T61 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60369/zjn/s/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2&amp;gt; 11689 T73 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2&amp;gt; 11690 T73 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:32778/zjn/s/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2&amp;gt; 11693 T73 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&amp;amp;maxConnections=10000&amp;amp;connTimeout=30000&amp;amp;socketTimeout=30000&amp;amp;retry=false
[junit4:junit4]   2&amp;gt; 11698 T61 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:60369/zjn/s START replicas=[http://127.0.0.1:56177/zjn/s/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2&amp;gt; 11698 T73 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:32778/zjn/s START replicas=[http://127.0.0.1:45018/zjn/s/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2&amp;gt; 11699 T61 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:60369/zjn/s DONE.  We have no versions.  sync failed.
[junit4:junit4]   2&amp;gt; 11700 T73 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:32778/zjn/s DONE.  We have no versions.  sync failed.
[junit4:junit4]   2&amp;gt; 11700 T73 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2&amp;gt; 11700 T61 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2&amp;gt; 11701 T73 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&amp;gt; 11702 T61 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&amp;gt; 11703 T61 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60369/zjn/s/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2&amp;gt; 11702 T73 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:32778/zjn/s/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2&amp;gt; 11703 T61 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2&amp;gt; 11704 T73 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C0 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;75ecf6 url=http://127.0.0.1:45018/zjn/s/nodes_used_collection_shard2_replica1 node=127.0.0.1:45018_zjn%2Fs C0_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:45018_zjn%2Fs, base_url=http://127.0.0.1:45018/zjn/s}
[junit4:junit4]   2&amp;gt; 11718 T28 C0 P45018 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp=/zjn/s path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=9 
[junit4:junit4]   2&amp;gt; ASYNC  NEW_CORE C1 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore&amp;lt; at &amp;gt;181913 url=http://127.0.0.1:56177/zjn/s/nodes_used_collection_shard1_replica2 node=127.0.0.1:56177_zjn%2Fs C1_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:56177_zjn%2Fs, base_url=http://127.0.0.1:56177/zjn/s}
[junit4:junit4]   2&amp;gt; 11718 T47 C1 P56177 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp=/zjn/s path=/get params={getVersions=100&amp;amp;distrib=false&amp;amp;wt=javabin&amp;amp;qt=/get&amp;amp;version=2} status=0 QTime=9 
[junit4:junit4]   2&amp;gt; 13074 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 13096 T66 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&amp;gt; 13096 T34 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&amp;gt; 13097 T52 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&amp;gt; 13096 T80 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&amp;gt; 13096 T39 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&amp;gt; 13096 T94 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&amp;gt; 13119 T73 oasc.ZkController.register We are http://127.0.0.1:32778/zjn/s/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:32778/zjn/s/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2&amp;gt; 13121 T73 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:32778/zjn/s
[junit4:junit4]   2&amp;gt; 13122 T73 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 13123 T73 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2&amp;gt; 13126 T73 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 13126 T61 oasc.ZkController.register We are http://127.0.0.1:60369/zjn/s/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:60369/zjn/s/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2&amp;gt; 13127 T61 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:60369/zjn/s
[junit4:junit4]   2&amp;gt; 13127 T61 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2&amp;gt; 13128 T61 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2&amp;gt; 13127 T48 oasc.ZkController.register We are http://127.0.0.1:56177/zjn/s/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:60369/zjn/s/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2&amp;gt; 13128 T73 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard2&amp;amp;name=nodes_used_collection_shard2_replica2&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=5123 
[junit4:junit4]   2&amp;gt; 13129 T48 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:56177/zjn/s
[junit4:junit4]   2&amp;gt; 13130 T48 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica2
[junit4:junit4]   2&amp;gt; 13131 T48 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; 13132 T61 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 13134 T61 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard1&amp;amp;name=nodes_used_collection_shard1_replica1&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=5129 
[junit4:junit4]   2&amp;gt; 13135 T48 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 13137 T29 oasc.ZkController.register We are http://127.0.0.1:45018/zjn/s/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:32778/zjn/s/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2&amp;gt; 13137 T106 C1 P56177 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica2 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 13137 T48 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard1&amp;amp;name=nodes_used_collection_shard1_replica2&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=5132 
[junit4:junit4]   2&amp;gt; 13137 T29 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:45018/zjn/s
[junit4:junit4]   2&amp;gt; 13142 T29 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica1
[junit4:junit4]   2&amp;gt; 13140 T106 C1 P56177 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 13142 T29 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2&amp;gt; 13144 T106 C1 P56177 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=recovering
[junit4:junit4]   2&amp;gt; 13144 T107 C0 P45018 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica1 recoveringAfterStartup=true
[junit4:junit4]   2&amp;gt; 13145 T107 C0 P45018 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2&amp;gt; 13145 T29 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 13146 T107 C0 P45018 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=recovering
[junit4:junit4]   2&amp;gt; 13148 T106 C1 P56177 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 13148 T29 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&amp;amp;shard=shard2&amp;amp;name=nodes_used_collection_shard2_replica1&amp;amp;action=CREATE&amp;amp;collection=nodes_used_collection&amp;amp;wt=javabin&amp;amp;qt=/admin/cores&amp;amp;version=2} status=0 QTime=5143 
[junit4:junit4]   2&amp;gt; 13149 T36 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2&amp;gt; 13150 T107 C0 P45018 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&amp;amp;maxConnectionsPerHost=32&amp;amp;followRedirects=false
[junit4:junit4]   2&amp;gt; 13166 T74 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:45018_zjn%2Fs_nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 13171 T52 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2&amp;gt; 13177 T59 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:56177_zjn%2Fs_nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2&amp;gt; 13178 T34 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2&amp;gt; 13178 T36 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=5123},core=nodes_used_collection_shard2_replica2},null={responseHeader={status=0,QTime=5129},core=nodes_used_collection_shard1_replica1},null={responseHeader={status=0,QTime=5132},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=5143},core=nodes_used_collection_shard2_replica1}}}
[junit4:junit4]   2&amp;gt; 13182 T46 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&amp;amp;name=nodes_used_collection&amp;amp;replicationFactor=2&amp;amp;action=CREATE&amp;amp;wt=javabin&amp;amp;version=2} status=0 QTime=5259 
[junit4:junit4]   2&amp;gt; 13183 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 13185 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 13187 T109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;50cabc name:ZooKeeperConnection Watcher:127.0.0.1:51986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 13188 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 13190 T10 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 13195 T10 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2&amp;gt; 13197 T10 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2&amp;gt; 13199 T111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager&amp;lt; at &amp;gt;731904 name:ZooKeeperConnection Watcher:127.0.0.1:51986/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2&amp;gt; 13199 T10 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2&amp;gt; 13201 T10 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 13211 T61 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=4&amp;amp;maxShardsPerNode=3&amp;amp;name=awholynewcollection_0&amp;amp;replicationFactor=3&amp;amp;action=CREATE&amp;amp;wt=javabin&amp;amp;version=2
[junit4:junit4]   2&amp;gt; 13212 T34 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2&amp;gt; 13214 T36 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2&amp;gt;   "operation":"createcollection",
[junit4:junit4]   2&amp;gt;   "numShards":"4",
[junit4:junit4]   2&amp;gt;   "maxShardsPerNode":"3",
[junit4:junit4]   2&amp;gt;   "createNodeSet":null,
[junit4:junit4]   2&amp;gt;   "name":"awholynewcollection_0",
[junit4:junit4]   2&amp;gt;   "replicationFactor":"3"}
[junit4:junit4]   2&amp;gt; 13215 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:32778_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13215 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:34308_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13216 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:56177_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13216 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:60369_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13217 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:45018_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13218 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:32778_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13218 T89 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard1_replica2
[junit4:junit4]   2&amp;gt; 13219 T89 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13219 T45 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard1_replica3
[junit4:junit4]   2&amp;gt; 13220 T45 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13219 T62 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard2_replica1
[junit4:junit4]   2&amp;gt; 13221 T73 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard1_replica1
[junit4:junit4]   2&amp;gt; 13222 T73 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13221 T62 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13222 T89 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13222 T45 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13223 T89 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 13223 T73 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13223 T62 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13225 T62 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 13223 T45 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 13225 T89 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 13226 T89 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13224 T73 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2&amp;gt; 13227 T62 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 13228 T62 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13229 T73 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 13229 T45 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2&amp;gt; 13230 T73 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13230 T45 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13231 T89 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13236 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:34308_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13238 T62 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13240 T89 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   2&amp;gt; 13242 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:56177_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13247 T30 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard2_replica2
[junit4:junit4]   2&amp;gt; 13247 T75 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard2_replica3
[junit4:junit4]   2&amp;gt; 13249 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica3 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:60369_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13249 T30 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13248 T45 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13248 T73 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13268 T60 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard3_replica3
[junit4:junit4]   2&amp;gt; 13256 T46 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard3_replica2
[junit4:junit4]   2&amp;gt; 13254 T90 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard3_replica1
[junit4:junit4]   2&amp;gt; 13270 T90 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13253 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica1 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:45018_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13253 T62 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   2&amp;gt; 13271 T45 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard1_replica3/'
[junit4:junit4]   2&amp;gt; 13253 T75 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13271 T73 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   2&amp;gt; 13271 T90 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 13275 T90 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13279 T75 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 13280 T75 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13271 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica2 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:32778_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13269 T46 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13281 T90 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard3_replica1/'
[junit4:junit4]   2&amp;gt; 13269 T30 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 13282 T30 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13269 T60 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13279 T27 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard4_replica1
[junit4:junit4]   2&amp;gt; 13284 T27 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13286 T46 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 13286 T27 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 13287 T60 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 13288 T60 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13287 T46 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13288 T30 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   2&amp;gt; 13287 T27 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13290 T60 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard3_replica3/'
[junit4:junit4]   2&amp;gt; 13289 T75 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard2_replica3/'
[junit4:junit4]   2&amp;gt; 13292 T27 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard4_replica1/'
[junit4:junit4]   2&amp;gt; 13297 T46 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard3_replica2/'
[junit4:junit4]   2&amp;gt; 13305 T36 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica3 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:34308_zjn%2Fs
[junit4:junit4]   2&amp;gt; 13339 T88 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard4_replica3
[junit4:junit4]   2&amp;gt; 13340 T88 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13357 T88 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 13357 T88 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13364 T76 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard4_replica2
[junit4:junit4]   2&amp;gt; 13365 T76 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13369 T76 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2&amp;gt; 13370 T76 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2&amp;gt; 13372 T88 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard4_replica3/'
[junit4:junit4]   2&amp;gt; 13373 T76 oasc.SolrResourceLoader.&amp;lt;init&amp;gt; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard4_replica2/'
[junit4:junit4]   2&amp;gt; 13407 T62 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13430 T89 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13442 T45 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13444 T88 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13446 T27 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13459 T73 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13463 T75 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13477 T46 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13477 T30 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13478 T76 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13518 T60 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13548 T90 oasc.SolrConfig.&amp;lt;init&amp;gt; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2&amp;gt; 13572 T45 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13574 T45 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13613 T75 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13625 T75 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13626 T45 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 13636 T62 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13649 T62 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13659 T60 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13661 T46 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13665 T75 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 13675 T60 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13680 T46 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13683 T27 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13685 T27 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13688 T89 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13696 T62 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 13698 T73 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13701 T89 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13709 T88 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13712 T88 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13709 T73 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13722 T27 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 13731 T90 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13737 T90 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13738 T76 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13742 T76 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13757 T60 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 13760 T46 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 13796 T89 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 13783 T73 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 13769 T30 oasc.SolrConfig.&amp;lt;init&amp;gt; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2&amp;gt; 13807 T30 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2&amp;gt; 13809 T76 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 13810 T88 oass.IndexSchema.readSchema [awholynewcollection_0_shard4_replica3] Schema name=test
[junit4:junit4]   2&amp;gt; 13843 T90 oass.IndexSchema.readSchema [awholynewcollection_0_shard3_replica1] Schema name=test
[junit4:junit4]   2&amp;gt; 13890 T30 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica2] Schema name=test
[junit4:junit4]   2&amp;gt; 14613 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2&amp;gt; 14614 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:32778_zjn%2Fs_nodes_used_collection_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:32778_zjn%2Fs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:32778/zjn/s"}
[junit4:junit4]   2&amp;gt; 14629 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:60369_zjn%2Fs_nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"active",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:60369_zjn%2Fs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:60369/zjn/s"}
[junit4:junit4]   2&amp;gt; 14640 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:56177_zjn%2Fs_nodes_used_collection_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard1",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:56177_zjn%2Fs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:56177/zjn/s"}
[junit4:junit4]   2&amp;gt; 14645 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2&amp;gt;   "operation":"state",
[junit4:junit4]   2&amp;gt;   "core_node_name":"127.0.0.1:45018_zjn%2Fs_nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "numShards":"2",
[junit4:junit4]   2&amp;gt;   "shard":"shard2",
[junit4:junit4]   2&amp;gt;   "roles":null,
[junit4:junit4]   2&amp;gt;   "state":"recovering",
[junit4:junit4]   2&amp;gt;   "shard_state":"active",
[junit4:junit4]   2&amp;gt;   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2&amp;gt;   "collection":"nodes_used_collection",
[junit4:junit4]   2&amp;gt;   "shard_range":null,
[junit4:junit4]   2&amp;gt;   "node_name":"127.0.0.1:45018_zjn%2Fs",
[junit4:junit4]   2&amp;gt;   "base_url":"http://127.0.0.1:45018/zjn/s"}
[junit4:junit4]   2&amp;gt; 14654 T66 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&amp;gt; 14654 T80 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&amp;gt; 14655 T39 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&amp;gt; 14654 T94 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&amp;gt; 14655 T111 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&amp;gt; 14654 T52 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&amp;gt; 14654 T34 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&amp;gt; 14655 T109 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&amp;gt; 15167 T74 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:45018_zjn%2Fs_nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2&amp;gt; 15168 T74 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:45018_zjn%252Fs_nodes_used_collection_shard2_replica1&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:45018_zjn%252Fs&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=nodes_used_collection_shard2_replica2&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=2002 
[junit4:junit4]   2&amp;gt; 15178 T59 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:56177_zjn%2Fs_nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2&amp;gt; 15178 T59 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:56177_zjn%252Fs_nodes_used_collection_shard1_replica2&amp;amp;state=recovering&amp;amp;nodeName=127.0.0.1:56177_zjn%252Fs&amp;amp;action=PREPRECOVERY&amp;amp;checkLive=true&amp;amp;core=nodes_used_collection_shard1_replica1&amp;amp;wt=javabin&amp;amp;onlyIfLeader=true&amp;amp;version=2} status=0 QTime=2001 
[junit4:junit4]   2&amp;gt; 15312 T76 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15341 T76 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15345 T76 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15438 T76 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15440 T73 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15453 T76 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15456 T73 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15460 T73 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15465 T76 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15470 T76 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15472 T76 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15472 T76 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15479 T76 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15480 T76 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15481 T76 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15482 T76 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard4_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard4_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard4_replica2/data/
[junit4:junit4]   2&amp;gt; 15483 T76 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 15482 T60 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15486 T76 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15488 T76 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard4_replica2/data
[junit4:junit4]   2&amp;gt; 15490 T76 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard4_replica2/data/index/
[junit4:junit4]   2&amp;gt; 15491 T76 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard4_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard4_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 15491 T76 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard4_replica2/data/index
[junit4:junit4]   2&amp;gt; 15495 T76 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;12572fe lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;7c5770),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 15496 T76 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 15500 T76 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 15500 T90 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15501 T76 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 15503 T76 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 15506 T76 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 15507 T76 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 15508 T76 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15509 T76 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15510 T76 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 15511 T76 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 15519 T76 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 15520 T60 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15523 T76 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;9319b8 main
[junit4:junit4]   2&amp;gt; 15524 T76 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard4_replica2/data/tlog
[junit4:junit4]   2&amp;gt; 15525 T76 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 15526 T76 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 15535 T45 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15536 T90 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15540 T90 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15571 T73 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15551 T60 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15548 T124 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard4_replica2] Registered new searcher Searcher&amp;lt; at &amp;gt;9319b8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 15546 T76 oasc.ZkController.publish publishing core=awholynewcollection_0_shard4_replica2 state=down
[junit4:junit4]   2&amp;gt; 15588 T73 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15589 T30 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15597 T45 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15599 T73 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15601 T73 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15602 T73 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15602 T73 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15609 T73 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15609 T73 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15610 T73 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15610 T45 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15611 T73 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard1_replica1/data/
[junit4:junit4]   2&amp;gt; 15625 T73 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 15626 T73 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15627 T73 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard1_replica1/data
[junit4:junit4]   2&amp;gt; 15628 T73 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard1_replica1/data/index/
[junit4:junit4]   2&amp;gt; 15628 T73 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 15632 T27 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15633 T88 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15637 T73 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard1_replica1/data/index
[junit4:junit4]   2&amp;gt; 15622 T46 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15640 T75 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15617 T89 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15646 T30 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15645 T73 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;5da4fd lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;152434e),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 15648 T73 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 15652 T60 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15652 T73 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 15653 T73 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 15654 T73 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 15656 T73 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 15658 T73 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 15659 T73 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15652 T30 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15668 T60 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15659 T73 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15674 T73 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 15675 T90 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15697 T73 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 15695 T62 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2&amp;gt; 15702 T90 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15704 T27 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15708 T27 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15689 T75 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15731 T30 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15733 T75 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15736 T73 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 15685 T89 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15683 T88 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15741 T30 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15680 T46 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15676 T60 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15718 T62 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2&amp;gt; 15744 T73 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;1c77f62 main
[junit4:junit4]   2&amp;gt; 15745 T73 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard1_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 15717 T45 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15710 T90 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15746 T73 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 15745 T88 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15744 T89 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15749 T90 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15750 T90 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15750 T90 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15752 T90 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15753 T90 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15754 T90 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15748 T60 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15748 T73 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 15748 T62 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15747 T46 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2&amp;gt; 15755 T60 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15754 T90 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard3_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard3_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard3_replica1/data/
[junit4:junit4]   2&amp;gt; 15753 T45 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15760 T90 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 15759 T60 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15762 T90 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15763 T60 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15763 T60 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15764 T60 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15765 T90 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard3_replica1/data
[junit4:junit4]   2&amp;gt; 15766 T90 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard3_replica1/data/index/
[junit4:junit4]   2&amp;gt; 15765 T60 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard3_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard3_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard3_replica3/data/
[junit4:junit4]   2&amp;gt; 15767 T60 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 15768 T60 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15769 T60 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard3_replica3/data
[junit4:junit4]   2&amp;gt; 15770 T45 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15771 T60 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard3_replica3/data/index/
[junit4:junit4]   2&amp;gt; 15772 T60 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard3_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard3_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 15771 T90 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard3_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard3_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 15773 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15775 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15776 T45 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15782 T60 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard3_replica3/data/index
[junit4:junit4]   2&amp;gt; 15782 T90 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard3_replica1/data/index
[junit4:junit4]   2&amp;gt; 15785 T60 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;11cb5d6 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;170007a),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 15785 T60 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 15787 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15788 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15789 T45 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15789 T45 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard1_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard1_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard1_replica3/data/
[junit4:junit4]   2&amp;gt; 15790 T45 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 15791 T45 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15792 T45 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard1_replica3/data
[junit4:junit4]   2&amp;gt; 15800 T45 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard1_replica3/data/index/
[junit4:junit4]   2&amp;gt; 15800 T45 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard1_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 15782 T30 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15789 T60 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 15788 T125 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;1c77f62 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 15785 T90 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;d27930 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;593f0a),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 15803 T60 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 15802 T45 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard1_replica3/data/index
[junit4:junit4]   2&amp;gt; 15805 T60 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 15807 T45 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;8464f lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;1d24b4f),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 15805 T30 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15808 T30 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15809 T30 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15803 T90 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 15808 T45 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 15808 T60 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 15813 T60 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 15813 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15813 T30 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15814 T30 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15814 T60 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15816 T90 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 15816 T90 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 15815 T30 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15817 T27 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15818 T60 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 15817 T30 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard2_replica2/data/
[junit4:junit4]   2&amp;gt; 15819 T30 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 15820 T30 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15821 T45 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2&amp;gt; 15822 T60 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 15817 T90 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 15841 T27 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15839 T73 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica1 state=down
[junit4:junit4]   2&amp;gt; 15843 T75 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15831 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 15822 T45 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2&amp;gt; 15846 T45 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2&amp;gt; 15821 T30 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard2_replica2/data
[junit4:junit4]   2&amp;gt; 15848 T45 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 15848 T27 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15843 T90 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2&amp;gt; 15857 T60 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;99c9fd main
[junit4:junit4]   2&amp;gt; 15858 T60 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1369309409126/awholynewcollection_0_shard3_replica3/data/tlog
[junit4:junit4]   2&amp;gt; 15859 T90 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 15859 T90 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15852 T75 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15850 T45 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2&amp;gt; 15861 T45 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15848 T30 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard2_replica2/data/index/
[junit4:junit4]   2&amp;gt; 15862 T45 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15864 T45 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 15865 T45 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 15867 T75 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15860 T27 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15868 T27 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15868 T27 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15860 T90 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2&amp;gt; 15859 T60 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 15870 T60 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 15871 T46 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15870 T75 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15874 T90 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2&amp;gt; 15875 T90 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2&amp;gt; 15877 T90 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 15867 T45 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2&amp;gt; 15867 T89 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15863 T30 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2&amp;gt; 15879 T62 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15878 T75 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15887 T75 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15878 T27 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15888 T27 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15889 T27 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15890 T27 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard4_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard4_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard4_replica1/data/
[junit4:junit4]   2&amp;gt; 15890 T27 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 15891 T27 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15892 T27 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard4_replica1/data
[junit4:junit4]   2&amp;gt; 15877 T46 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15870 T88 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15893 T62 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15889 T75 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15895 T75 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15888 T126 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard3_replica3] Registered new searcher Searcher&amp;lt; at &amp;gt;99c9fd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 15898 T46 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15886 T45 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;b089a9 main
[junit4:junit4]   2&amp;gt; 15886 T90 oass.SolrIndexSearcher.&amp;lt;init&amp;gt; Opening Searcher&amp;lt; at &amp;gt;19c494d main
[junit4:junit4]   2&amp;gt; 15901 T90 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1369309411664/awholynewcollection_0_shard3_replica1/data/tlog
[junit4:junit4]   2&amp;gt; 15902 T90 oasu.CommitTracker.&amp;lt;init&amp;gt; Hard AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 15902 T90 oasu.CommitTracker.&amp;lt;init&amp;gt; Soft AutoCommit: disabled
[junit4:junit4]   2&amp;gt; 15904 T88 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15885 T89 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2&amp;gt; 15882 T30 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard2_replica2/data/index
[junit4:junit4]   2&amp;gt; 15904 T60 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica3 state=down
[junit4:junit4]   2&amp;gt; 15900 T45 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1369309407870/awholynewcollection_0_shard1_replica3/data/tlog
[junit4:junit4]   2&amp;gt; 15900 T62 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15896 T75 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15909 T75 oasc.SolrCore.&amp;lt;init&amp;gt; [awholynewcollection_0_shard2_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard2_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1369309410417/awholynewcollection_0_shard2_replica3/data/
[junit4:junit4]   2&amp;gt; 15894 T27 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1369309406656/awholynewcollection_0_shard4_replica1/data/index/
[junit4:junit4]   2&amp;gt; 15913 T88 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15913 T89 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15909 T75 oasc.JmxMonitoredMap.&amp;lt;init&amp;gt; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer&amp;lt; at &amp;gt;10a62e8
[junit4:junit4]   2&amp;gt; 15916 T75 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2&amp;gt; 15917 T88 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15917 T88 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15918 T88 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2&amp;gt; 15920 T127 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard3_replica1] Registered new searcher Searcher&amp;lt; at &amp;gt;19c494d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2&amp;gt; 15909 T30 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2&amp;gt; commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory&amp;lt; at &amp;gt;1cec2c0 lockFactory=org.apache.lucene.store.NativeFSLockFactory&amp;lt; at &amp;gt;65f0e7),segFN=segments_1,generation=1}
[junit4:junit4]   2&amp;gt; 15921 T30 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2&amp;gt; 15909 T46 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2&amp;gt; 15922 T46 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.&amp;lt;init&amp;gt; WARN Expected key, got STRING
[junit4:junit4]   2&amp;gt; 15923 T46 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from ope