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

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 992 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/992/
Java: 64bit/jdk1.6.0 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Invalid replica : core_node4 in shard/collection : shard2/delLiveColl available replicas are core_node2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Invalid replica : core_node4 in shard/collection : shard2/delLiveColl available replicas are core_node2
	at __randomizedtesting.SeedInfo.seed([DE5199D1DD882960:5FB717C9AAD7495C]: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:154)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:141)
	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:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:695)


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([DE5199D1DD882960]: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.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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:695)


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=3342, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-SendThread(localhost:53067), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:86)         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:937)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)    2) Thread[id=3343, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   1) Thread[id=3342, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-SendThread(localhost:53067), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:86)
        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:937)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)
   2) Thread[id=3343, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
	at __randomizedtesting.SeedInfo.seed([DE5199D1DD882960]: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=3342, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-SendThread(localhost:53067), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:984)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=3342, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-SendThread(localhost:53067), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:984)
	at __randomizedtesting.SeedInfo.seed([DE5199D1DD882960]:0)




Build Log:
[...truncated 9738 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1291099 T3256 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /g_jag/c
   [junit4]   2> 1291104 T3256 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-DeleteReplicaTest-1384423885178
   [junit4]   2> 1291105 T3256 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1291106 T3257 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1291207 T3256 oasc.ZkTestServer.run start zk server on port:53067
   [junit4]   2> 1291213 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1291220 T3263 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e89de1c name:ZooKeeperConnection Watcher:127.0.0.1:53067 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1291221 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1291221 T3256 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1291240 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1291245 T3265 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ff72b3b name:ZooKeeperConnection Watcher:127.0.0.1:53067/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1291246 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1291246 T3256 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1291257 T3256 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1291269 T3256 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1291279 T3256 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1291296 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1291297 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1291318 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1291319 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1291330 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1291331 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1291343 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1291344 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1291355 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1291355 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1291366 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1291366 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1291378 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1291379 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1291390 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1291391 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1291402 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1291402 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1291414 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1291414 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1291426 T3256 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1291427 T3256 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1291741 T3256 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1291756 T3256 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53070
   [junit4]   2> 1291758 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1291759 T3256 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1291759 T3256 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516
   [junit4]   2> 1291760 T3256 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/'
   [junit4]   2> 1291797 T3256 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/solr.xml
   [junit4]   2> 1291843 T3256 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1291844 T3256 oasc.CoreContainer.<init> New CoreContainer 1406336944
   [junit4]   2> 1291845 T3256 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/]
   [junit4]   2> 1291846 T3256 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1291846 T3256 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1291846 T3256 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1291847 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1291847 T3256 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1291848 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1291849 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1291849 T3256 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1291850 T3256 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1291855 T3256 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1291855 T3256 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1291857 T3256 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1291857 T3256 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53067/solr
   [junit4]   2> 1291858 T3256 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1291861 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1291866 T3276 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4190a6ce name:ZooKeeperConnection Watcher:127.0.0.1:53067 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1291866 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1291875 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1291879 T3278 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a2b405f name:ZooKeeperConnection Watcher:127.0.0.1:53067/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1291880 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1291884 T3256 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1291897 T3256 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1291910 T3256 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1291917 T3256 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53070_g_jag%2Fc
   [junit4]   2> 1291920 T3256 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53070_g_jag%2Fc
   [junit4]   2> 1291934 T3256 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1291952 T3256 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1291961 T3256 oasc.Overseer.start Overseer (id=90729603739615235-127.0.0.1:53070_g_jag%2Fc-n_0000000000) starting
   [junit4]   2> 1291972 T3256 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1291987 T3280 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1291989 T3256 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1292004 T3256 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1292013 T3256 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1292027 T3279 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1292032 T3256 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516
   [junit4]   2> 1292228 T3256 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/conf/
   [junit4]   2> 1292239 T3256 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1292240 T3256 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1292242 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1292249 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1292254 T3283 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@635a309e name:ZooKeeperConnection Watcher:127.0.0.1:53067/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1292254 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1292260 T3256 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1292272 T3256 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1292644 T3256 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1292650 T3256 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53074
   [junit4]   2> 1292652 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1292652 T3256 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1292653 T3256 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347
   [junit4]   2> 1292653 T3256 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/'
   [junit4]   2> 1292679 T3256 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/solr.xml
   [junit4]   2> 1292718 T3256 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1292719 T3256 oasc.CoreContainer.<init> New CoreContainer 962952422
   [junit4]   2> 1292719 T3256 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/]
   [junit4]   2> 1292720 T3256 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1292720 T3256 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1292721 T3256 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1292721 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1292721 T3256 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1292722 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1292722 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1292723 T3256 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1292723 T3256 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1292727 T3256 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1292728 T3256 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1292728 T3256 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1292729 T3256 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53067/solr
   [junit4]   2> 1292729 T3256 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1292752 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1292755 T3294 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35eafd7a name:ZooKeeperConnection Watcher:127.0.0.1:53067 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1292756 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1292762 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1292767 T3296 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20cd25f9 name:ZooKeeperConnection Watcher:127.0.0.1:53067/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1292768 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1292783 T3256 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1293796 T3256 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53074_g_jag%2Fc
   [junit4]   2> 1293799 T3256 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53074_g_jag%2Fc
   [junit4]   2> 1293815 T3296 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1293816 T3283 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1293817 T3278 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1293831 T3256 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347
   [junit4]   2> 1293953 T3256 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/conf/
   [junit4]   2> 1293958 T3256 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1293959 T3256 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1293959 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1294335 T3256 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1294339 T3256 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53077
   [junit4]   2> 1294341 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1294342 T3256 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1294342 T3256 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038
   [junit4]   2> 1294343 T3256 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/'
   [junit4]   2> 1294369 T3256 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/solr.xml
   [junit4]   2> 1294417 T3256 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1294417 T3256 oasc.CoreContainer.<init> New CoreContainer 2145574734
   [junit4]   2> 1294418 T3256 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/]
   [junit4]   2> 1294419 T3256 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1294419 T3256 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1294420 T3256 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1294420 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1294421 T3256 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1294421 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1294421 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1294422 T3256 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1294422 T3256 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1294427 T3256 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1294428 T3256 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1294428 T3256 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1294429 T3256 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53067/solr
   [junit4]   2> 1294429 T3256 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1294430 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1294437 T3308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b2bb7a name:ZooKeeperConnection Watcher:127.0.0.1:53067 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1294437 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1294446 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1294452 T3310 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2149295f name:ZooKeeperConnection Watcher:127.0.0.1:53067/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1294453 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1294468 T3256 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1295485 T3256 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53077_g_jag%2Fc
   [junit4]   2> 1295488 T3256 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53077_g_jag%2Fc
   [junit4]   2> 1295501 T3296 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1295502 T3283 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1295503 T3278 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1295504 T3310 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1295519 T3256 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038
   [junit4]   2> 1295653 T3256 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/conf/
   [junit4]   2> 1295661 T3256 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1295662 T3256 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1295662 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1295989 T3256 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1295994 T3256 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53080
   [junit4]   2> 1295996 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1295998 T3256 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1295998 T3256 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740
   [junit4]   2> 1295998 T3256 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/'
   [junit4]   2> 1296025 T3256 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/solr.xml
   [junit4]   2> 1296076 T3256 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1296078 T3256 oasc.CoreContainer.<init> New CoreContainer 357286103
   [junit4]   2> 1296078 T3256 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/]
   [junit4]   2> 1296080 T3256 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1296081 T3256 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1296081 T3256 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1296082 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1296082 T3256 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1296083 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1296083 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1296084 T3256 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1296085 T3256 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1296091 T3256 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1296091 T3256 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1296092 T3256 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1296093 T3256 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53067/solr
   [junit4]   2> 1296094 T3256 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1296095 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1296101 T3322 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20616e2d name:ZooKeeperConnection Watcher:127.0.0.1:53067 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1296101 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1296108 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1296113 T3324 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4fc74c82 name:ZooKeeperConnection Watcher:127.0.0.1:53067/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1296114 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1296129 T3256 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1297144 T3256 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53080_g_jag%2Fc
   [junit4]   2> 1297148 T3256 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53080_g_jag%2Fc
   [junit4]   2> 1297161 T3283 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1297163 T3296 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1297164 T3278 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1297166 T3324 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1297166 T3310 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1297183 T3256 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740
   [junit4]   2> 1297326 T3256 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/conf/
   [junit4]   2> 1297334 T3256 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1297335 T3256 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1297335 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1297649 T3256 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1297655 T3256 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53083
   [junit4]   2> 1297657 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1297658 T3256 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1297658 T3256 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384423891412
   [junit4]   2> 1297659 T3256 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384423891412/'
   [junit4]   2> 1297688 T3256 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384423891412/solr.xml
   [junit4]   2> 1297736 T3256 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1297737 T3256 oasc.CoreContainer.<init> New CoreContainer 1638484602
   [junit4]   2> 1297737 T3256 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384423891412/]
   [junit4]   2> 1297738 T3256 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1297738 T3256 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1297739 T3256 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1297739 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1297739 T3256 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1297740 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1297740 T3256 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1297741 T3256 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1297742 T3256 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1297746 T3256 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1297746 T3256 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1297747 T3256 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1297747 T3256 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53067/solr
   [junit4]   2> 1297747 T3256 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1297749 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1297753 T3336 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3158c1ad name:ZooKeeperConnection Watcher:127.0.0.1:53067 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1297754 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1297762 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1297766 T3338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14202d6b name:ZooKeeperConnection Watcher:127.0.0.1:53067/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1297767 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1297783 T3256 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1298800 T3256 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53083_g_jag%2Fc
   [junit4]   2> 1298803 T3256 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53083_g_jag%2Fc
   [junit4]   2> 1298815 T3310 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1298817 T3296 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1298819 T3278 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1298819 T3283 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1298820 T3324 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1298820 T3338 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1298834 T3256 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384423891412
   [junit4]   2> 1298921 T3256 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384423891412/conf/
   [junit4]   2> 1298926 T3256 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1298927 T3256 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1298927 T3256 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1298933 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1298937 T3341 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5234cc2c name:ZooKeeperConnection Watcher:127.0.0.1:53067/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1298937 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1298941 T3256 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1298951 T3256 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1298954 T3343 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3fe2135c name:ZooKeeperConnection Watcher:127.0.0.1:53067/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1298955 T3256 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1298959 T3256 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1298970 T3306 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=2&name=delLiveColl&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1298973 T3278 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1298979 T3280 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> 1298979 T3280 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> 1299580 T3279 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1299585 T3279 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl
   [junit4]   2> 1299585 T3279 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2]
   [junit4]   2> 1299602 T3310 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> 1299603 T3296 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> 1299603 T3343 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> 1299603 T3278 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> 1299607 T3324 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> 1299607 T3283 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> 1299608 T3338 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> 1299611 T3341 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> 1299697 T3280 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1299697 T3280 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:53077_g_jag%2Fc
   [junit4]   2> 1299698 T3280 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:53074_g_jag%2Fc
   [junit4]   2> 1299701 T3280 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:53080_g_jag%2Fc
   [junit4]   2> 1299705 T3280 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:53070_g_jag%2Fc
   [junit4]   2> 1299713 T3302 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down
   [junit4]   2> 1299714 T3270 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down
   [junit4]   2> 1299715 T3291 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down
   [junit4]   2> 1299719 T3318 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down
   [junit4]   2> 1299722 T3270 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1299724 T3318 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1299724 T3302 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1299725 T3291 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1301148 T3279 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1301150 T3279 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:53077/g_jag/c",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53077_g_jag%2Fc",
   [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> 1301166 T3279 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:53070/g_jag/c",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53070_g_jag%2Fc",
   [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> 1301179 T3279 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:53074/g_jag/c",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53074_g_jag%2Fc",
   [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> 1301193 T3279 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:53080/g_jag/c",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53080_g_jag%2Fc",
   [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> 1301208 T3343 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> 1301209 T3338 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> 1301209 T3283 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> 1301209 T3278 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> 1301209 T3296 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> 1301212 T3310 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> 1301214 T3341 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> 1301215 T3324 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> 1301725 T3270 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2
   [junit4]   2> 1301727 T3318 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1
   [junit4]   2> 1301728 T3270 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica2' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/delLiveColl_shard2_replica2
   [junit4]   2> 1301729 T3270 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1301729 T3291 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2
   [junit4]   2> 1301730 T3302 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1
   [junit4]   2> 1301732 T3291 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/delLiveColl_shard1_replica2
   [junit4]   2> 1301732 T3291 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1301729 T3318 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/delLiveColl_shard2_replica1
   [junit4]   2> 1301733 T3318 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1301734 T3302 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/delLiveColl_shard1_replica1
   [junit4]   2> 1301736 T3302 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1301738 T3270 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1301738 T3270 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1301739 T3291 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1301740 T3291 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1301738 T3318 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1301741 T3318 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1301742 T3302 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1301743 T3302 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1301748 T3318 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1301749 T3318 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1301750 T3270 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1301751 T3270 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1301755 T3302 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1301756 T3302 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1301757 T3291 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1301757 T3291 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1301773 T3270 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1301775 T3302 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1301778 T3318 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1301780 T3291 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1301785 T3302 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/delLiveColl_shard1_replica1/'
   [junit4]   2> 1301791 T3318 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/delLiveColl_shard2_replica1/'
   [junit4]   2> 1301793 T3270 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/delLiveColl_shard2_replica2/'
   [junit4]   2> 1301796 T3291 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/delLiveColl_shard1_replica2/'
   [junit4]   2> 1301919 T3270 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1301924 T3291 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1301924 T3318 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1301948 T3302 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1302013 T3291 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1302022 T3291 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1302025 T3318 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1302032 T3291 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test
   [junit4]   2> 1302039 T3318 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1302041 T3302 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1302049 T3302 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1302057 T3270 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1302057 T3318 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test
   [junit4]   2> 1302061 T3302 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test
   [junit4]   2> 1302068 T3270 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1302085 T3270 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test
   [junit4]   2> 1303220 T3291 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1303221 T3291 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1303222 T3291 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1303257 T3291 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1303265 T3291 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1303393 T3291 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1303406 T3270 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1303407 T3270 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1303408 T3270 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1303417 T3270 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1303422 T3291 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1303427 T3270 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1303437 T3318 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1303438 T3318 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1303439 T3318 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1303449 T3302 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1303449 T3318 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1303449 T3302 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1303454 T3302 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1303459 T3291 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1303466 T3318 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1303471 T3302 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1303480 T3291 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1303481 T3291 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1303482 T3291 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1303481 T3302 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1303516 T3291 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1303520 T3291 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1303521 T3291 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1303521 T3291 oasc.SolrCore.<init> [delLiveColl_shard1_replica2] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/delLiveColl_shard1_replica2/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/delLiveColl_shard1_replica2/data/
   [junit4]   2> 1303527 T3291 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56a6cbf7
   [junit4]   2> 1303530 T3291 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/delLiveColl_shard1_replica2/data
   [junit4]   2> 1303533 T3291 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/delLiveColl_shard1_replica2/data/index/
   [junit4]   2> 1303534 T3291 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/delLiveColl_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1303535 T3291 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384423886347/delLiveColl_shard1_replica2/data/index
   [junit4]   2> 1303536 T3291 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=33.896484375, floorSegmentMB=0.8759765625, forceMergeDeletesPctAllowed=8.168722865236678, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1303548 T3291 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@df07a19 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1547a765),segFN=segments_1,generation=1}
   [junit4]   2> 1303549 T3291 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1303562 T3291 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1303563 T3291 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1303563 T3291 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1303565 T3291 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1303566 T3291 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1303566 T3291 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1303565 T3302 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1303567 T3291 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1303568 T3291 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1303569 T3291 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1303571 T3291 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1303572 T3270 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1303572 T3291 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1303574 T3291 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1303574 T3291 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1303577 T3291 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1303578 T3291 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1303588 T3291 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1303593 T3318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1303597 T3291 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1303598 T3291 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1303597 T3302 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1303598 T3291 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8655206171895979]
   [junit4]   2> 1303603 T3291 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@df07a19 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1547a765),segFN=segments_1,generation=1}
   [junit4]   2> 1303604 T3291 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1303604 T3270 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1303610 T3318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1303604 T3291 oass.SolrIndexSearcher.<init> Opening Searcher@51fcbf94 main
   [junit4]   2> 1303615 T3302 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1303622 T3348 oasc.SolrCore.registerSearcher [delLiveColl_shard1_replica2] Registered new searcher Searcher@51fcbf94 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1303626 T3291 oasc.CoreContainer.registerCore registering core: delLiveColl_shard1_replica2
   [junit4]   2> 1303632 T3291 oasc.ZkController.register Register replica - core:delLiveColl_shard1_replica2 address:http://127.0.0.1:53074/g_jag/c collection:delLiveColl shard:shard1
   [junit4]   2> 1303628 T3270 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1303639 T3291 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard1/election
   [junit4]   2> 1303641 T3318 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1303643 T3302 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1303643 T3302 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1303644 T3302 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1303652 T3318 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1303652 T3318 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1303653 T3318 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1303653 T3302 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1303654 T3302 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1303655 T3302 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1303656 T3302 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/delLiveColl_shard1_replica1/, dataDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/delLiveColl_shard1_replica1/data/
   [junit4]   2> 1303654 T3270 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1303665 T3270 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1303666 T3270 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1303663 T3302 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56a6cbf7
   [junit4]   2> 1303671 T3302 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/delLiveColl_shard1_replica1/data
   [junit4]   2> 1303672 T3302 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/delLiveColl_shard1_replica1/data/index/
   [junit4]   2> 1303673 T3302 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1303682 T3318 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1303683 T3318 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1303683 T3318 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1303684 T3318 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/delLiveColl_shard2_replica1/, dataDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/delLiveColl_shard2_replica1/data/
   [junit4]   2> 1303685 T3318 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56a6cbf7
   [junit4]   2> 1303686 T3318 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/delLiveColl_shard2_replica1/data
   [junit4]   2> 1303687 T3318 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/delLiveColl_shard2_replica1/data/index/
   [junit4]   2> 1303687 T3318 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1303688 T3318 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384423889740/delLiveColl_shard2_replica1/data/index
   [junit4]   2> 1303689 T3318 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=33.896484375, floorSegmentMB=0.8759765625, forceMergeDeletesPctAllowed=8.168722865236678, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1303690 T3318 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@76dae0e9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f02e79d),segFN=segments_1,generation=1}
   [junit4]   2> 1303691 T3318 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1303698 T3318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1303699 T3318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1303699 T3318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1303699 T3318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1303700 T3318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1303710 T3318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1303711 T3318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1303712 T3318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1303712 T3318 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1303710 T3270 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1303714 T3270 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1303714 T3270 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1303715 T3270 oasc.SolrCore.<init> [delLiveColl_shard2_replica2] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/delLiveColl_shard2_replica2/, dataDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/delLiveColl_shard2_replica2/data/
   [junit4]   2> 1303715 T3270 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56a6cbf7
   [junit4]   2> 1303717 T3270 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/delLiveColl_shard2_replica2/data
   [junit4]   2> 1303702 T3302 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384423888038/delLiveColl_shard1_replica1/data/index
   [junit4]   2> 1303718 T3302 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=33.896484375, floorSegmentMB=0.8759765625, forceMergeDeletesPctAllowed=8.168722865236678, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1303713 T3318 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1303720 T3318 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1303721 T3318 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1303721 T3318 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1303721 T3270 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/delLiveColl_shard2_replica2/data/index/
   [junit4]   2> 1303722 T3270 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica2] Solr index directory '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/delLiveColl_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1303723 T3318 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1303725 T3302 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@34bee01a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ece463c),segFN=segments_1,generation=1}
   [junit4]   2> 1303726 T3302 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1303726 T3318 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1303726 T3270 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384423885516/delLiveColl_shard2_replica2/data/index
   [junit4]   2> 1303729 T3270 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=33.896484375, floorSegmentMB=0.8759765625, forceMergeDeletesPctAllowed=8.168722865236678, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1303730 T3318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1303737 T3318 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1303742 T3270 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@69ab1104 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c186c0c),segFN=segments_1,generation=1}
   [junit4]   2> 1303745 T3270 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1303746 T3318 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1303747 T3318 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8655206171895979]
   [junit4]   2> 1303749 T3318 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@76dae0e9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f02e79d),segFN=segments_1,generation=1}
   [junit4]   2> 1303749 T3318 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1303750 T3318 oass.SolrIndexSearcher.<init> Opening Searcher@1bb3b9d9 main
   [junit4]   2> 1303759 T3349 oasc.SolrCore.registerSearcher [delLiveColl_shard2_replica1] Registered new searcher Searcher@1bb3b9d9 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1303763 T3302 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1303764 T3302 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1303765 T3302 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1303765 T3302 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1303766 T3302 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1303767 T3302 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1303764 T3270 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1303767 T3291 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1303767 T3302 oasup.UpdateRequestProcessorCh

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

ted error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> 
   [junit4]   2> 1399991 T3342 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> 1400492 T3342 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> 1400494 T3342 oaz.ClientCnxn$SendThread.run WARN Session 0x14256180983000e for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> 
   [junit4]   2> 109896 T3255 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=3342, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-SendThread(localhost:53067), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 	        at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:984)
   [junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=no_NO, timezone=US/Samoa
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Apple Inc. 1.6.0_65 (64-bit)/cpus=2,threads=3,free=101320184,total=307757056
   [junit4]   2> NOTE: All tests run in this JVM: [BasicZkTest, TestMaxScoreQueryParser, IndexSchemaRuntimeFieldTest, EchoParamsTest, TestPhraseSuggestions, TestSystemIdResolver, TestDocBasedVersionConstraints, DateFieldTest, TestSearchPerf, TestPHPSerializedResponseWriter, TestRandomFaceting, PrimitiveFieldTypeTest, TestFiltering, JsonLoaderTest, OpenCloseCoreStressTest, FieldAnalysisRequestHandlerTest, FieldMutatingUpdateProcessorTest, BinaryUpdateRequestHandlerTest, SolrIndexConfigTest, TestDFRSimilarityFactory, CSVRequestHandlerTest, AssignTest, TestAddFieldRealTimeGet, TestSchemaVersionResource, FileUtilsTest, TestIBSimilarityFactory, TestXIncludeConfig, PreAnalyzedUpdateProcessorTest, DistanceFunctionTest, DisMaxRequestHandlerTest, AutoCommitTest, TestDistributedGrouping, UniqFieldsUpdateProcessorFactoryTest, CircularListTest, UUIDFieldTest, PolyFieldTest, ExternalFileFieldSortTest, RegexBoostProcessorTest, TestSolrIndexConfig, HighlighterTest, TestClassNameShortening, TestPerFieldSimilarity, TestFastLRUCache, NotRequiredUniqueKeyTest, StatsComponentTest, ResponseLogComponentTest, HdfsBasicDistributedZkTest, RequestHandlersTest, SimplePostToolTest, TestNonNRTOpen, DistributedQueryElevationComponentTest, DocValuesMissingTest, NoCacheHeaderTest, PeerSyncTest, BadIndexSchemaTest, ZkNodePropsTest, TestStressLucene, SolrIndexSplitterTest, SliceStateTest, DirectUpdateHandlerOptimizeTest, ZkControllerTest, TestSort, TestBadConfig, TestPartialUpdateDeduplication, CurrencyFieldXmlFileTest, TestArbitraryIndexDir, SolrPluginUtilsTest, TestSolrQueryParser, QueryEqualityTest, AlternateDirectoryTest, ShardRoutingTest, TestSurroundQueryParser, SolrCmdDistributorTest, TestExtendedDismaxParser, TestRangeQuery, TestGroupingSearch, TestDistribDocBasedVersion, TermsComponentTest, SpellCheckCollatorTest, TestRecovery, TestFastWriter, TestSerializedLuceneMatchVersion, IndexSchemaTest, TestRandomMergePolicy, PluginInfoTest, TestQueryTypes, SuggesterFSTTest, TestCollapseQParserPlugin, TestCollationField, TestFoldingMultitermQuery, SliceStateUpdateTest, HardAutoCommitTest, TestSolrQueryParserResource, BasicDistributedZk2Test, TestDefaultSimilarityFactory, HdfsChaosMonkeySafeLeaderTest, LeaderElectionTest, TestSolrJ, SuggesterTest, TestSolrDeletionPolicy1, TermVectorComponentDistributedTest, DebugComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestSolrQueryParserDefaultOperatorResource, DateMathParserTest, TestManagedSchemaFieldResource, TestManagedSchema, SolrXmlInZkTest, AddBlockUpdateTest, TestDocSet, ShardRoutingCustomTest, TestDynamicFieldCollectionResource, TestDefaultSearchFieldResource, BJQParserTest, TermVectorComponentTest, TestRTGBase, JSONWriterTest, TestFuzzyAnalyzedSuggestions, MBeansHandlerTest, ChaosMonkeySafeLeaderTest, TestFieldResource, TestLRUCache, TestLFUCache, TestCSVLoader, TestReversedWildcardFilterFactory, TestStressRecovery, TestElisionMultitermQuery, SpellPossibilityIteratorTest, DirectSolrConnectionTest, TestRemoteStreaming, TestIndexingPerformance, MultiTermTest, HdfsLockFactoryTest, TestCloudManagedSchemaAddField, TestStressVersions, TestJmxMonitoredMap, TestComponentsName, ClusterStateTest, DistributedSpellCheckComponentTest, QueryParsingTest, DOMUtilTest, TestTrie, SpellingQueryConverterTest, TestFieldCollectionResource, HdfsDirectoryTest, TestCSVResponseWriter, DeleteReplicaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.seed=DE5199D1DD882960 -Dtests.slow=true -Dtests.locale=no_NO -Dtests.timezone=US/Samoa -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | DeleteReplicaTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrZkClient opens=15 closes=14
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE5199D1DD882960]: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:695)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   [junit4]    >    1) Thread[id=3342, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-SendThread(localhost:53067), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:86)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:937)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)
   [junit4]    >    2) Thread[id=3343, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE5199D1DD882960]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3342, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[DE5199D1DD882960]-SendThread(localhost:53067), state=TIMED_WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:984)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE5199D1DD882960]:0)
   [junit4] Completed in 109.95s, 1 test, 1 failure, 3 errors <<< FAILURES!

[...truncated 547 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:429: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:409: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:489: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1276: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:912: There were test failures: 336 suites, 1478 tests, 3 suite-level errors, 1 error, 702 ignored (4 assumptions)

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