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

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_45) - Build # 3411 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3411/
Java: 64bit/jdk1.7.0_45 -XX:+UseCompressedOops -XX:+UseG1GC

4 tests failed.
REGRESSION:  org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch

Error Message:
Invalid shard name : shard1 in collection : delLiveColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Invalid shard name : shard1 in collection : delLiveColl
	at __randomizedtesting.SeedInfo.seed([D7EA7EC0BDC70242:560CF0D8CA98627E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:268)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:148)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:134)
	at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:115)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteReplicaTest

Error Message:
ERROR: SolrZkClient opens=15 closes=14

Stack Trace:
java.lang.AssertionError: ERROR: SolrZkClient opens=15 closes=14
	at __randomizedtesting.SeedInfo.seed([D7EA7EC0BDC70242]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingZkClients(SolrTestCaseJ4.java:343)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:135)
	at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	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:744)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteReplicaTest

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest:     1) Thread[id=8148, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[D7EA7EC0BDC70242]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)    2) Thread[id=8147, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[D7EA7EC0BDC70242]-SendThread(127.0.0.1:49914), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:984)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   1) Thread[id=8148, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[D7EA7EC0BDC70242]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   2) Thread[id=8147, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[D7EA7EC0BDC70242]-SendThread(127.0.0.1:49914), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:984)
	at __randomizedtesting.SeedInfo.seed([D7EA7EC0BDC70242]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteReplicaTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=8147, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[D7EA7EC0BDC70242]-SendThread(127.0.0.1:49914), state=RUNNABLE, group=TGRP-DeleteReplicaTest]         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)         at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=8147, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[D7EA7EC0BDC70242]-SendThread(127.0.0.1:49914), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
        at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
	at __randomizedtesting.SeedInfo.seed([D7EA7EC0BDC70242]:0)




Build Log:
[...truncated 10708 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 3107834 T8061 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3107843 T8061 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-DeleteReplicaTest-1383239731543
   [junit4]   2> 3107847 T8061 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 3107849 T8062 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3107958 T8061 oasc.ZkTestServer.run start zk server on port:49914
   [junit4]   2> 3107961 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3107977 T8068 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41807804 name:ZooKeeperConnection Watcher:127.0.0.1:49914 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3107977 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3107977 T8061 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3107991 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3107995 T8070 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27be9a8a name:ZooKeeperConnection Watcher:127.0.0.1:49914/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3107996 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3107996 T8061 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3108005 T8061 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3108011 T8061 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3108017 T8061 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3108024 T8061 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]   2> 3108025 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3108036 T8061 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3108036 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3108044 T8061 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3108045 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3108053 T8061 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]   2> 3108053 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3108060 T8061 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]   2> 3108062 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3108068 T8061 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]   2> 3108070 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3108075 T8061 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]   2> 3108075 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3108084 T8061 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]   2> 3108085 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3108091 T8061 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]   2> 3108091 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3108100 T8061 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]   2> 3108101 T8061 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3108692 T8061 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3108698 T8061 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49921
   [junit4]   2> 3108698 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3108698 T8061 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3108698 T8061 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807
   [junit4]   2> 3108698 T8061 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\'
   [junit4]   2> 3108737 T8061 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\solr.xml
   [junit4]   2> 3108892 T8061 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3108892 T8061 oasc.CoreContainer.<init> New CoreContainer 385768840
   [junit4]   2> 3108893 T8061 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\]
   [junit4]   2> 3108896 T8061 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 3108896 T8061 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3108896 T8061 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3108897 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3108897 T8061 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3108897 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3108898 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3108898 T8061 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3108898 T8061 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3108903 T8061 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3108903 T8061 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3108903 T8061 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49914/solr
   [junit4]   2> 3108904 T8061 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3108906 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3108917 T8081 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@520c6d24 name:ZooKeeperConnection Watcher:127.0.0.1:49914 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3108918 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3108924 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3108931 T8083 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@533213f9 name:ZooKeeperConnection Watcher:127.0.0.1:49914/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3108931 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3108934 T8061 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3108943 T8061 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3108949 T8061 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3108953 T8061 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49921_
   [junit4]   2> 3108955 T8061 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49921_
   [junit4]   2> 3108962 T8061 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3108972 T8061 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3108977 T8061 oasc.Overseer.start Overseer (id=90651999047385091-127.0.0.1:49921_-n_0000000000) starting
   [junit4]   2> 3108985 T8061 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3108995 T8085 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3108997 T8061 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3109002 T8061 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3109008 T8061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3109014 T8084 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3109019 T8061 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807
   [junit4]   2> 3109251 T8061 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\conf\
   [junit4]   2> 3109265 T8061 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3109267 T8061 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3109267 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3109273 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3109276 T8088 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f538b0d name:ZooKeeperConnection Watcher:127.0.0.1:49914/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3109277 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3109279 T8061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3109282 T8061 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 3109752 T8061 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3109755 T8061 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49933
   [junit4]   2> 3109757 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3109757 T8061 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3109757 T8061 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383239732979
   [junit4]   2> 3109757 T8061 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383239732979\'
   [junit4]   2> 3109798 T8061 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383239732979\solr.xml
   [junit4]   2> 3109883 T8061 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3109883 T8061 oasc.CoreContainer.<init> New CoreContainer 643154760
   [junit4]   2> 3109883 T8061 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383239732979\]
   [junit4]   2> 3109887 T8061 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 3109887 T8061 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3109887 T8061 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3109887 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3109887 T8061 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3109887 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3109887 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3109887 T8061 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3109887 T8061 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3109892 T8061 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3109892 T8061 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3109892 T8061 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49914/solr
   [junit4]   2> 3109892 T8061 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3109895 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3109906 T8099 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53563cdf name:ZooKeeperConnection Watcher:127.0.0.1:49914 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3109906 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3109910 T8063 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1420f8349660005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3109913 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3109918 T8101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@397845e1 name:ZooKeeperConnection Watcher:127.0.0.1:49914/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3109919 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3109927 T8061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3110992 T8061 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49933_
   [junit4]   2> 3110996 T8061 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49933_
   [junit4]   2> 3111002 T8101 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 3111002 T8083 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 3111002 T8088 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 3111014 T8061 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383239732979
   [junit4]   2> 3111302 T8061 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383239732979\conf\
   [junit4]   2> 3111319 T8061 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3111321 T8061 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3111321 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3111993 T8061 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3111997 T8061 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49942
   [junit4]   2> 3111999 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3111999 T8061 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3111999 T8061 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022
   [junit4]   2> 3111999 T8061 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\'
   [junit4]   2> 3112031 T8061 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\solr.xml
   [junit4]   2> 3112113 T8061 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3112113 T8061 oasc.CoreContainer.<init> New CoreContainer 1514464802
   [junit4]   2> 3112113 T8061 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\]
   [junit4]   2> 3112117 T8061 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 3112117 T8061 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3112117 T8061 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3112117 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3112117 T8061 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3112118 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3112118 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3112118 T8061 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3112118 T8061 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3112122 T8061 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3112123 T8061 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3112123 T8061 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49914/solr
   [junit4]   2> 3112123 T8061 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3112126 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3112133 T8113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55891fd2 name:ZooKeeperConnection Watcher:127.0.0.1:49914 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3112133 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3112140 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3112144 T8115 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f38f050 name:ZooKeeperConnection Watcher:127.0.0.1:49914/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3112145 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3112153 T8061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3113142 T8061 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49942_
   [junit4]   2> 3113144 T8061 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49942_
   [junit4]   2> 3113149 T8083 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3113150 T8088 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3113150 T8101 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3113150 T8115 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3113163 T8061 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022
   [junit4]   2> 3113494 T8061 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\conf\
   [junit4]   2> 3113512 T8061 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3113513 T8061 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3113514 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3114101 T8061 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3114106 T8061 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49951
   [junit4]   2> 3114108 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3114108 T8061 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3114108 T8061 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383239737214
   [junit4]   2> 3114108 T8061 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383239737214\'
   [junit4]   2> 3114163 T8061 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383239737214\solr.xml
   [junit4]   2> 3114284 T8061 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3114284 T8061 oasc.CoreContainer.<init> New CoreContainer 1056948416
   [junit4]   2> 3114284 T8061 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383239737214\]
   [junit4]   2> 3114288 T8061 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 3114288 T8061 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3114288 T8061 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3114288 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3114289 T8061 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3114289 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3114289 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3114289 T8061 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3114292 T8061 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3114296 T8061 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3114296 T8061 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3114298 T8061 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49914/solr
   [junit4]   2> 3114298 T8061 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3114301 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3114313 T8127 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35259a08 name:ZooKeeperConnection Watcher:127.0.0.1:49914 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3114313 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3114320 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3114325 T8129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29848392 name:ZooKeeperConnection Watcher:127.0.0.1:49914/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3114325 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3114334 T8061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3115324 T8061 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49951_
   [junit4]   2> 3115326 T8061 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49951_
   [junit4]   2> 3115332 T8129 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3115332 T8083 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3115334 T8101 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3115334 T8088 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3115335 T8115 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3115346 T8061 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383239737214
   [junit4]   2> 3115547 T8061 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383239737214\conf\
   [junit4]   2> 3115559 T8061 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3115560 T8061 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3115560 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3116009 T8061 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3116013 T8061 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49960
   [junit4]   2> 3116015 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3116015 T8061 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3116015 T8061 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260
   [junit4]   2> 3116016 T8061 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\'
   [junit4]   2> 3116055 T8061 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\solr.xml
   [junit4]   2> 3116228 T8061 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3116228 T8061 oasc.CoreContainer.<init> New CoreContainer 1575358370
   [junit4]   2> 3116228 T8061 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\]
   [junit4]   2> 3116231 T8061 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 3116231 T8061 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3116231 T8061 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3116231 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3116231 T8061 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3116231 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3116231 T8061 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3116231 T8061 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3116231 T8061 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3116236 T8061 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3116236 T8061 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3116236 T8061 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49914/solr
   [junit4]   2> 3116236 T8061 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3116239 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3116250 T8141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e4561c2 name:ZooKeeperConnection Watcher:127.0.0.1:49914 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3116250 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3116253 T8063 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1420f834966000b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3116256 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3116261 T8143 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58106eeb name:ZooKeeperConnection Watcher:127.0.0.1:49914/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3116261 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3116269 T8061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3117258 T8061 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49960_
   [junit4]   2> 3117260 T8061 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49960_
   [junit4]   2> 3117266 T8088 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3117266 T8083 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3117266 T8143 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3117267 T8101 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3117267 T8115 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3117268 T8129 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3117274 T8061 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260
   [junit4]   2> 3117480 T8061 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\conf\
   [junit4]   2> 3117491 T8061 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3117493 T8061 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3117493 T8061 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3117499 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3117502 T8146 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@593ef8d5 name:ZooKeeperConnection Watcher:127.0.0.1:49914/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3117503 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3117505 T8061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3117511 T8061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3117514 T8148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2aaa12f1 name:ZooKeeperConnection Watcher:127.0.0.1:49914/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3117515 T8061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3117517 T8061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3117522 T8136 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=2&name=delLiveColl&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 3117524 T8083 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3117526 T8083 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3117527 T8085 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"delLiveColl",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 3117527 T8085 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"delLiveColl",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 3118056 T8084 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3118057 T8084 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl
   [junit4]   2> 3118057 T8084 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2]
   [junit4]   2> 3118066 T8083 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3118066 T8129 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3118067 T8143 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3118067 T8101 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3118066 T8146 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3118067 T8115 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3118066 T8148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3118066 T8088 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3118128 T8085 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 3118128 T8085 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:49942_
   [junit4]   2> 3118128 T8085 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:49960_
   [junit4]   2> 3118129 T8085 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:49933_
   [junit4]   2> 3118129 T8085 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:49921_
   [junit4]   2> 3118139 T8097 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down
   [junit4]   2> 3118139 T8108 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down
   [junit4]   2> 3118141 T8075 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down
   [junit4]   2> 3118143 T8137 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down
   [junit4]   2> 3118144 T8097 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3118145 T8075 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3118144 T8108 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3118146 T8137 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3119554 T8084 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3119555 T8084 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49933",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49933_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delLiveColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 3119563 T8084 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49942",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49942_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delLiveColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 3119570 T8084 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49921",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49921_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delLiveColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 3119577 T8084 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49960",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49960_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delLiveColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 3119585 T8148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3119586 T8083 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3119586 T8129 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3119586 T8088 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3119587 T8146 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3119587 T8115 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3119587 T8101 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3119587 T8143 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 3120114 T8097 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1
   [junit4]   2> 3120117 T8108 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1
   [junit4]   2> 3120117 T8097 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using instanceDir: .\org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383239732979\delLiveColl_shard2_replica1
   [junit4]   2> 3120117 T8097 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 3120117 T8075 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2
   [junit4]   2> 3120118 T8108 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using instanceDir: .\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\delLiveColl_shard1_replica1
   [junit4]   2> 3120118 T8108 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 3120119 T8097 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 3120119 T8097 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 3120120 T8108 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 3120120 T8137 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2
   [junit4]   2> 3120120 T8108 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 3120123 T8097 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 3120123 T8075 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica2' using instanceDir: .\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\delLiveColl_shard2_replica2
   [junit4]   2> 3120123 T8097 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 3120124 T8108 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 3120124 T8075 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 3120125 T8108 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 3120128 T8137 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using instanceDir: .\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\delLiveColl_shard1_replica2
   [junit4]   2> 3120129 T8137 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 3120128 T8075 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 3120131 T8075 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 3120132 T8137 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3120132 T8137 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 3120133 T8097 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 3120133 T8108 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 3120135 T8075 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 3120135 T8137 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\delLiveColl_shard1_replica2\'
   [junit4]   2> 3120137 T8097 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383239732979\delLiveColl_shard2_replica1\'
   [junit4]   2> 3120138 T8108 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\delLiveColl_shard1_replica1\'
   [junit4]   2> 3120141 T8075 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 3120142 T8075 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\delLiveColl_shard2_replica2\'
   [junit4]   2> 3120236 T8097 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 3120240 T8137 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 3120305 T8097 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3120313 T8137 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3120315 T8097 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3120353 T8108 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 3120498 T8075 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 3120565 T8108 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3120567 T8075 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3120601 T8097 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test
   [junit4]   2> 3120616 T8075 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3120617 T8137 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3120665 T8075 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test
   [junit4]   2> 3120755 T8137 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test
   [junit4]   2> 3120836 T8108 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3120847 T8108 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test
   [junit4]   2> 3121909 T8137 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3122056 T8137 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3122107 T8137 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3122206 T8108 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3122213 T8108 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3122217 T8108 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3122228 T8075 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3122235 T8075 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3122239 T8075 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3122276 T8137 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3122279 T8075 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3122283 T8137 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3122291 T8075 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3122293 T8108 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3122298 T8137 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3122306 T8075 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3122306 T8137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3122307 T8137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3122307 T8137 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3122312 T8108 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3122315 T8075 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3122315 T8075 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3122315 T8075 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3122316 T8137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3122316 T8137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3122316 T8137 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3122317 T8137 oasc.SolrCore.<init> [delLiveColl_shard1_replica2] Opening new SolrCore at .\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\delLiveColl_shard1_replica2\, dataDir=.\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\delLiveColl_shard1_replica2\data\
   [junit4]   2> 3122317 T8137 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f3fc03c
   [junit4]   2> 3122318 T8137 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\delLiveColl_shard1_replica2\data\
   [junit4]   2> 3122318 T8137 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\delLiveColl_shard1_replica2\data\index/
   [junit4]   2> 3122318 T8137 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory '.\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\delLiveColl_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3122319 T8137 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383239739260\delLiveColl_shard1_replica2\data\index
   [junit4]   2> 3122319 T8137 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2064183493, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3122320 T8137 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6f602459 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30b1888e),segFN=segments_1,generation=1}
   [junit4]   2> 3122320 T8137 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3122324 T8137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3122325 T8137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3122325 T8137 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3122325 T8137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3122326 T8137 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3122326 T8137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3122327 T8137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3122327 T8137 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3122327 T8137 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3122328 T8137 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3122329 T8137 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3122329 T8137 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3122329 T8137 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3122331 T8137 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3122331 T8137 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3122338 T8108 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3122344 T8137 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3122347 T8075 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3122347 T8075 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3122347 T8075 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3122348 T8075 oasc.SolrCore.<init> [delLiveColl_shard2_replica2] Opening new SolrCore at .\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\delLiveColl_shard2_replica2\, dataDir=.\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\delLiveColl_shard2_replica2\data\
   [junit4]   2> 3122348 T8075 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f3fc03c
   [junit4]   2> 3122349 T8075 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\delLiveColl_shard2_replica2\data\
   [junit4]   2> 3122349 T8075 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\delLiveColl_shard2_replica2\data\index/
   [junit4]   2> 3122350 T8075 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica2] Solr index directory '.\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\delLiveColl_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3122351 T8075 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383239731807\delLiveColl_shard2_replica2\data\index
   [junit4]   2> 3122353 T8108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3122353 T8108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3122354 T8108 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3122356 T8075 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2064183493, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3122357 T8137 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3122357 T8137 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3122357 T8075 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a2b959 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31dae868),segFN=segments_1,generation=1}
   [junit4]   2> 3122358 T8137 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19527183469210999]
   [junit4]   2> 3122359 T8075 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3122360 T8108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3122360 T8108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3122360 T8108 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3122362 T8108 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at .\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\delLiveColl_shard1_replica1\, dataDir=.\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\delLiveColl_shard1_replica1\data\
   [junit4]   2> 3122363 T8108 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f3fc03c
   [junit4]   2> 3122363 T8108 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\delLiveColl_shard1_replica1\data\
   [junit4]   2> 3122363 T8108 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\delLiveColl_shard1_replica1\data\index/
   [junit4]   2> 3122363 T8108 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory '.\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\delLiveColl_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3122364 T8108 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383239735022\delLiveColl_shard1_replica1\data\index
   [junit4]   2> 3122365 T8108 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2064183493, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3122366 T8108 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4955509e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13d6b565),segFN=segments_1,generation=1}
   [junit4]   2> 3122366 T8108 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3122370 T8108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3122363 T8075 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3122372 T8108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3122372 T8075 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3122373 T8075 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3122373 T8075 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3122373 T8075 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3122374 T8075 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3122374 T8075 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3122375 T8075 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3122375 T8075 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3122363 T8137 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6f602459 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30b1888e),segFN=segments_1,generation=1}
   [junit4]   2> 3122372 T8108 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3122376 T8075 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3122376 T8075 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3122376 T8075 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3122377 T8075 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3122378 T8075 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3122379 T8075 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3122382 T8075 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3122376 T8137 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3122383 T8137 oass.SolrIndexSearcher.<init> Opening Searcher@3a598853 main
   [junit4]   2> 3122376 T8108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3122385 T8108 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3122385 T8108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3122386 T8108 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3122386 T8108 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3122386 T8108 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3122388 T8108 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3122389 T8137 oasc.CoreContainer.registerCore registering core: delLiveColl_shard1_replica2
   [junit4]   2> 3122389 T8137 oasc.ZkController.register Register replica - core:delLiveColl_shard1_replica2 address:http://127.0.0.1:49960 collection:delLiveColl shard:shard1
   [junit4]   2> 3122389 T8108 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3122389 T8108 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3122389 T8108 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3122389 T8108 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3122427 T8108 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3122430 T8108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3122389 T8153 oasc.SolrCore.registerSearcher [delLiveColl_shard1_replica2] Registered new searcher Searcher@3a598853 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3122432 T8137 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard1/election
   [junit4]   2> 3122435 T8108 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3122436 T8108 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3122437 T8108 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19527183469210999]
   [junit4]   2> 3122438 T8108 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4955509e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13d6b565),segFN=segments_1,generation=1}
   [junit4]   2> 3122438 T8108 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3122438 T8108 oass.SolrIndexSearcher.<init> Opening Searcher@7f5a8832 main
   [junit4]   2> 3122444 T8108 oasc.CoreContainer.registerCore registering core: delLiveColl_shard1_replica1
   [junit4]   2> 3122444 T8108 oasc.ZkController.register Register replica - core:delLiveColl_shard1_replica1 address:http://127.0.0.1:49942 collection:delLiveColl shard:shard1
   [junit4]   2> 3122447 T8155 oasc.SolrCore.registerSearcher [delLiveColl_shard1_replica1] Registered new searcher Searcher@7f5a8832 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3122447 T8108 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard1/election
   [junit4]   2> 3122447 T8075 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3122448 T8075 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3122448 T8075 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19527183469210999]
   [junit4]   2> 3122450 T8075 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a2b959 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31dae868),segFN=segments_1,generation=1}
   [junit4]   2> 3122450 T8075 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3122450 T8075 oass.SolrIndexSearcher.<init> Opening Searcher@21ee258e main
   [junit4]   2> 3122454 T8075 oasc.CoreContainer.registerCore registering core: delLiveColl_shard2_replica2
   [junit4]   2> 3122455 T8075 oasc.ZkController.register Register replica - core:delLiveColl_shard2_replica2 address:http://127.0.0.1:49921 collection:delLiveColl shard:shard2
   [junit4]   2> 3122458 T8154 oasc.SolrCore.registerSearcher [delLiveColl_shard2_replica2] Registered new searcher Searcher@21ee258e main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3122460 T8075 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard2/election
   [junit4]   2> 3122477 T8108 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3122484 T8108 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3122484 T8108 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 3122484 T8108 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49942/delLiveColl_shard1_replica1/
   [junit4]   2> 3122485 T8108 oasu.PeerSync.sync PeerSync: core=delLiveColl_shard1_replica1 url=http://127.0.0.1:49942 START replicas=[http://127.0.0.1:49960/delLiveColl_shard1_replica2/] nUpdates=100
   [junit4]   2> 3122485 T8108 oasu.PeerSync.sync PeerSync: core=delLiveColl_shard1_replica1 url=http://127.0.0.1:49942 DONE.  We have no versions.  sync failed.
   [junit4]   2> 3122486 T8108 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3122486 T8108 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3122486 T8108 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49942/delLiveColl_shard1_replica1/ shard1
   [junit4]   2> 3122487 T8108 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leaders/shard1
   [junit4]   2> 3122487 T8097 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3122495 T8097 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> ASYNC  NEW_CORE C1794 name=delLiveColl_shard1_replica2 org.apache.solr.core.SolrCore@497b52af url=http://127.0.0.1:49960/delLiveColl_shard1_replica2 node=127.0.0.1:49960_ C1794_STATE=coll:delLiveColl core:delLiveColl_shard1_replica2 props:{state=down, base_url=http://127.0.0.1:49960, core=delLiveColl_shard1_replica2, node_name=127.0.0.1:49960_}
   [junit4]   2> 3122498 T8134 C1794 P49960 oasc.SolrCore.execute [delLiveColl_shard1_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
   [junit4]   2> 3122498 T8075 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3122502 T8097 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3122505 T8075 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179999
   [junit4]   2> 3122525 T8097 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3122530 T8097 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3122536 T8097 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3122536 T8097 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3122537 T8097 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3122537 T8097 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3122539 T8097 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3122539 T8097 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3122540 T8097 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3122540 T8097 oasc.SolrCore.<ini

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

ldsTest, SolrCmdDistributorTest, IndexSchemaTest, HdfsBasicDistributedZk2Test, TestNRTOpen, StressHdfsTest, TestFoldingMultitermQuery, SolrCoreTest, TestCloudManagedSchema, TestRealTimeGet, CoreMergeIndexesAdminHandlerTest, SolrIndexConfigTest, TestPhraseSuggestions, TestSolrIndexConfig, HdfsRecoveryZkTest, ZkCLITest, LeaderElectionTest, ParsingFieldUpdateProcessorsTest, SuggesterTest, TestQuerySenderNoQuery, TestFieldTypeCollectionResource, HdfsLockFactoryTest, StatsComponentTest, QueryResultKeyTest, TestCollationField, TestSolrQueryParserResource, SignatureUpdateProcessorFactoryTest, SimpleFacetsTest, TestFastOutputStream, TestValueSourceCache, UpdateParamsTest, DirectUpdateHandlerOptimizeTest, CurrencyFieldOpenExchangeTest, SliceStateUpdateTest, AlternateDirectoryTest, TestSchemaResource, ShowFileRequestHandlerTest, TestHashPartitioner, PrimitiveFieldTypeTest, RequiredFieldsTest, TestMaxScoreQueryParser, SolrRequestParserTest, MultiTermTest, TestIndexingPerformance, CoreAdminCreateDiscoverTest, TestBinaryField, BasicDistributedZk2Test, DebugComponentTest, CoreAdminHandlerTest, TestDefaultSearchFieldResource, BadCopyFieldTest, TermVectorComponentDistributedTest, TestBadConfig, TestDocSet, AddBlockUpdateTest, SpellCheckCollatorTest, HdfsChaosMonkeySafeLeaderTest, HighlighterTest, SolrTestCaseJ4Test, JSONWriterTest, TestLMDirichletSimilarityFactory, HardAutoCommitTest, DistributedQueryElevationComponentTest, TestManagedSchema, TestRandomMergePolicy, TestSearchPerf, TestSort, TestNumberUtils, ScriptEngineTest, TermsComponentTest, DistributedTermsComponentTest, DocumentAnalysisRequestHandlerTest, ZkSolrClientTest, AssignTest, TestSolrDeletionPolicy1, ShardSplitTest, SampleTest, TestSchemaVersionResource, QueryParsingTest, LoggingHandlerTest, TestNonNRTOpen, HighlighterConfigTest, CollectionsAPIDistributedZkTest, ShardRoutingCustomTest, ExternalFileFieldSortTest, TestAtomicUpdateErrorCases, StandardRequestHandlerTest, SearchHandlerTest, TestRandomFaceting, SchemaVersionSpecificBehaviorTest, TestDynamicFieldResource, RAMDirectoryFactoryTest, HdfsSyncSliceTest, TestLazyCores, TestStressReorder, TestRangeQuery, UniqFieldsUpdateProcessorFactoryTest, SliceStateTest, BasicFunctionalityTest, OpenCloseCoreStressTest, TestUniqueKeyFieldResource, PathHierarchyTokenizerFactoryTest, TestSolrCoreProperties, TestImplicitCoreProperties, FieldAnalysisRequestHandlerTest, JsonLoaderTest, TestBM25SimilarityFactory, OverseerCollectionProcessorTest, TestUtils, BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestZkChroot, TestRandomDVFaceting, AutoCommitTest, TestFaceting, TestRecovery, ZkControllerTest, TestJoin, TestMultiCoreConfBootstrap, TestReload, TestStressVersions, TestCoreContainer, TestSolr4Spatial, TestGroupingSearch, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, DirectUpdateHandlerTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SuggesterFSTTest, DocValuesTest, SuggesterTSTTest, TestStressLucene, TestTrie, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, SolrInfoMBeanTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestBinaryResponseWriter, TestLFUCache, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestElisionMultitermQuery, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, TestSolrXMLSerializer, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, TestRTGBase, DeleteInactiveReplicaTest, DeleteReplicaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.seed=D7EA7EC0BDC70242 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=Israel -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | DeleteReplicaTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrZkClient opens=15 closes=14
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7EA7EC0BDC70242]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingZkClients(SolrTestCaseJ4.java:343)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:135)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   [junit4]    >    1) Thread[id=8148, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[D7EA7EC0BDC70242]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]    >    2) Thread[id=8147, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[D7EA7EC0BDC70242]-SendThread(127.0.0.1:49914), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:984)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7EA7EC0BDC70242]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=8147, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[D7EA7EC0BDC70242]-SendThread(127.0.0.1:49914), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7EA7EC0BDC70242]:0)
   [junit4] Completed in 103.05s, 1 test, 1 failure, 3 errors <<< FAILURES!

[...truncated 97 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:417: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:397: 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:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:483: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1259: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:902: There were test failures: 329 suites, 1456 tests, 3 suite-level errors, 1 error, 176 ignored (11 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_45) - Build # 3412 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3412/
Java: 32bit/jdk1.7.0_45 -client -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 32826 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:417: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:356: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:66: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:135: The following files are missing svn:eol-style (or binary svn:mime-type):
* ./solr/core/src/java/org/apache/solr/update/processor/DocBasedVersionConstraintsProcessorFactory.java
* ./solr/core/src/test/org/apache/solr/cloud/TestDistribDocBasedVersion.java
* ./solr/core/src/test/org/apache/solr/search/TestStressUserVersions.java
* ./solr/core/src/test/org/apache/solr/update/TestDocBasedVersionConstraints.java

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