You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/08 08:33:30 UTC

[JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1742 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1742/

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

Error Message:
Invalid replica : core_node1 in shard/collection : shard1/delLiveColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Invalid replica : core_node1 in shard/collection : shard1/delLiveColl
	at __randomizedtesting.SeedInfo.seed([3CCA6CA07C156578:BD2CE2B80B4A0544]: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:149)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:135)
	at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:115)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:724)


FAILED:  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([3CCA6CA07C156578]: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.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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:724)


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=3234, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-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=3233, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-SendThread(localhost:43877), state=RUNNABLE, group=TGRP-DeleteReplicaTest]         at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)         at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)         at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)         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: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   1) Thread[id=3234, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-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=3233, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-SendThread(localhost:43877), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
        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([3CCA6CA07C156578]: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=3233, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-SendThread(localhost:43877), state=RUNNABLE, group=TGRP-DeleteReplicaTest]         at sun.nio.ch.IOUtil.drain(Native Method)         at sun.nio.ch.KQueueSelectorImpl.updateSelectedKeys(KQueueSelectorImpl.java:167)         at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:108)         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=3233, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-SendThread(localhost:43877), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
        at sun.nio.ch.IOUtil.drain(Native Method)
        at sun.nio.ch.KQueueSelectorImpl.updateSelectedKeys(KQueueSelectorImpl.java:167)
        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:108)
        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([3CCA6CA07C156578]:0)




Build Log:
[...truncated 10345 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1630764 T3147 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1630771 T3147 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./solrtest-DeleteReplicaTest-1383895833721
   [junit4]   2> 1630773 T3147 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1630773 T3148 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1630874 T3147 oasc.ZkTestServer.run start zk server on port:43877
   [junit4]   2> 1630875 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1630886 T3154 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a38e7d4 name:ZooKeeperConnection Watcher:127.0.0.1:43877 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1630886 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1630887 T3147 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1630891 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1630893 T3156 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26b85284 name:ZooKeeperConnection Watcher:127.0.0.1:43877/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1630893 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1630893 T3147 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1630896 T3147 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1630899 T3147 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1630900 T3147 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1630903 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1630903 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1630908 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1630909 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1631012 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1631013 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1631015 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1631016 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1631027 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1631028 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1631031 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1631031 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1631034 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1631035 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1631037 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1631038 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1631040 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1631041 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1631043 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1631044 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1631052 T3147 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1631052 T3147 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1631283 T3147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1631288 T3147 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33466
   [junit4]   2> 1631289 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1631289 T3147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1631290 T3147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383895834005
   [junit4]   2> 1631290 T3147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383895834005/'
   [junit4]   2> 1631325 T3147 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383895834005/solr.xml
   [junit4]   2> 1631435 T3147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1631436 T3147 oasc.CoreContainer.<init> New CoreContainer 437060033
   [junit4]   2> 1631436 T3147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383895834005/]
   [junit4]   2> 1631438 T3147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1631439 T3147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1631439 T3147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1631440 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1631440 T3147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1631440 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1631441 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1631441 T3147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1631442 T3147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1631448 T3147 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1631449 T3147 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1631450 T3147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43877/solr
   [junit4]   2> 1631450 T3147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1631451 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1631454 T3167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6da4bb0 name:ZooKeeperConnection Watcher:127.0.0.1:43877 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1631455 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1631458 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1631466 T3169 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d558686 name:ZooKeeperConnection Watcher:127.0.0.1:43877/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1631466 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1631468 T3147 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1631479 T3147 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1631482 T3147 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1631484 T3147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33466_
   [junit4]   2> 1631491 T3147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33466_
   [junit4]   2> 1631494 T3147 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1631511 T3147 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1631513 T3147 oasc.Overseer.start Overseer (id=90694997359132675-127.0.0.1:33466_-n_0000000000) starting
   [junit4]   2> 1631528 T3147 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1631532 T3171 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1631533 T3147 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1631541 T3147 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1631543 T3147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1631546 T3170 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1631549 T3147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383895834005
   [junit4]   2> 1631551 T3147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383895834005/conf/
   [junit4]   2> 1631723 T3147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1631724 T3147 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1631724 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1631732 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1631734 T3174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@367ec993 name:ZooKeeperConnection Watcher:127.0.0.1:43877/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1631734 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1631736 T3147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1631738 T3147 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1632018 T3147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1632021 T3147 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:40618
   [junit4]   2> 1632022 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1632023 T3147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1632023 T3147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687
   [junit4]   2> 1632024 T3147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/'
   [junit4]   2> 1632061 T3147 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/solr.xml
   [junit4]   2> 1632151 T3147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1632152 T3147 oasc.CoreContainer.<init> New CoreContainer 2103091955
   [junit4]   2> 1632153 T3147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/]
   [junit4]   2> 1632154 T3147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1632155 T3147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1632155 T3147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1632156 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1632156 T3147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1632157 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1632157 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1632158 T3147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1632158 T3147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1632165 T3147 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1632165 T3147 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1632166 T3147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43877/solr
   [junit4]   2> 1632166 T3147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1632167 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632170 T3185 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21bc3f0d name:ZooKeeperConnection Watcher:127.0.0.1:43877 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1632171 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1632190 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1632192 T3187 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20c65b3b name:ZooKeeperConnection Watcher:127.0.0.1:43877/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1632192 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1632202 T3147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1633205 T3147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40618_
   [junit4]   2> 1633207 T3147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40618_
   [junit4]   2> 1633210 T3169 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1633210 T3174 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1633210 T3187 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1633222 T3147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687
   [junit4]   2> 1633227 T3147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/conf/
   [junit4]   2> 1633398 T3147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1633399 T3147 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1633399 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1633697 T3147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1633700 T3147 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:55506
   [junit4]   2> 1633701 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1633701 T3147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633702 T3147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355
   [junit4]   2> 1633702 T3147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/'
   [junit4]   2> 1633740 T3147 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/solr.xml
   [junit4]   2> 1633822 T3147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1633822 T3147 oasc.CoreContainer.<init> New CoreContainer 1226860245
   [junit4]   2> 1633823 T3147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/]
   [junit4]   2> 1633824 T3147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1633824 T3147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1633824 T3147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1633825 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1633825 T3147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1633825 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1633826 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1633826 T3147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1633826 T3147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1633831 T3147 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1633831 T3147 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1633831 T3147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43877/solr
   [junit4]   2> 1633832 T3147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1633833 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1633836 T3199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b1282bf name:ZooKeeperConnection Watcher:127.0.0.1:43877 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1633837 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1633853 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1633860 T3201 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c617b5f name:ZooKeeperConnection Watcher:127.0.0.1:43877/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1633860 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1633876 T3147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1634879 T3147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55506_
   [junit4]   2> 1634884 T3147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55506_
   [junit4]   2> 1634888 T3174 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1634888 T3169 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1634889 T3201 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1634888 T3187 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1634902 T3147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355
   [junit4]   2> 1634906 T3147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/conf/
   [junit4]   2> 1635077 T3147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1635077 T3147 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1635078 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1635369 T3147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1635372 T3147 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:47122
   [junit4]   2> 1635373 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1635373 T3147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1635374 T3147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034
   [junit4]   2> 1635374 T3147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/'
   [junit4]   2> 1635412 T3147 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/solr.xml
   [junit4]   2> 1635504 T3147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1635505 T3147 oasc.CoreContainer.<init> New CoreContainer 1488752723
   [junit4]   2> 1635505 T3147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/]
   [junit4]   2> 1635507 T3147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1635507 T3147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1635508 T3147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1635508 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1635509 T3147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1635509 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1635510 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1635510 T3147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1635511 T3147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1635517 T3147 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1635518 T3147 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1635518 T3147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43877/solr
   [junit4]   2> 1635519 T3147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1635520 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1635524 T3213 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@772fdc03 name:ZooKeeperConnection Watcher:127.0.0.1:43877 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1635525 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1635529 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1635530 T3215 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19c5d3e2 name:ZooKeeperConnection Watcher:127.0.0.1:43877/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1635531 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1635540 T3147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1636543 T3147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47122_
   [junit4]   2> 1636545 T3147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47122_
   [junit4]   2> 1636548 T3187 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1636549 T3215 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1636549 T3201 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1636549 T3169 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1636549 T3174 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1636561 T3147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034
   [junit4]   2> 1636731 T3147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/conf/
   [junit4]   2> 1636734 T3147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1636735 T3147 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1636735 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1637021 T3147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1637024 T3147 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:36559
   [junit4]   2> 1637025 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1637025 T3147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1637026 T3147 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691
   [junit4]   2> 1637026 T3147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/'
   [junit4]   2> 1637064 T3147 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/solr.xml
   [junit4]   2> 1637154 T3147 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1637155 T3147 oasc.CoreContainer.<init> New CoreContainer 281794979
   [junit4]   2> 1637155 T3147 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/]
   [junit4]   2> 1637157 T3147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1637158 T3147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1637158 T3147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1637159 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1637159 T3147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1637159 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1637160 T3147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1637160 T3147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1637161 T3147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1637167 T3147 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1637168 T3147 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1637168 T3147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43877/solr
   [junit4]   2> 1637169 T3147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1637170 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1637198 T3227 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@733afc84 name:ZooKeeperConnection Watcher:127.0.0.1:43877 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1637199 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1637216 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1637218 T3229 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6db802db name:ZooKeeperConnection Watcher:127.0.0.1:43877/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1637218 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1637229 T3147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1638233 T3147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36559_
   [junit4]   2> 1638235 T3147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36559_
   [junit4]   2> 1638239 T3174 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1638239 T3169 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1638239 T3229 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1638239 T3215 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1638239 T3187 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1638239 T3201 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1638251 T3147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691
   [junit4]   2> 1638266 T3147 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/conf/
   [junit4]   2> 1638530 T3147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1638531 T3147 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1638531 T3147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1638539 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1638543 T3232 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5972fa8b name:ZooKeeperConnection Watcher:127.0.0.1:43877/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1638543 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1638545 T3147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1638547 T3147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1638549 T3234 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5afdee3 name:ZooKeeperConnection Watcher:127.0.0.1:43877/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1638549 T3147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1638551 T3147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1638554 T3219 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=2&name=delLiveColl&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1638556 T3169 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1638563 T3171 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> 1638564 T3171 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> 1639057 T3170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1639058 T3170 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl
   [junit4]   2> 1639058 T3170 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2]
   [junit4]   2> 1639076 T3234 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> 1639077 T3215 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> 1639077 T3229 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> 1639077 T3174 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> 1639077 T3169 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> 1639077 T3201 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> 1639077 T3232 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> 1639077 T3187 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> 1639134 T3171 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1639134 T3171 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:47122_
   [junit4]   2> 1639134 T3171 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:36559_
   [junit4]   2> 1639135 T3171 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:55506_
   [junit4]   2> 1639136 T3171 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:40618_
   [junit4]   2> 1639139 T3205 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down
   [junit4]   2> 1639140 T3220 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down
   [junit4]   2> 1639140 T3177 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down
   [junit4]   2> 1639140 T3191 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down
   [junit4]   2> 1639143 T3205 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1639144 T3220 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1639144 T3191 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1639144 T3177 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1640582 T3170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1640583 T3170 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:47122",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47122_",
   [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> 1640591 T3170 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:36559",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36559_",
   [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> 1640604 T3170 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:40618",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40618_",
   [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> 1640614 T3170 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:55506",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55506_",
   [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> 1640623 T3234 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> 1640624 T3201 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> 1640624 T3229 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> 1640624 T3215 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> 1640623 T3187 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> 1640624 T3169 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> 1640624 T3174 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> 1640623 T3232 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> 1641146 T3205 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1
   [junit4]   2> 1641146 T3220 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2
   [junit4]   2> 1641147 T3177 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2
   [junit4]   2> 1641147 T3191 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1
   [junit4]   2> 1641149 T3205 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/delLiveColl_shard1_replica1
   [junit4]   2> 1641149 T3205 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1641149 T3177 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica2' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/delLiveColl_shard2_replica2
   [junit4]   2> 1641150 T3220 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/delLiveColl_shard1_replica2
   [junit4]   2> 1641150 T3191 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/delLiveColl_shard2_replica1
   [junit4]   2> 1641150 T3220 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1641150 T3205 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1641151 T3220 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1641150 T3177 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1641152 T3220 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1641152 T3177 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1641151 T3205 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1641151 T3191 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1641153 T3220 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1641154 T3191 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1641153 T3177 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1641154 T3191 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1641154 T3220 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1641154 T3205 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1641156 T3191 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1641155 T3177 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1641156 T3191 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1641156 T3205 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1641157 T3177 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1641157 T3220 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1641158 T3191 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1641168 T3205 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1641168 T3220 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/delLiveColl_shard1_replica2/'
   [junit4]   2> 1641169 T3191 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/delLiveColl_shard2_replica1/'
   [junit4]   2> 1641169 T3177 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1641169 T3205 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/delLiveColl_shard1_replica1/'
   [junit4]   2> 1641170 T3177 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/delLiveColl_shard2_replica2/'
   [junit4]   2> 1641318 T3220 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 1641319 T3177 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 1641318 T3205 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 1641319 T3191 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 1641416 T3177 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1641417 T3220 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1641418 T3205 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1641419 T3191 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1641518 T3177 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1641518 T3220 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1641519 T3205 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1641520 T3191 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1641530 T3220 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test
   [junit4]   2> 1641531 T3205 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test
   [junit4]   2> 1641530 T3177 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test
   [junit4]   2> 1641532 T3191 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test
   [junit4]   2> 1642392 T3205 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1642394 T3205 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1642395 T3177 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1642395 T3205 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1642396 T3177 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1642397 T3220 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1642397 T3191 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1642397 T3177 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1642398 T3191 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1642397 T3220 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1642399 T3191 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1642399 T3220 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1642409 T3205 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1642409 T3220 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1642410 T3191 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1642410 T3177 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1642413 T3205 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1642414 T3220 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1642415 T3191 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1642415 T3177 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1642428 T3220 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1642428 T3191 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1642428 T3205 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1642429 T3177 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1642434 T3220 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1642434 T3191 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1642435 T3177 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1642434 T3205 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1642439 T3220 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1642440 T3191 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1642440 T3205 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1642440 T3220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1642440 T3177 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1642441 T3205 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1642441 T3220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1642441 T3191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1642442 T3220 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1642442 T3177 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1642442 T3205 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1642444 T3220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1642444 T3177 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1642443 T3191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1642445 T3177 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1642444 T3220 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1642444 T3205 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1642446 T3177 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1642447 T3177 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1642446 T3220 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1642445 T3191 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1642448 T3220 oasc.SolrCore.<init> [delLiveColl_shard1_replica2] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/delLiveColl_shard1_replica2/, dataDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/delLiveColl_shard1_replica2/data/
   [junit4]   2> 1642447 T3177 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1642447 T3205 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1642449 T3177 oasc.SolrCore.<init> [delLiveColl_shard2_replica2] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/delLiveColl_shard2_replica2/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/delLiveColl_shard2_replica2/data/
   [junit4]   2> 1642449 T3191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1642450 T3191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1642448 T3220 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9f288e5
   [junit4]   2> 1642450 T3191 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1642450 T3177 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9f288e5
   [junit4]   2> 1642449 T3205 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1642452 T3220 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/delLiveColl_shard1_replica2/data
   [junit4]   2> 1642451 T3191 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/delLiveColl_shard2_replica1/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/delLiveColl_shard2_replica1/data/
   [junit4]   2> 1642452 T3220 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/delLiveColl_shard1_replica2/data/index/
   [junit4]   2> 1642452 T3177 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/delLiveColl_shard2_replica2/data
   [junit4]   2> 1642452 T3205 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1642454 T3177 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/delLiveColl_shard2_replica2/data/index/
   [junit4]   2> 1642453 T3220 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/delLiveColl_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1642453 T3191 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9f288e5
   [junit4]   2> 1642455 T3220 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383895839691/delLiveColl_shard1_replica2/data/index
   [junit4]   2> 1642454 T3177 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica2] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/delLiveColl_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1642454 T3205 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/delLiveColl_shard1_replica1/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/delLiveColl_shard1_replica1/data/
   [junit4]   2> 1642456 T3177 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383895834687/delLiveColl_shard2_replica2/data/index
   [junit4]   2> 1642456 T3191 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/delLiveColl_shard2_replica1/data
   [junit4]   2> 1642456 T3220 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=90.8759765625, floorSegmentMB=0.5615234375, forceMergeDeletesPctAllowed=12.320141427960495, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1642457 T3191 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/delLiveColl_shard2_replica1/data/index/
   [junit4]   2> 1642457 T3177 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=90.8759765625, floorSegmentMB=0.5615234375, forceMergeDeletesPctAllowed=12.320141427960495, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1642456 T3205 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9f288e5
   [junit4]   2> 1642458 T3220 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@599722e2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6fcc52ca),segFN=segments_1,generation=1}
   [junit4]   2> 1642458 T3191 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1642460 T3205 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/delLiveColl_shard1_replica1/data
   [junit4]   2> 1642459 T3220 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1642459 T3177 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9865510 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a74546),segFN=segments_1,generation=1}
   [junit4]   2> 1642460 T3205 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/delLiveColl_shard1_replica1/data/index/
   [junit4]   2> 1642460 T3191 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383895836355/delLiveColl_shard2_replica1/data/index
   [junit4]   2> 1642461 T3205 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1642461 T3177 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1642462 T3205 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383895838034/delLiveColl_shard1_replica1/data/index
   [junit4]   2> 1642462 T3191 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=90.8759765625, floorSegmentMB=0.5615234375, forceMergeDeletesPctAllowed=12.320141427960495, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1642463 T3205 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=90.8759765625, floorSegmentMB=0.5615234375, forceMergeDeletesPctAllowed=12.320141427960495, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1642464 T3191 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@385115a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79577b5e),segFN=segments_1,generation=1}
   [junit4]   2> 1642464 T3205 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1dd8750c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d4072b9),segFN=segments_1,generation=1}
   [junit4]   2> 1642464 T3220 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1642465 T3205 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1642464 T3191 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1642466 T3177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1642465 T3220 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1642467 T3177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1642467 T3220 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1642468 T3177 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1642468 T3220 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1642468 T3177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1642469 T3220 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1642469 T3177 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1642470 T3205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1642469 T3220 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1642470 T3205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1642470 T3191 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1642470 T3177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1642472 T3191 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1642471 T3205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1642471 T3220 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1642473 T3205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1642472 T3191 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1642472 T3177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1642474 T3191 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1642473 T3205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1642473 T3220 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1642475 T3205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1642475 T3191 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1642474 T3177 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1642476 T3191 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1642476 T3205 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1642475 T3220 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1642477 T3205 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1642478 T3220 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1642477 T3191 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1642476 T3177 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1642479 T3191 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1642479 T3220 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1642478 T3205 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1642480 T3220 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1642480 T3191 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1642479 T3177 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1642481 T3191 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1642481 T3220 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1642481 T3205 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1642483 T3220 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1642482 T3191 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1642482 T3177 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1642484 T3177 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1642483 T3191 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1642483 T3220 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1642483 T3205 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1642485 T3191 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1642484 T3177 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1642486 T3191 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1642485 T3205 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1642487 T3191 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1642486 T3177 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1642487 T3205 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1642488 T3177 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1642488 T3205 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1642489 T3205 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1642515 T3191 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1642516 T3177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1642516 T3205 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1642516 T3220 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1642523 T3191 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1642523 T3191 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1642523 T3177 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1642524 T3205 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1642524 T3177 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1642524 T3191 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=18.140625, floorSegmentMB=0.4462890625, forceMergeDeletesPctAllowed=25.716328669066733, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.25032248803062207
   [junit4]   2> 1642525 T3177 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=18.140625, floorSegmentMB=0.4462890625, forceMergeDeletesPctAllowed=25.716328669066733, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12

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

rol.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=3234, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 	   2) Thread[id=3233, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-SendThread(localhost:43877), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 1750527 T3234 oaz.ClientCnxn$EventThread.run ERROR Event thread exiting due to interruption java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052)
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]   2> 
   [junit4]   2> 1751529 T3233 oaz.ClientCnxn$SendThread.run WARN Unexpected exception java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:984)
   [junit4]   2> 
   [junit4]   2> 1752030 T3233 oazc.StaticHostProvider.next WARN Unexpected exception java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:86)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:937)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)
   [junit4]   2> 
   [junit4]   2> 122770 T3146 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=3233, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-SendThread(localhost:43877), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 	        at sun.nio.ch.IOUtil.drain(Native Method)
   [junit4]   2> 	        at sun.nio.ch.KQueueSelectorImpl.updateSelectedKeys(KQueueSelectorImpl.java:167)
   [junit4]   2> 	        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:108)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=et_EE, timezone=America/Asuncion
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=3,free=101340976,total=461373440
   [junit4]   2> NOTE: All tests run in this JVM: [SimpleFacetsTest, OpenCloseCoreStressTest, PluginInfoTest, TestPartialUpdateDeduplication, TestPseudoReturnFields, TestPhraseSuggestions, HdfsChaosMonkeySafeLeaderTest, TestElisionMultitermQuery, TestWordDelimiterFilterFactory, DeleteInactiveReplicaTest, QueryResultKeyTest, TestMergePolicyConfig, TestCloudManagedSchemaAddField, StressHdfsTest, TestCopyFieldCollectionResource, TestFastWriter, AddBlockUpdateTest, InfoHandlerTest, HdfsBasicDistributedZk2Test, MoreLikeThisHandlerTest, DistributedSpellCheckComponentTest, TestSchemaNameResource, TestSolrQueryParser, JSONWriterTest, PrimitiveFieldTypeTest, IndexBasedSpellCheckerTest, SpellPossibilityIteratorTest, FileBasedSpellCheckerTest, TestHashPartitioner, DirectSolrSpellCheckerTest, LoggingHandlerTest, TestZkChroot, TestPostingsSolrHighlighter, TestUpdate, RequiredFieldsTest, SpellingQueryConverterTest, ShardRoutingTest, TestCharFilters, RequestHandlersTest, TestExtendedDismaxParser, MBeansHandlerTest, TestSolrXMLSerializer, RAMDirectoryFactoryTest, BasicZkTest, HardAutoCommitTest, TestSolrXmlPersistor, UpdateParamsTest, TestManagedSchemaFieldResource, BadComponentTest, TestDistribDocBasedVersion, TestSurroundQueryParser, CachingDirectoryFactoryTest, SliceStateUpdateTest, SampleTest, WordBreakSolrSpellCheckerTest, TestFieldCollectionResource, SignatureUpdateProcessorFactoryTest, TestDynamicFieldCollectionResource, OpenExchangeRatesOrgProviderTest, TestImplicitCoreProperties, HighlighterConfigTest, ZkNodePropsTest, CircularListTest, SolrCoreTest, URLClassifyProcessorTest, TermsComponentTest, CSVRequestHandlerTest, TestFuzzyAnalyzedSuggestions, ZkControllerTest, TestRandomDVFaceting, TestUniqueKeyFieldResource, SchemaVersionSpecificBehaviorTest, QueryEqualityTest, ConvertedLegacyTest, TestFastLRUCache, TestPHPSerializedResponseWriter, TestSearchPerf, ParsingFieldUpdateProcessorsTest, HdfsLockFactoryTest, ClusterStateUpdateTest, SyncSliceTest, CollectionsAPIDistributedZkTest, CustomCollectionTest, TestJoin, DeleteReplicaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.seed=3CCA6CA07C156578 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et_EE -Dtests.timezone=America/Asuncion -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | DeleteReplicaTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrZkClient opens=15 closes=14
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3CCA6CA07C156578]: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:724)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   [junit4]    >    1) Thread[id=3234, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-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=3233, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-SendThread(localhost:43877), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
   [junit4]    >         at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
   [junit4]    >         at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
   [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([3CCA6CA07C156578]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3233, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3CCA6CA07C156578]-SendThread(localhost:43877), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.nio.ch.IOUtil.drain(Native Method)
   [junit4]    >         at sun.nio.ch.KQueueSelectorImpl.updateSelectedKeys(KQueueSelectorImpl.java:167)
   [junit4]    >         at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:108)
   [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([3CCA6CA07C156578]:0)
   [junit4] Completed on J0 in 122.83s, 1 test, 1 failure, 3 errors <<< FAILURES!

[...truncated 483 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:408: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/common-build.xml:483: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:1263: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:906: There were test failures: 335 suites, 1475 tests, 3 suite-level errors, 1 error, 586 ignored (6 assumptions)

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