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

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 2144 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/2144/

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([F135B0B16B8CDE33:70D33EA91CD3BE0F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:268)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:149)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:135)
	at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:115)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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:679)


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([F135B0B16B8CDE33]: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.GeneratedMethodAccessor24.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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:679)


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=3315, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-SendThread(localhost:40009), 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=3316, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)         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=3315, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-SendThread(localhost:40009), 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=3316, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
	at __randomizedtesting.SeedInfo.seed([F135B0B16B8CDE33]: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=3315, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-SendThread(localhost:40009), state=RUNNABLE, group=TGRP-DeleteReplicaTest]         at sun.nio.ch.KqueueArrayWrapper.interrupt(Native Method)         at sun.nio.ch.KqueueArrayWrapper.interrupt(KqueueArrayWrapper.java:206)         at sun.nio.ch.KqueueSelectorImpl.wakeup(KqueueSelectorImpl.java:194)         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:215)         at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:68)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=3315, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-SendThread(localhost:40009), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
        at sun.nio.ch.KqueueArrayWrapper.interrupt(Native Method)
        at sun.nio.ch.KqueueArrayWrapper.interrupt(KqueueArrayWrapper.java:206)
        at sun.nio.ch.KqueueSelectorImpl.wakeup(KqueueSelectorImpl.java:194)
        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:215)
        at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:68)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
	at __randomizedtesting.SeedInfo.seed([F135B0B16B8CDE33]:0)




Build Log:
[...truncated 10240 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1590961 T3229 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_np/k
   [junit4]   2> 1590967 T3229 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./solrtest-DeleteReplicaTest-1383858947226
   [junit4]   2> 1590969 T3229 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1590969 T3230 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1591070 T3229 oasc.ZkTestServer.run start zk server on port:40009
   [junit4]   2> 1591072 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1591080 T3236 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62699400 name:ZooKeeperConnection Watcher:127.0.0.1:40009 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1591080 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1591081 T3229 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1591103 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1591105 T3238 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fa55fcf name:ZooKeeperConnection Watcher:127.0.0.1:40009/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1591105 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1591106 T3229 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1591115 T3229 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1591119 T3229 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1591121 T3229 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1591131 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1591132 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1591145 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1591146 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1591252 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1591253 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1591256 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1591257 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1591268 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1591268 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1591273 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1591273 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1591284 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1591285 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1591291 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1591291 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1591300 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1591300 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1591308 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1591309 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1591316 T3229 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1591317 T3229 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1591695 T3229 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1591699 T3229 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:52447
   [junit4]   2> 1591700 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1591700 T3229 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1591701 T3229 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588
   [junit4]   2> 1591701 T3229 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/'
   [junit4]   2> 1591749 T3229 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/solr.xml
   [junit4]   2> 1591835 T3229 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1591836 T3229 oasc.CoreContainer.<init> New CoreContainer 336350124
   [junit4]   2> 1591837 T3229 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/]
   [junit4]   2> 1591839 T3229 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1591839 T3229 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1591840 T3229 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1591840 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1591841 T3229 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1591841 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1591842 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1591842 T3229 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1591843 T3229 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1591850 T3229 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1591850 T3229 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1591851 T3229 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40009/solr
   [junit4]   2> 1591851 T3229 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1591858 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1591861 T3249 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@333c137c name:ZooKeeperConnection Watcher:127.0.0.1:40009 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1591862 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1591865 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1591866 T3251 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31cd455b name:ZooKeeperConnection Watcher:127.0.0.1:40009/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1591867 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1591876 T3229 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1591884 T3229 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1591887 T3229 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1591889 T3229 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52447__np%2Fk
   [junit4]   2> 1591890 T3229 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52447__np%2Fk
   [junit4]   2> 1591893 T3229 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1591909 T3229 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1591918 T3229 oasc.Overseer.start Overseer (id=90692579965992963-127.0.0.1:52447__np%2Fk-n_0000000000) starting
   [junit4]   2> 1591928 T3229 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1591940 T3253 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1591941 T3229 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1591943 T3229 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1591945 T3229 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1591948 T3252 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1591950 T3229 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588
   [junit4]   2> 1592094 T3229 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/conf/
   [junit4]   2> 1592098 T3229 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1592099 T3229 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1592099 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1592104 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1592107 T3256 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@118ec427 name:ZooKeeperConnection Watcher:127.0.0.1:40009/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1592107 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1592109 T3229 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1592110 T3229 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1592288 T3229 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1592291 T3229 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:45963
   [junit4]   2> 1592291 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1592291 T3229 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1592292 T3229 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369
   [junit4]   2> 1592292 T3229 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/'
   [junit4]   2> 1592317 T3229 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/solr.xml
   [junit4]   2> 1592364 T3229 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1592365 T3229 oasc.CoreContainer.<init> New CoreContainer 325327384
   [junit4]   2> 1592366 T3229 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/]
   [junit4]   2> 1592367 T3229 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1592367 T3229 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1592367 T3229 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1592368 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1592368 T3229 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1592368 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1592369 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1592369 T3229 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1592369 T3229 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1592374 T3229 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1592374 T3229 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1592374 T3229 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40009/solr
   [junit4]   2> 1592375 T3229 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1592376 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1592378 T3267 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10ed279a name:ZooKeeperConnection Watcher:127.0.0.1:40009 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1592379 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1592390 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1592392 T3269 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fcb825d name:ZooKeeperConnection Watcher:127.0.0.1:40009/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1592392 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1592405 T3229 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1593408 T3229 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45963__np%2Fk
   [junit4]   2> 1593410 T3229 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45963__np%2Fk
   [junit4]   2> 1593415 T3256 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1593415 T3269 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1593415 T3251 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1593426 T3229 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369
   [junit4]   2> 1593428 T3229 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/conf/
   [junit4]   2> 1593661 T3229 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1593662 T3229 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1593663 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1593970 T3229 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1593974 T3229 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37912
   [junit4]   2> 1593974 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1593975 T3229 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1593976 T3229 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927
   [junit4]   2> 1593976 T3229 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/'
   [junit4]   2> 1594014 T3229 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/solr.xml
   [junit4]   2> 1594087 T3229 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1594088 T3229 oasc.CoreContainer.<init> New CoreContainer 2055680567
   [junit4]   2> 1594089 T3229 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/]
   [junit4]   2> 1594090 T3229 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1594091 T3229 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1594091 T3229 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1594092 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1594092 T3229 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1594093 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1594093 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1594094 T3229 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1594094 T3229 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1594101 T3229 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1594102 T3229 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1594102 T3229 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40009/solr
   [junit4]   2> 1594103 T3229 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1594104 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1594107 T3281 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41f1f7b9 name:ZooKeeperConnection Watcher:127.0.0.1:40009 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1594136 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1594140 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1594142 T3283 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d4361a5 name:ZooKeeperConnection Watcher:127.0.0.1:40009/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1594142 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1594153 T3229 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1595156 T3229 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37912__np%2Fk
   [junit4]   2> 1595158 T3229 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37912__np%2Fk
   [junit4]   2> 1595162 T3256 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1595163 T3269 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1595163 T3283 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1595163 T3251 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1595174 T3229 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927
   [junit4]   2> 1595183 T3229 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/conf/
   [junit4]   2> 1595415 T3229 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1595416 T3229 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1595417 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1595731 T3229 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1595735 T3229 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:39484
   [junit4]   2> 1595736 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1595736 T3229 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1595737 T3229 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383858951684
   [junit4]   2> 1595737 T3229 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383858951684/'
   [junit4]   2> 1595778 T3229 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383858951684/solr.xml
   [junit4]   2> 1595849 T3229 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1595850 T3229 oasc.CoreContainer.<init> New CoreContainer 224090385
   [junit4]   2> 1595850 T3229 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383858951684/]
   [junit4]   2> 1595852 T3229 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1595852 T3229 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1595852 T3229 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1595853 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1595853 T3229 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1595853 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1595854 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1595854 T3229 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1595854 T3229 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1595859 T3229 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1595859 T3229 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1595860 T3229 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40009/solr
   [junit4]   2> 1595860 T3229 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1595861 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595864 T3295 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@683471f0 name:ZooKeeperConnection Watcher:127.0.0.1:40009 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1595864 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1595867 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1595882 T3297 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a7e435c name:ZooKeeperConnection Watcher:127.0.0.1:40009/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1595882 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1595920 T3229 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1596923 T3229 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39484__np%2Fk
   [junit4]   2> 1596925 T3229 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39484__np%2Fk
   [junit4]   2> 1596930 T3256 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1596930 T3269 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1596930 T3283 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1596930 T3297 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1596930 T3251 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1596944 T3229 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383858951684
   [junit4]   2> 1596952 T3229 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383858951684/conf/
   [junit4]   2> 1597335 T3229 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1597336 T3229 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1597336 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1597621 T3229 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1597625 T3229 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:64186
   [junit4]   2> 1597626 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1597626 T3229 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1597627 T3229 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383858953602
   [junit4]   2> 1597627 T3229 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383858953602/'
   [junit4]   2> 1597665 T3229 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383858953602/solr.xml
   [junit4]   2> 1597737 T3229 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1597738 T3229 oasc.CoreContainer.<init> New CoreContainer 1466137027
   [junit4]   2> 1597738 T3229 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383858953602/]
   [junit4]   2> 1597740 T3229 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1597741 T3229 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1597741 T3229 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1597742 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1597742 T3229 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1597743 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1597743 T3229 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1597744 T3229 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1597744 T3229 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1597751 T3229 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1597751 T3229 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1597752 T3229 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40009/solr
   [junit4]   2> 1597753 T3229 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1597754 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1597756 T3309 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43cf1e07 name:ZooKeeperConnection Watcher:127.0.0.1:40009 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1597757 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1597760 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1597767 T3311 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42693e16 name:ZooKeeperConnection Watcher:127.0.0.1:40009/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1597768 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1597776 T3229 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1598779 T3229 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64186__np%2Fk
   [junit4]   2> 1598781 T3229 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64186__np%2Fk
   [junit4]   2> 1598786 T3256 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1598786 T3297 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1598786 T3311 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1598786 T3269 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1598786 T3283 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1598786 T3251 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1598792 T3229 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383858953602
   [junit4]   2> 1599054 T3229 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383858953602/conf/
   [junit4]   2> 1599067 T3229 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1599068 T3229 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1599068 T3229 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1599077 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1599079 T3314 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@83fa0b4 name:ZooKeeperConnection Watcher:127.0.0.1:40009/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1599079 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1599081 T3229 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1599084 T3229 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1599086 T3316 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a435c27 name:ZooKeeperConnection Watcher:127.0.0.1:40009/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1599086 T3229 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1599088 T3229 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1599092 T3287 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=2&name=delLiveColl&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1599093 T3251 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1599095 T3253 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> 1599095 T3253 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> 1599459 T3252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1599460 T3252 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl
   [junit4]   2> 1599460 T3252 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2]
   [junit4]   2> 1599472 T3311 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> 1599472 T3269 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> 1599472 T3314 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> 1599472 T3283 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1599472 T3297 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> 1599472 T3316 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> 1599472 T3251 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> 1599472 T3256 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> 1599509 T3253 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1599509 T3253 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:37912__np%2Fk
   [junit4]   2> 1599509 T3253 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:39484__np%2Fk
   [junit4]   2> 1599510 T3253 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:45963__np%2Fk
   [junit4]   2> 1599511 T3253 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:52447__np%2Fk
   [junit4]   2> 1599513 T3273 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down
   [junit4]   2> 1599514 T3259 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down
   [junit4]   2> 1599514 T3288 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down
   [junit4]   2> 1599514 T3241 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down
   [junit4]   2> 1599515 T3273 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1599516 T3259 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1599516 T3288 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1599525 T3241 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1600978 T3252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1600980 T3252 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:37912/_np/k",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37912__np%2Fk",
   [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> 1601010 T3252 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:45963/_np/k",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45963__np%2Fk",
   [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> 1601016 T3252 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:39484/_np/k",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39484__np%2Fk",
   [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> 1601026 T3252 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:52447/_np/k",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52447__np%2Fk",
   [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> 1601032 T3311 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> 1601033 T3269 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> 1601033 T3283 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1601033 T3314 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> 1601033 T3297 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> 1601033 T3316 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> 1601033 T3251 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> 1601033 T3256 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> 1601517 T3273 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1
   [junit4]   2> 1601518 T3259 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1
   [junit4]   2> 1601518 T3288 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2
   [junit4]   2> 1601528 T3241 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2
   [junit4]   2> 1601528 T3273 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/delLiveColl_shard1_replica1
   [junit4]   2> 1601529 T3273 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1601529 T3259 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/delLiveColl_shard2_replica1
   [junit4]   2> 1601530 T3259 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1601532 T3273 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1601533 T3273 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1601534 T3259 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1601534 T3259 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1601537 T3273 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1601538 T3273 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1601538 T3259 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1601539 T3259 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1601540 T3288 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383858951684/delLiveColl_shard1_replica2
   [junit4]   2> 1601538 T3241 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica2' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/delLiveColl_shard2_replica2
   [junit4]   2> 1601541 T3241 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1601540 T3288 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 1601542 T3241 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 1601543 T3241 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1601544 T3288 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1601545 T3273 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1601546 T3259 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1601546 T3241 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 1601545 T3288 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1601548 T3273 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/delLiveColl_shard1_replica1/'
   [junit4]   2> 1601548 T3259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/delLiveColl_shard2_replica1/'
   [junit4]   2> 1601551 T3288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383858951684/delLiveColl_shard1_replica2/'
   [junit4]   2> 1601555 T3241 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 1601561 T3241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/delLiveColl_shard2_replica2/'
   [junit4]   2> 1601752 T3259 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 1601752 T3241 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 1601753 T3288 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 1601753 T3273 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 1601829 T3241 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1601829 T3259 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1601830 T3288 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1601831 T3273 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1601931 T3259 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1601932 T3288 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1601932 T3273 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1601931 T3241 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1601949 T3259 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test
   [junit4]   2> 1601949 T3273 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test
   [junit4]   2> 1601949 T3288 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test
   [junit4]   2> 1601952 T3241 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test
   [junit4]   2> 1603599 T3259 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1603601 T3259 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1603602 T3259 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1603605 T3241 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1603605 T3241 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1603606 T3241 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1603643 T3259 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1603645 T3241 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1603653 T3259 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1603655 T3273 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1603656 T3273 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1603657 T3241 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1603657 T3273 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1603677 T3273 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1603686 T3273 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1603711 T3259 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1603716 T3241 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1603726 T3259 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1603736 T3241 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1603739 T3259 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1603740 T3273 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1603745 T3259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1603746 T3259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1603747 T3259 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1603751 T3259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1603752 T3259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1603753 T3259 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1603753 T3259 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/delLiveColl_shard2_replica1/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/delLiveColl_shard2_replica1/data/
   [junit4]   2> 1603753 T3273 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1603754 T3259 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30d63337
   [junit4]   2> 1603756 T3241 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1603756 T3259 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/delLiveColl_shard2_replica1/data
   [junit4]   2> 1603757 T3259 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/delLiveColl_shard2_replica1/data/index/
   [junit4]   2> 1603758 T3259 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1603759 T3259 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383858948369/delLiveColl_shard2_replica1/data/index
   [junit4]   2> 1603760 T3259 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1603760 T3241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1603761 T3241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1603761 T3259 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@726cb108 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@68412677),segFN=segments_1,generation=1}
   [junit4]   2> 1603762 T3259 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1603762 T3241 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1603766 T3273 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1603777 T3241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1603778 T3259 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1603777 T3273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1603778 T3241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1603780 T3273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1603779 T3259 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1603782 T3259 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1603780 T3241 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1603783 T3241 oasc.SolrCore.<init> [delLiveColl_shard2_replica2] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/delLiveColl_shard2_replica2/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/delLiveColl_shard2_replica2/data/
   [junit4]   2> 1603782 T3273 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1603782 T3259 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1603784 T3241 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30d63337
   [junit4]   2> 1603785 T3259 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1603786 T3259 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1603786 T3241 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/delLiveColl_shard2_replica2/data
   [junit4]   2> 1603787 T3259 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1603787 T3241 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/delLiveColl_shard2_replica2/data/index/
   [junit4]   2> 1603788 T3241 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica2] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/delLiveColl_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1603789 T3273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1603790 T3273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1603787 T3259 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1603790 T3273 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1603789 T3241 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383858947588/delLiveColl_shard2_replica2/data/index
   [junit4]   2> 1603792 T3273 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/delLiveColl_shard1_replica1/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/delLiveColl_shard1_replica1/data/
   [junit4]   2> 1603792 T3273 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30d63337
   [junit4]   2> 1603791 T3259 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1603792 T3241 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1603794 T3259 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1603795 T3241 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@10f04297 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f23664f),segFN=segments_1,generation=1}
   [junit4]   2> 1603795 T3259 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1603796 T3259 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1603795 T3273 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/delLiveColl_shard1_replica1/data
   [junit4]   2> 1603797 T3259 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1603799 T3259 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1603796 T3241 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1603800 T3259 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1603797 T3273 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/delLiveColl_shard1_replica1/data/index/
   [junit4]   2> 1603801 T3273 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1603802 T3273 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383858949927/delLiveColl_shard1_replica1/data/index
   [junit4]   2> 1603803 T3273 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1603805 T3273 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2da224a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3435afa2),segFN=segments_1,generation=1}
   [junit4]   2> 1603805 T3273 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1603807 T3241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1603808 T3241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1603809 T3241 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1603810 T3241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1603810 T3241 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1603811 T3241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1603812 T3241 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1603813 T3241 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1603813 T3273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1603814 T3273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1603813 T3241 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1603816 T3241 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1603815 T3273 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1603817 T3241 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1603818 T3241 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1603818 T3273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1603819 T3241 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1603820 T3241 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1603821 T3241 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1603822 T3273 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1603823 T3273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1603824 T3273 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1603825 T3273 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1603825 T3273 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1603826 T3273 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1603827 T3273 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1603828 T3273 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1603829 T3273 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1603830 T3273 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1603831 T3273 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1603836 T3259 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1603836 T3241 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1603836 T3273 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1603849 T3259 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1603850 T3259 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1603850 T3241 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1603851 T3241 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1603851 T3259 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.700007820467769]
   [junit4]   2> 1603852 T3241 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.700007820467769]
   [junit4]   2> 1603852 T3273 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1603853 T3241 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@10f04297 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f23664f),segFN=segments_1,generation=1}
   [junit4]   2> 1603854 T3241 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1603855 T3241 oass.SolrIndexSearcher.<init> Opening Searcher@a4a0c21 main
   [junit4]   2> 1603853 T3259 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@726cb108 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@68412677),segFN=segments_1,generation=1}
   [junit4]   2> 1603857 T3259 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1603854 T3273 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1603858 T3259 oass.SolrIndexSearcher.<init> Opening Searcher@69eb8828 main
   [junit4]   2> 1603859 T3273 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.700007820467769]
   [junit4]   2> 1603860 T3273 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2da224a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3435afa2),segFN=segments_1,generation=1}
   [junit4]   2> 1603860 T3273 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1603861 T3288 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1603862 T3322 oasc.SolrCore.registerSearcher [delLiveColl_shard2_replica2] Registered new searcher Searcher@a4a0c21 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1603863 T3321 oasc.SolrCore.registerSearcher [delLiveColl_shard2_replica1] Registered new searcher Searcher@69eb8828 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1603866 T3241 oasc.CoreContainer.registerCore registering core: delLiveColl_shard2_replica2
   [junit4]   2> 1603866 T3241 oasc.ZkController.register Register replica - core:delLiveColl_shard2_replica2 address:http://127.0.0.1:52447/_np/k collection:delLiveColl shard:shard2
   [junit4]   2> 1603867 T3259 oasc.CoreContainer.registerCore registering core: delLiveColl_shard2_replica1
   [junit4]   2> 1603867 T3259 oasc.ZkController.register Register replica - core:delLiveColl_shard2_replica1 address:http://127.0.0.1:45963/_np/k collection:delLiveColl shard:shard2
   [junit4]   2> 1603862 T3288 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1603861 T3273 oass.SolrIndexSearcher.<init> Opening Searcher@5981d595 main
   [junit4]   2> 1603869 T3241 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard2/election
   [junit4]   2> 1603869 T3259 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard2/election
   [junit4]   2> 1603869 T3288 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1603876 T3323 oasc.SolrCore.registerSearcher [delLiveColl_shard1_replica1] Registered new searcher Searcher@5981d595 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1603877 T3273 oasc.CoreContainer.registerCore registering core: delLiveColl_shard1_replica1
   [junit4]   2> 1603878 T3273 oasc.ZkController.register Register replica - core:delLiveColl_shard1_replica1 address:http://127.0.0.1:37912/_np/k collection:delLiveColl shard:shard1
   [junit4]   2> 1603891 T3288 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1603894 T3273 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard1/election
   [junit4]   2> 1603901 T3288 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1603917 T3259 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1603928 T3259 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1603929 T3259 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1603929 T3259 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45963/_np/k/delLiveColl_shard2_replica1/
   [junit4]   2> 1603930 T3259 oasu.PeerSync.sync PeerSync: core=delLiveColl_shard2_replica1 url=http://127.0.0.1:45963/_np/k START replicas=[http://127.0.0.1:52447/_np/k/delLiveColl_shard2_replica2/] nUpdates=100
   [junit4]   2> 1603931 T3259 oasu.PeerSync.sync PeerSync: core=delLiveColl_shard2_replica1 url=http://127.0.0.1:45963/_np/k DONE.  We have no versions.  sync failed.
   [junit4]   2> 1603931 T3259 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1603932 T3259 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1603932 T3259 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45963/_np/k/delLiveColl_shard2_replica1/ shard2
   [junit4]   2> 1603933 T3259 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leaders/shard2
   [junit4]   2> 1603938 T3273 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> ASYNC  NEW_CORE C1551 name=delLiveColl_shard2_replica2 org.apache.solr.core.SolrCore@bee1a51 url=http://127.0.0.1:52447/_np/k

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

.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]   2> 
   [junit4]   2> 122971 T3228 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=3315, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-SendThread(localhost:40009), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 	        at sun.nio.ch.KqueueArrayWrapper.interrupt(Native Method)
   [junit4]   2> 	        at sun.nio.ch.KqueueArrayWrapper.interrupt(KqueueArrayWrapper.java:206)
   [junit4]   2> 	        at sun.nio.ch.KqueueSelectorImpl.wakeup(KqueueSelectorImpl.java:194)
   [junit4]   2> 	        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
   [junit4]   2> 	        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:215)
   [junit4]   2> 	        at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:68)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=in, timezone=Pacific/Tarawa
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=3,free=224574400,total=473432064
   [junit4]   2> NOTE: All tests run in this JVM: [StatsComponentTest, RequiredFieldsTest, InfoHandlerTest, BJQParserTest, OutputWriterTest, TestQueryTypes, NoCacheHeaderTest, TestRecovery, TestNoOpRegenerator, TestStressRecovery, HardAutoCommitTest, HdfsCollectionsAPIDistributedZkTest, TestOmitPositions, TestIBSimilarityFactory, DistanceFunctionTest, IndexSchemaRuntimeFieldTest, SolrRequestParserTest, TestSchemaVersionResource, HdfsChaosMonkeySafeLeaderTest, MultiTermTest, TestAnalyzedSuggestions, QueryResultKeyTest, SolrCoreCheckLockOnStartupTest, TestHashPartitioner, ShardRoutingCustomTest, TestShardHandlerFactory, SolrTestCaseJ4Test, TestNumberUtils, TestZkChroot, HighlighterConfigTest, TestFastWriter, SortByFunctionTest, DirectUpdateHandlerTest, NotRequiredUniqueKeyTest, ZkNodePropsTest, UniqFieldsUpdateProcessorFactoryTest, TestLazyCores, TestFoldingMultitermQuery, PingRequestHandlerTest, TestSolrCoreProperties, FileUtilsTest, TestSweetSpotSimilarityFactory, OpenExchangeRatesOrgProviderTest, TestFiltering, TestUpdate, TestCoreDiscovery, TestCSVLoader, ConvertedLegacyTest, DocValuesMultiTest, PluginInfoTest, AlternateDirectoryTest, SpellCheckComponentTest, BlockCacheTest, DirectSolrConnectionTest, SuggesterWFSTTest, HdfsBasicDistributedZkTest, BasicDistributedZk2Test, CoreMergeIndexesAdminHandlerTest, TestSerializedLuceneMatchVersion, NumericFieldsTest, TestReload, TestSolrDeletionPolicy2, TestXIncludeConfig, EnumFieldTest, PrimUtilsTest, DeleteInactiveReplicaTest, RequestHandlersTest, TermVectorComponentDistributedTest, BadIndexSchemaTest, TestPhraseSuggestions, TestIndexSearcher, AssignTest, TestBinaryField, TestDFRSimilarityFactory, SpellingQueryConverterTest, CurrencyFieldOpenExchangeTest, TestMultiCoreConfBootstrap, TestAtomicUpdateErrorCases, CoreAdminCreateDiscoverTest, SolrCmdDistributorTest, TestSolrXml, DocValuesMissingTest, BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestRandomDVFaceting, AutoCommitTest, DistributedSpellCheckComponentTest, TestStressReorder, TestStressVersions, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, TestGroupingSearch, TestSort, OverseerCollectionProcessorTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestExtendedDismaxParser, CoreAdminHandlerTest, SuggesterTSTTest, SpatialFilterTest, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DefaultValueUpdateProcessorTest, TestSolrDeletionPolicy1, DebugComponentTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, TestArbitraryIndexDir, SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, TestQuerySenderNoQuery, ResponseLogComponentTest, TestMergePolicyConfig, MinimalSchemaTest, TestCodecSupport, TestLMDirichletSimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, TestFastOutputStream, URLClassifyProcessorTest, TestSuggestSpellingConverter, DateFieldTest, RAMDirectoryFactoryTest, TestSolrJ, TestUtils, TestDocumentBuilder, TestCollationKeyRangeQueries, DeleteReplicaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.seed=F135B0B16B8CDE33 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=in -Dtests.timezone=Pacific/Tarawa -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | DeleteReplicaTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrZkClient opens=15 closes=14
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F135B0B16B8CDE33]: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:679)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   [junit4]    >    1) Thread[id=3315, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-SendThread(localhost:40009), 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=3316, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F135B0B16B8CDE33]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3315, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[F135B0B16B8CDE33]-SendThread(localhost:40009), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.nio.ch.KqueueArrayWrapper.interrupt(Native Method)
   [junit4]    >         at sun.nio.ch.KqueueArrayWrapper.interrupt(KqueueArrayWrapper.java:206)
   [junit4]    >         at sun.nio.ch.KqueueSelectorImpl.wakeup(KqueueSelectorImpl.java:194)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:215)
   [junit4]    >         at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:68)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F135B0B16B8CDE33]:0)
   [junit4] Completed on J1 in 123.02s, 1 test, 1 failure, 3 errors <<< FAILURES!

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

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