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/10 20:33:53 UTC

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

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

All tests passed

Build Log:
[...truncated 22550 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:428: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:67: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/build.xml:188: java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOf(Arrays.java:2882)
	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:572)
	at java.lang.StringBuilder.append(StringBuilder.java:203)
	at de.thetaphi.forbiddenapis.Checker$1$1.checkMethodAccess(Checker.java:475)
	at de.thetaphi.forbiddenapis.Checker$1$1.visitMethodInsn(Checker.java:527)
	at de.thetaphi.forbiddenapis.asm.ClassReader.a(Unknown Source)
	at de.thetaphi.forbiddenapis.asm.ClassReader.b(Unknown Source)
	at de.thetaphi.forbiddenapis.asm.ClassReader.accept(Unknown Source)
	at de.thetaphi.forbiddenapis.asm.ClassReader.accept(Unknown Source)
	at de.thetaphi.forbiddenapis.Checker.checkClass(Checker.java:378)
	at de.thetaphi.forbiddenapis.Checker.run(Checker.java:563)
	at de.thetaphi.forbiddenapis.AntTask.execute(AntTask.java:166)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor462.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
	at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor462.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/980/
Java: 64bit/jdk1.6.0 -XX:+UseCompressedOops -XX:+UseParallelGC

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Invalid replica : core_node1 in shard/collection : shard1/delLiveColl
	at __randomizedtesting.SeedInfo.seed([3C23E10E8FE4BA68:BDC56F16F8BBDA54]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:268)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:149)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:135)
	at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:115)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.GeneratedMethodAccessor58.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$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([3C23E10E8FE4BA68]: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=7667, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3C23E10E8FE4BA68]-SendThread(localhost:54084), 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=7668, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3C23E10E8FE4BA68]-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=7667, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3C23E10E8FE4BA68]-SendThread(localhost:54084), 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=7668, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3C23E10E8FE4BA68]-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([3C23E10E8FE4BA68]: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=7667, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3C23E10E8FE4BA68]-SendThread(localhost:54084), 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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=7667, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3C23E10E8FE4BA68]-SendThread(localhost:54084), 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)
	at __randomizedtesting.SeedInfo.seed([3C23E10E8FE4BA68]:0)




Build Log:
[...truncated 10272 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 2492759 T7581 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /jrc/
   [junit4]   2> 2492766 T7581 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-1384136047924
   [junit4]   2> 2492768 T7581 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2492769 T7582 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2492774 T7581 oasc.ZkTestServer.run start zk server on port:54084
   [junit4]   2> 2492776 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2492809 T7583 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 2494064 T7586 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6747d795 name:ZooKeeperConnection Watcher:127.0.0.1:54084 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2494065 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2494065 T7581 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2494084 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2494090 T7590 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@432cba14 name:ZooKeeperConnection Watcher:127.0.0.1:54084/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2494090 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2494091 T7581 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2494102 T7581 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2494112 T7581 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2494121 T7581 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2494135 T7581 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> 2494136 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2494151 T7581 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> 2494152 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2494163 T7581 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> 2494163 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2494174 T7581 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> 2494175 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2494188 T7581 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> 2494189 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2494202 T7581 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> 2494204 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2494215 T7581 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> 2494216 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2494228 T7581 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> 2494229 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2494240 T7581 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> 2494240 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2494252 T7581 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> 2494253 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2494264 T7581 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> 2494265 T7581 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2494576 T7581 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2494595 T7581 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54088
   [junit4]   2> 2494596 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2494596 T7581 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2494597 T7581 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436
   [junit4]   2> 2494597 T7581 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/'
   [junit4]   2> 2494630 T7581 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-controljetty-1384136049436/solr.xml
   [junit4]   2> 2494671 T7581 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2494671 T7581 oasc.CoreContainer.<init> New CoreContainer 750379270
   [junit4]   2> 2494672 T7581 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/]
   [junit4]   2> 2494674 T7581 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2494675 T7581 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2494675 T7581 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2494676 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2494676 T7581 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2494677 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2494677 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2494678 T7581 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2494678 T7581 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2494682 T7581 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2494683 T7581 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2494683 T7581 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54084/solr
   [junit4]   2> 2494683 T7581 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2494686 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2494691 T7601 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f6467da name:ZooKeeperConnection Watcher:127.0.0.1:54084 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2494692 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2494699 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2494703 T7603 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1009db27 name:ZooKeeperConnection Watcher:127.0.0.1:54084/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2494704 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2494708 T7581 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2494727 T7581 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2494743 T7581 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2494750 T7581 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54088_jrc
   [junit4]   2> 2494753 T7581 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54088_jrc
   [junit4]   2> 2494766 T7581 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2494784 T7581 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2494793 T7581 oasc.Overseer.start Overseer (id=90710740037206019-127.0.0.1:54088_jrc-n_0000000000) starting
   [junit4]   2> 2494805 T7581 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2494821 T7605 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2494824 T7581 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2494834 T7581 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2494841 T7581 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2494853 T7604 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2494856 T7581 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-controljetty-1384136049436
   [junit4]   2> 2494946 T7581 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-controljetty-1384136049436/conf/
   [junit4]   2> 2494951 T7581 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2494952 T7581 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2494952 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2494957 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2494964 T7608 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c8b083d name:ZooKeeperConnection Watcher:127.0.0.1:54084/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2494965 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2494969 T7581 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2494979 T7581 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2495335 T7581 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2495341 T7581 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54092
   [junit4]   2> 2495342 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2495343 T7581 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2495343 T7581 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-jetty1-1384136050137
   [junit4]   2> 2495344 T7581 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-jetty1-1384136050137/'
   [junit4]   2> 2495379 T7581 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-jetty1-1384136050137/solr.xml
   [junit4]   2> 2495437 T7581 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2495438 T7581 oasc.CoreContainer.<init> New CoreContainer 2130602453
   [junit4]   2> 2495438 T7581 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-jetty1-1384136050137/]
   [junit4]   2> 2495439 T7581 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2495439 T7581 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2495440 T7581 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2495440 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2495443 T7581 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2495444 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2495444 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2495445 T7581 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2495446 T7581 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2495452 T7581 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2495453 T7581 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2495454 T7581 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54084/solr
   [junit4]   2> 2495454 T7581 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2495460 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2495463 T7619 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70d66015 name:ZooKeeperConnection Watcher:127.0.0.1:54084 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2495463 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2495474 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2495484 T7621 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b7702bb name:ZooKeeperConnection Watcher:127.0.0.1:54084/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2495484 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2495504 T7581 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2496517 T7581 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54092_jrc
   [junit4]   2> 2496521 T7581 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54092_jrc
   [junit4]   2> 2496532 T7608 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2496533 T7603 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2496535 T7621 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2496549 T7581 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-jetty1-1384136050137
   [junit4]   2> 2496690 T7581 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-jetty1-1384136050137/conf/
   [junit4]   2> 2496699 T7581 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2496701 T7581 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2496701 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2497021 T7581 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2497025 T7581 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54095
   [junit4]   2> 2497026 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2497026 T7581 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2497027 T7581 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863
   [junit4]   2> 2497027 T7581 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/'
   [junit4]   2> 2497065 T7581 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-jetty2-1384136051863/solr.xml
   [junit4]   2> 2497134 T7581 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2497135 T7581 oasc.CoreContainer.<init> New CoreContainer 754322140
   [junit4]   2> 2497136 T7581 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/]
   [junit4]   2> 2497138 T7581 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2497139 T7581 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2497139 T7581 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2497140 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2497141 T7581 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2497141 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2497142 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2497144 T7581 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2497144 T7581 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2497149 T7581 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2497150 T7581 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2497151 T7581 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54084/solr
   [junit4]   2> 2497151 T7581 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2497175 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2497180 T7633 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d430893 name:ZooKeeperConnection Watcher:127.0.0.1:54084 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2497180 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2497186 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2497190 T7635 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45c1f692 name:ZooKeeperConnection Watcher:127.0.0.1:54084/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2497191 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2497204 T7581 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2498218 T7581 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54095_jrc
   [junit4]   2> 2498221 T7581 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54095_jrc
   [junit4]   2> 2498235 T7635 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2498236 T7603 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2498237 T7608 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2498238 T7621 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2498252 T7581 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-jetty2-1384136051863
   [junit4]   2> 2498354 T7581 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-jetty2-1384136051863/conf/
   [junit4]   2> 2498359 T7581 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2498360 T7581 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2498361 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2498677 T7581 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2498682 T7581 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54098
   [junit4]   2> 2498682 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2498683 T7581 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2498684 T7581 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-1384136053521
   [junit4]   2> 2498684 T7581 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-1384136053521/'
   [junit4]   2> 2498715 T7581 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-1384136053521/solr.xml
   [junit4]   2> 2498779 T7581 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2498781 T7581 oasc.CoreContainer.<init> New CoreContainer 806310194
   [junit4]   2> 2498781 T7581 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-1384136053521/]
   [junit4]   2> 2498782 T7581 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2498783 T7581 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2498783 T7581 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2498784 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2498784 T7581 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2498784 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2498785 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2498785 T7581 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2498786 T7581 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2498789 T7581 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2498790 T7581 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2498791 T7581 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54084/solr
   [junit4]   2> 2498791 T7581 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2498793 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2498797 T7647 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d9bc244 name:ZooKeeperConnection Watcher:127.0.0.1:54084 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2498798 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2498805 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2498809 T7649 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63060776 name:ZooKeeperConnection Watcher:127.0.0.1:54084/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2498809 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2498824 T7581 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2499840 T7581 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54098_jrc
   [junit4]   2> 2499846 T7581 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54098_jrc
   [junit4]   2> 2499868 T7635 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2499872 T7608 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2499874 T7603 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2499878 T7621 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2499880 T7649 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2499912 T7581 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-1384136053521
   [junit4]   2> 2500076 T7581 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-1384136053521/conf/
   [junit4]   2> 2500085 T7581 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2500086 T7581 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2500087 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2500416 T7581 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2500421 T7581 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54101
   [junit4]   2> 2500422 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2500423 T7581 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2500424 T7581 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249
   [junit4]   2> 2500424 T7581 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/'
   [junit4]   2> 2500456 T7581 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-1384136055249/solr.xml
   [junit4]   2> 2500497 T7581 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2500498 T7581 oasc.CoreContainer.<init> New CoreContainer 1177609308
   [junit4]   2> 2500498 T7581 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/]
   [junit4]   2> 2500499 T7581 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2500500 T7581 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2500500 T7581 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2500500 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2500501 T7581 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2500502 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2500502 T7581 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2500503 T7581 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2500503 T7581 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2500507 T7581 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2500507 T7581 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2500508 T7581 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54084/solr
   [junit4]   2> 2500508 T7581 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2500510 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2500515 T7661 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33e07804 name:ZooKeeperConnection Watcher:127.0.0.1:54084 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2500515 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2500522 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2500527 T7663 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33badc3e name:ZooKeeperConnection Watcher:127.0.0.1:54084/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2500527 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2500542 T7581 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2501558 T7581 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54101_jrc
   [junit4]   2> 2501566 T7581 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54101_jrc
   [junit4]   2> 2501597 T7649 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2501598 T7635 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2501599 T7663 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2501602 T7608 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2501602 T7603 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2501603 T7621 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2501622 T7581 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-1384136055249
   [junit4]   2> 2501706 T7581 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-1384136055249/conf/
   [junit4]   2> 2501711 T7581 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2501712 T7581 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2501712 T7581 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2501717 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2501721 T7666 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@472f298e name:ZooKeeperConnection Watcher:127.0.0.1:54084/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2501722 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2501725 T7581 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2501735 T7581 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2501738 T7668 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@202d9b30 name:ZooKeeperConnection Watcher:127.0.0.1:54084/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2501739 T7581 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2501743 T7581 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2501754 T7630 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=2&name=delLiveColl&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 2501757 T7603 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2501762 T7603 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2501764 T7605 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> 2501765 T7605 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> 2502406 T7604 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2502411 T7604 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl
   [junit4]   2> 2502411 T7604 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2]
   [junit4]   2> 2502442 T7649 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> 2502443 T7621 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> 2502443 T7635 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> 2502444 T7663 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> 2502444 T7608 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> 2502445 T7603 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> 2502448 T7668 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> 2502450 T7666 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> 2502481 T7605 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 2502481 T7605 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:54095_jrc
   [junit4]   2> 2502482 T7605 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:54088_jrc
   [junit4]   2> 2502483 T7605 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:54101_jrc
   [junit4]   2> 2502493 T7605 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:54092_jrc
   [junit4]   2> 2502497 T7594 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down
   [junit4]   2> 2502499 T7626 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down
   [junit4]   2> 2502505 T7626 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2502505 T7659 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down
   [junit4]   2> 2502506 T7594 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2502508 T7617 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down
   [junit4]   2> 2502509 T7659 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2502512 T7617 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2503986 T7604 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2503989 T7604 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:54088/jrc",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54088_jrc",
   [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> 2504005 T7604 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:54095/jrc",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54095_jrc",
   [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> 2504025 T7604 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:54101/jrc",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54101_jrc",
   [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> 2504045 T7604 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:54092/jrc",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54092_jrc",
   [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> 2504067 T7621 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> 2504068 T7649 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> 2504070 T7666 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> 2504072 T7603 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> 2504073 T7668 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> 2504075 T7635 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> 2504068 T7608 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> 2504078 T7663 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> 2504508 T7626 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1
   [junit4]   2> 2504509 T7594 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2
   [junit4]   2> 2504511 T7594 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/delLiveColl_shard1_replica2
   [junit4]   2> 2504512 T7594 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 2504511 T7626 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/delLiveColl_shard1_replica1
   [junit4]   2> 2504514 T7626 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 2504512 T7659 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1
   [junit4]   2> 2504515 T7594 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 2504516 T7594 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2504517 T7659 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/delLiveColl_shard2_replica1
   [junit4]   2> 2504518 T7659 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 2504519 T7617 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2
   [junit4]   2> 2504521 T7617 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-jetty1-1384136050137/delLiveColl_shard2_replica2
   [junit4]   2> 2504522 T7617 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 2504522 T7659 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 2504523 T7659 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2504522 T7626 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 2504525 T7626 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2504522 T7594 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2504527 T7594 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 2504527 T7617 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 2504528 T7617 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2504536 T7626 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2504537 T7626 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 2504542 T7617 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2504543 T7617 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 2504544 T7659 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2504545 T7659 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 2504548 T7594 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 2504550 T7626 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 2504560 T7617 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 2504564 T7594 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/delLiveColl_shard1_replica2/'
   [junit4]   2> 2504565 T7659 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 2504570 T7659 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/delLiveColl_shard2_replica1/'
   [junit4]   2> 2504570 T7617 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-jetty1-1384136050137/delLiveColl_shard2_replica2/'
   [junit4]   2> 2504576 T7626 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/delLiveColl_shard1_replica1/'
   [junit4]   2> 2504711 T7617 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 2504730 T7659 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 2504742 T7594 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 2504745 T7626 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 2504869 T7626 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2504875 T7626 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2504890 T7594 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2504958 T7626 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test
   [junit4]   2> 2504972 T7617 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2504979 T7594 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2504990 T7617 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2505044 T7594 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test
   [junit4]   2> 2505049 T7659 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2505142 T7659 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2505155 T7617 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test
   [junit4]   2> 2505228 T7659 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test
   [junit4]   2> 2506609 T7594 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2506610 T7594 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2506611 T7594 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2506625 T7594 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2506629 T7617 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2506631 T7617 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2506632 T7617 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2506630 T7594 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2506643 T7617 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2506646 T7617 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2506839 T7659 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2506853 T7659 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2506855 T7659 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2506878 T7659 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2506881 T7659 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2506911 T7594 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2506943 T7594 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2506961 T7626 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2506967 T7626 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2506969 T7626 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2506980 T7617 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2506987 T7594 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2506999 T7626 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2507002 T7626 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2507010 T7617 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2507019 T7594 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2507020 T7594 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2507021 T7594 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2507031 T7617 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2507034 T7594 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2507035 T7594 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2507036 T7594 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2507037 T7594 oasc.SolrCore.<init> [delLiveColl_shard1_replica2] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/delLiveColl_shard1_replica2/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/delLiveColl_shard1_replica2/data/
   [junit4]   2> 2507038 T7594 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf7cbd1
   [junit4]   2> 2507039 T7594 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/delLiveColl_shard1_replica2/data
   [junit4]   2> 2507040 T7594 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/delLiveColl_shard1_replica2/data/index/
   [junit4]   2> 2507041 T7594 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/delLiveColl_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2507041 T7594 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384136049436/delLiveColl_shard1_replica2/data/index
   [junit4]   2> 2507042 T7594 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.417403448494163]
   [junit4]   2> 2507045 T7617 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2507047 T7617 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2507047 T7617 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2507049 T7594 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@65b76cf5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ae7efe),segFN=segments_1,generation=1}
   [junit4]   2> 2507050 T7594 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2507062 T7594 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2507062 T7594 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2507063 T7594 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2507064 T7594 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2507064 T7594 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2507065 T7594 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2507065 T7594 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2507066 T7594 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2507068 T7594 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2507069 T7594 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2507069 T7594 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2507070 T7594 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2507072 T7594 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2507073 T7594 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2507074 T7594 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2507082 T7594 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2507092 T7594 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2507092 T7594 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2507093 T7594 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=93.904296875, floorSegmentMB=0.7294921875, forceMergeDeletesPctAllowed=2.4020544199285854, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5678748913915102
   [junit4]   2> 2507094 T7594 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@65b76cf5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ae7efe),segFN=segments_1,generation=1}
   [junit4]   2> 2507095 T7594 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2507096 T7594 oass.SolrIndexSearcher.<init> Opening Searcher@4cf425f5 main
   [junit4]   2> 2507111 T7673 oasc.SolrCore.registerSearcher [delLiveColl_shard1_replica2] Registered new searcher Searcher@4cf425f5 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2507130 T7594 oasc.CoreContainer.registerCore registering core: delLiveColl_shard1_replica2
   [junit4]   2> 2507131 T7594 oasc.ZkController.register Register replica - core:delLiveColl_shard1_replica2 address:http://127.0.0.1:54088/jrc collection:delLiveColl shard:shard1
   [junit4]   2> 2507135 T7617 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2507135 T7617 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2507136 T7617 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2507137 T7617 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-jetty1-1384136050137/delLiveColl_shard2_replica2/, dataDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384136050137/delLiveColl_shard2_replica2/data/
   [junit4]   2> 2507137 T7617 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf7cbd1
   [junit4]   2> 2507138 T7617 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-jetty1-1384136050137/delLiveColl_shard2_replica2/data
   [junit4]   2> 2507142 T7617 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-jetty1-1384136050137/delLiveColl_shard2_replica2/data/index/
   [junit4]   2> 2507143 T7617 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-jetty1-1384136050137/delLiveColl_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2507143 T7617 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-jetty1-1384136050137/delLiveColl_shard2_replica2/data/index
   [junit4]   2> 2507144 T7617 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.417403448494163]
   [junit4]   2> 2507147 T7594 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard1/election
   [junit4]   2> 2507154 T7617 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@26072cab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3910b40f),segFN=segments_1,generation=1}
   [junit4]   2> 2507155 T7617 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2507178 T7617 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2507179 T7617 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2507181 T7617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2507182 T7617 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2507182 T7617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2507183 T7617 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2507184 T7617 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2507184 T7617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2507185 T7617 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2507186 T7617 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2507187 T7617 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2507188 T7617 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2507188 T7617 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2507189 T7617 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2507190 T7617 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2507192 T7659 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2507195 T7617 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2507204 T7617 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2507205 T7617 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2507208 T7617 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=93.904296875, floorSegmentMB=0.7294921875, forceMergeDeletesPctAllowed=2.4020544199285854, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5678748913915102
   [junit4]   2> 2507209 T7617 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@26072cab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3910b40f),segFN=segments_1,generation=1}
   [junit4]   2> 2507209 T7617 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2507210 T7617 oass.SolrIndexSearcher.<init> Opening Searcher@258e64ce main
   [junit4]   2> 2507220 T7674 oasc.SolrCore.registerSearcher [delLiveColl_shard2_replica2] Registered new searcher Searcher@258e64ce main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2507235 T7659 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2507238 T7617 oasc.CoreContainer.registerCore registering core: delLiveColl_shard2_replica2
   [junit4]   2> 2507239 T7617 oasc.ZkController.register Register replica - core:delLiveColl_shard2_replica2 address:http://127.0.0.1:54092/jrc collection:delLiveColl shard:shard2
   [junit4]   2> 2507248 T7617 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard2/election
   [junit4]   2> 2507263 T7659 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2507290 T7659 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2507291 T7659 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2507293 T7659 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2507296 T7626 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2507308 T7659 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2507310 T7659 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2507312 T7659 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2507309 T7626 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2507315 T7659 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/delLiveColl_shard2_replica1/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/delLiveColl_shard2_replica1/data/
   [junit4]   2> 2507317 T7659 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf7cbd1
   [junit4]   2> 2507319 T7594 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2507321 T7659 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/delLiveColl_shard2_replica1/data
   [junit4]   2> 2507322 T7659 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/delLiveColl_shard2_replica1/data/index/
   [junit4]   2> 2507323 T7659 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2507324 T7659 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384136055249/delLiveColl_shard2_replica1/data/index
   [junit4]   2> 2507326 T7659 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.417403448494163]
   [junit4]   2> 2507328 T7617 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2507332 T7659 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38259bab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e219e49),segFN=segments_1,generation=1}
   [junit4]   2> 2507336 T7659 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2507339 T7626 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2507343 T7659 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2507344 T7659 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2507346 T7659 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2507347 T7626 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2507348 T7626 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2507348 T7626 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2507347 T7659 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2507350 T7659 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2507350 T7659 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2507351 T7659 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2507352 T7659 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2507352 T7659 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2507354 T7659 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2507354 T7659 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2507355 T7659 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2507357 T7659 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2507359 T7659 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2507360 T7659 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2507368 T7626 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2507369 T7626 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2507369 T7626 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2507370 T7626 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/delLiveColl_shard1_replica1/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/delLiveColl_shard1_replica1/data/
   [junit4]   2> 2507370 T7626 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf7cbd1
   [junit4]   2> 2507372 T7626 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/delLiveColl_shard1_replica1/data
   [junit4]   2> 2507373 T7626 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/delLiveColl_shard1_replica1/data/index/
   [junit4]   2> 2507373 T7626 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2507373 T7626 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384136051863/delLiveColl_shard1_replica1/data/index
   [junit4]   2> 2507375 T7626 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.417403448494163]
   [junit4]   2> 2507380 T7594 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179996
   [junit4]   2> 2507381 T7617 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179995
   [junit4]   2> 2507382 T7659 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2507382 T7626 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c867f0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a211604),segFN=segments_1,generation=1}
   [junit4]   2> 2507385 T7626 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2507393 T7626 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2507396 T7626 oasup.UpdateRequestPro

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

gPerformance, SolrCoreCheckLockOnStartupTest, CopyFieldTest, TestSchemaNameResource, ChaosMonkeySafeLeaderTest, BinaryUpdateRequestHandlerTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, TestStressLucene, CoreContainerCoreInitFailuresTest, TestValueSourceCache, TestSolrXml, TestCSVLoader, AnalysisAfterCoreReloadTest, DocumentBuilderTest, QueryParsingTest, DateMathParserTest, BlockCacheTest, SolrCoreTest, CacheHeaderTest, TestFieldTypeCollectionResource, TestSchemaResource, TestRecovery, TestSolrQueryParserDefaultOperatorResource, DocValuesTest, TestQuerySenderListener, SolrIndexSplitterTest, HdfsBasicDistributedZkTest, IndexSchemaTest, DOMUtilTest, CustomCollectionTest, TestFieldCollectionResource, SpellCheckComponentTest, MinimalSchemaTest, ParsingFieldUpdateProcessorsTest, HdfsRecoveryZkTest, UUIDFieldTest, SimplePostToolTest, TestFastWriter, TestSolrIndexConfig, HighlighterConfigTest, SolrInfoMBeanTest, TestReload, ShardRoutingCustomTest, SuggesterWFSTTest, TestRTGBase, TermsComponentTest, TestStressVersions, SolrCmdDistributorTest, ShardSplitTest, FastVectorHighlighterTest, ZkSolrClientTest, SpellingQueryConverterTest, BJQParserTest, XsltUpdateRequestHandlerTest, TestWriterPerf, SolrPluginUtilsTest, RequiredFieldsTest, MultiTermTest, TestSolr4Spatial, StatsComponentTest, JsonLoaderTest, FieldMutatingUpdateProcessorTest, TestJmxIntegration, BasicDistributedZkTest, TestFiltering, UpdateRequestProcessorFactoryTest, DisMaxRequestHandlerTest, TestExtendedDismaxParser, OpenCloseCoreStressTest, StressHdfsTest, SortByFunctionTest, SignatureUpdateProcessorFactoryTest, TestSort, TestAddFieldRealTimeGet, SuggesterTest, TestHashPartitioner, TestSurroundQueryParser, TestRandomFaceting, EnumFieldTest, ChangedSchemaMergeTest, SliceStateUpdateTest, BasicDistributedZk2Test, TestCodecSupport, BasicFunctionalityTest, NotRequiredUniqueKeyTest, TestManagedSchema, DebugComponentTest, TestComponentsName, TestCloudManagedSchema, TestQuerySenderNoQuery, ExternalFileFieldSortTest, TestDistributedSearch, BadComponentTest, QueryResultKeyTest, TestPhraseSuggestions, BlockDirectoryTest, TestPerFieldSimilarity, TestRemoteStreaming, DateFieldTest, TestRandomMergePolicy, LegacyHTMLStripCharFilterTest, CurrencyFieldXmlFileTest, SliceStateTest, CollectionsAPIDistributedZkTest, WordBreakSolrSpellCheckerTest, TestLMDirichletSimilarityFactory, AliasIntegrationTest, CoreAdminHandlerTest, ShowFileRequestHandlerTest, BasicZkTest, TestDocBasedVersionConstraints, TestShardHandlerFactory, RegexBoostProcessorTest, TestConfig, HdfsDirectoryTest, AlternateDirectoryTest, ResponseLogComponentTest, TestSearchPerf, TestManagedSchemaFieldResource, TestNoOpRegenerator, TestCopyFieldCollectionResource, TestBinaryResponseWriter, ZkControllerTest, NoCacheHeaderTest, IndexSchemaRuntimeFieldTest, TestReloadAndDeleteDocs, TestDistribDocBasedVersion, TestCoreDiscovery, TestFoldingMultitermQuery, ZkNodePropsTest, DistributedQueryElevationComponentTest, TestMultiCoreConfBootstrap, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, LeaderElectionTest, TestRandomDVFaceting, ZkCLITest, AutoCommitTest, TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestJoin, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestFunctionQuery, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, SpellCheckCollatorTest, SuggesterTSTTest, TestTrie, SpatialFilterTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, LoggingHandlerTest, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, SOLR749Test, UpdateParamsTest, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, TestDocSet, TestBinaryField, NumericFieldsTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestNumberUtils, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, TestSolrXMLSerializer, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestUtils, TestDocumentBuilder, FileUtilsTest, CircularListTest, SolrTestCaseJ4Test, TestCollationKeyRangeQueries, AssignTest, DeleteInactiveReplicaTest, DeleteReplicaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.seed=3C23E10E8FE4BA68 -Dtests.slow=true -Dtests.locale=sr_CS -Dtests.timezone=Pacific/Yap -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | DeleteReplicaTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrZkClient opens=15 closes=14
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3C23E10E8FE4BA68]: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=7667, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3C23E10E8FE4BA68]-SendThread(localhost:54084), 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=7668, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3C23E10E8FE4BA68]-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([3C23E10E8FE4BA68]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7667, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[3C23E10E8FE4BA68]-SendThread(localhost:54084), 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]    > 	at __randomizedtesting.SeedInfo.seed([3C23E10E8FE4BA68]:0)
   [junit4] Completed in 108.16s, 1 test, 1 failure, 3 errors <<< FAILURES!

[...truncated 124 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:428: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:408: 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:501: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1275: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:911: There were test failures: 335 suites, 1475 tests, 3 suite-level errors, 1 error, 130 ignored (6 assumptions)

Total time: 84 minutes 8 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