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/22 06:58:29 UTC

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

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.DeleteInactiveReplicaTest.testDistribSearch

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:20544/_vuu, http://127.0.0.1:45235/_vuu]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:20544/_vuu, http://127.0.0.1:45235/_vuu]
	at __randomizedtesting.SeedInfo.seed([3F62F4BAB218041D:BE847AA2C5476421]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:354)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:138)
	at org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest(DeleteInactiveReplicaTest.java:120)
	at org.apache.solr.cloud.DeleteInactiveReplicaTest.doTest(DeleteInactiveReplicaTest.java:43)
	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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: deletereplica the collection time out:60s
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:491)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:197)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:285)
	... 45 more




Build Log:
[...truncated 9919 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteInactiveReplicaTest
   [junit4]   2> 1196681 T1987 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_vuu/
   [junit4]   2> 1196686 T1987 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-DeleteInactiveReplicaTest-1385098646131
   [junit4]   2> 1196688 T1987 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1196689 T1988 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1196790 T1987 oasc.ZkTestServer.run start zk server on port:42664
   [junit4]   2> 1196791 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1196795 T1994 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a9b3601 name:ZooKeeperConnection Watcher:127.0.0.1:42664 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1196795 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1196796 T1987 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1196807 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1196809 T1996 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@321d9db8 name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1196809 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1196809 T1987 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1196819 T1987 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1196822 T1987 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1196825 T1987 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1196833 T1987 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> 1196834 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1196850 T1987 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> 1196851 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1196955 T1987 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> 1196956 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1196959 T1987 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> 1196959 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1196970 T1987 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> 1196971 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1196974 T1987 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> 1196974 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1196977 T1987 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> 1196978 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1196981 T1987 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> 1196982 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1196984 T1987 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> 1196985 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1196988 T1987 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> 1196989 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1196996 T1987 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> 1196997 T1987 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1197282 T1987 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1197287 T1987 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:20544
   [junit4]   2> 1197288 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1197288 T1987 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1197289 T1987 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451
   [junit4]   2> 1197289 T1987 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/'
   [junit4]   2> 1197326 T1987 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.DeleteInactiveReplicaTest-controljetty-1385098646451/solr.xml
   [junit4]   2> 1197398 T1987 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1197399 T1987 oasc.CoreContainer.<init> New CoreContainer 732999994
   [junit4]   2> 1197399 T1987 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/]
   [junit4]   2> 1197401 T1987 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1197401 T1987 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1197402 T1987 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1197402 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1197403 T1987 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1197403 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1197403 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1197404 T1987 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1197404 T1987 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1197411 T1987 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1197411 T1987 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1197412 T1987 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1197412 T1987 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42664/solr
   [junit4]   2> 1197413 T1987 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1197414 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1197417 T2007 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d436d3e name:ZooKeeperConnection Watcher:127.0.0.1:42664 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1197417 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1197421 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1197430 T2009 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6793c0e0 name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1197430 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1197432 T1987 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1197442 T1987 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1197445 T1987 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1197448 T1987 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:20544__vuu
   [junit4]   2> 1197449 T1987 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:20544__vuu
   [junit4]   2> 1197459 T1987 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1197472 T1987 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1197475 T1987 oasc.Overseer.start Overseer (id=90773824873299971-127.0.0.1:20544__vuu-n_0000000000) starting
   [junit4]   2> 1197489 T1987 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1197501 T2011 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1197501 T1987 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1197504 T1987 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1197506 T1987 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1197508 T2010 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1197512 T1987 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.DeleteInactiveReplicaTest-controljetty-1385098646451
   [junit4]   2> 1197513 T1987 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.DeleteInactiveReplicaTest-controljetty-1385098646451/conf/
   [junit4]   2> 1197679 T1987 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1197680 T1987 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> 1197680 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1197688 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1197690 T2014 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7800db4d name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1197691 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1197692 T1987 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1197694 T1987 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1197975 T1987 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1197978 T1987 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24647
   [junit4]   2> 1197978 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1197979 T1987 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1197979 T1987 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138
   [junit4]   2> 1197980 T1987 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/'
   [junit4]   2> 1198017 T1987 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.DeleteInactiveReplicaTest-jetty1-1385098647138/solr.xml
   [junit4]   2> 1198066 T1987 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1198067 T1987 oasc.CoreContainer.<init> New CoreContainer 858239918
   [junit4]   2> 1198067 T1987 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/]
   [junit4]   2> 1198068 T1987 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1198069 T1987 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1198069 T1987 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1198069 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1198070 T1987 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1198070 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1198070 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1198071 T1987 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1198071 T1987 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1198075 T1987 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1198075 T1987 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1198076 T1987 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1198076 T1987 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42664/solr
   [junit4]   2> 1198076 T1987 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1198077 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1198080 T2025 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73857ebe name:ZooKeeperConnection Watcher:127.0.0.1:42664 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1198081 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1198097 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1198102 T2027 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26ef3899 name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1198102 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1198113 T1987 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1199116 T1987 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24647__vuu
   [junit4]   2> 1199119 T1987 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24647__vuu
   [junit4]   2> 1199123 T2009 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1199123 T2027 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1199123 T2014 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1199139 T1987 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.DeleteInactiveReplicaTest-jetty1-1385098647138
   [junit4]   2> 1199303 T1987 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.DeleteInactiveReplicaTest-jetty1-1385098647138/conf/
   [junit4]   2> 1199306 T1987 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1199307 T1987 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> 1199307 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1199595 T1987 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1199598 T1987 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:12823
   [junit4]   2> 1199598 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1199599 T1987 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1199599 T1987 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.DeleteInactiveReplicaTest-jetty2-1385098648757
   [junit4]   2> 1199600 T1987 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.DeleteInactiveReplicaTest-jetty2-1385098648757/'
   [junit4]   2> 1199637 T1987 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.DeleteInactiveReplicaTest-jetty2-1385098648757/solr.xml
   [junit4]   2> 1199709 T1987 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1199710 T1987 oasc.CoreContainer.<init> New CoreContainer 994340974
   [junit4]   2> 1199710 T1987 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.DeleteInactiveReplicaTest-jetty2-1385098648757/]
   [junit4]   2> 1199712 T1987 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1199712 T1987 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1199713 T1987 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1199713 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1199714 T1987 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1199714 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1199715 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1199715 T1987 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1199716 T1987 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1199722 T1987 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1199723 T1987 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1199723 T1987 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1199724 T1987 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42664/solr
   [junit4]   2> 1199724 T1987 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1199725 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1199728 T2039 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a316428 name:ZooKeeperConnection Watcher:127.0.0.1:42664 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1199728 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1199732 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1199739 T2041 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70de62e name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1199739 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1199743 T1987 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1200747 T1987 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:12823__vuu
   [junit4]   2> 1200765 T1987 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:12823__vuu
   [junit4]   2> 1200769 T2027 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1200769 T2014 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1200769 T2009 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1200769 T2041 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1200783 T1987 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.DeleteInactiveReplicaTest-jetty2-1385098648757
   [junit4]   2> 1200797 T1987 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.DeleteInactiveReplicaTest-jetty2-1385098648757/conf/
   [junit4]   2> 1201052 T1987 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1201053 T1987 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> 1201053 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1201355 T1987 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1201358 T1987 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:45225
   [junit4]   2> 1201358 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1201359 T1987 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1201359 T1987 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503
   [junit4]   2> 1201360 T1987 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/'
   [junit4]   2> 1201397 T1987 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.DeleteInactiveReplicaTest-jetty3-1385098650503/solr.xml
   [junit4]   2> 1201469 T1987 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1201470 T1987 oasc.CoreContainer.<init> New CoreContainer 744208111
   [junit4]   2> 1201470 T1987 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/]
   [junit4]   2> 1201472 T1987 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1201472 T1987 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1201473 T1987 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1201473 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1201474 T1987 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1201474 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1201475 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1201475 T1987 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1201475 T1987 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1201482 T1987 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1201483 T1987 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1201483 T1987 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1201484 T1987 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42664/solr
   [junit4]   2> 1201484 T1987 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1201485 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1201512 T2053 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39471ba9 name:ZooKeeperConnection Watcher:127.0.0.1:42664 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1201513 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1201517 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1201524 T2055 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8d28b4b name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1201524 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1201529 T1987 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1202533 T1987 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45225__vuu
   [junit4]   2> 1202535 T1987 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45225__vuu
   [junit4]   2> 1202538 T2009 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1202538 T2014 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1202538 T2027 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1202538 T2055 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1202538 T2041 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1202550 T1987 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.DeleteInactiveReplicaTest-jetty3-1385098650503
   [junit4]   2> 1202552 T1987 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.DeleteInactiveReplicaTest-jetty3-1385098650503/conf/
   [junit4]   2> 1202658 T1987 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1202659 T1987 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> 1202660 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1202863 T1987 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1202865 T1987 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:45235
   [junit4]   2> 1202866 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1202866 T1987 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1202866 T1987 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty4-1385098652107
   [junit4]   2> 1202867 T1987 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty4-1385098652107/'
   [junit4]   2> 1202892 T1987 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.DeleteInactiveReplicaTest-jetty4-1385098652107/solr.xml
   [junit4]   2> 1202947 T1987 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1202948 T1987 oasc.CoreContainer.<init> New CoreContainer 897428797
   [junit4]   2> 1202948 T1987 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty4-1385098652107/]
   [junit4]   2> 1202949 T1987 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1202950 T1987 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1202950 T1987 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1202950 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1202951 T1987 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1202951 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1202951 T1987 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1202951 T1987 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1202952 T1987 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1202956 T1987 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1202956 T1987 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1202957 T1987 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1202957 T1987 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42664/solr
   [junit4]   2> 1202957 T1987 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1202958 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1202961 T2067 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4df89b3a name:ZooKeeperConnection Watcher:127.0.0.1:42664 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1202961 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1202964 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1202973 T2069 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47bb8a31 name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1202973 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1202977 T1987 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1203980 T1987 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45235__vuu
   [junit4]   2> 1203983 T1987 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45235__vuu
   [junit4]   2> 1203987 T2027 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1203987 T2009 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1203987 T2069 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1203987 T2055 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1203987 T2014 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1203987 T2041 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1204000 T1987 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.DeleteInactiveReplicaTest-jetty4-1385098652107
   [junit4]   2> 1204108 T1987 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.DeleteInactiveReplicaTest-jetty4-1385098652107/conf/
   [junit4]   2> 1204109 T1987 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1204110 T1987 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> 1204110 T1987 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1204115 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1204117 T2072 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39086981 name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1204117 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1204118 T1987 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1204120 T1987 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1204122 T2074 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62a0f543 name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1204122 T1987 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1204123 T1987 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1204126 T2017 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=2&name=delDeadColl&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1204128 T2009 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1204129 T2011 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":"delDeadColl",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 1204129 T2011 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"delDeadColl",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 1204140 T2009 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1204141 T2010 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1204142 T2010 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delDeadColl
   [junit4]   2> 1204142 T2010 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delDeadColl with shards [shard1, shard2]
   [junit4]   2> 1204145 T2009 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1204153 T2069 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> 1204153 T2055 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> 1204153 T2027 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> 1204153 T2014 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> 1204153 T2009 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> 1204153 T2072 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> 1204153 T2074 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> 1204153 T2041 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> 1204241 T2011 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1204241 T2011 oasc.OverseerCollectionProcessor.createCollection Creating shard delDeadColl_shard1_replica1 as part of slice shard1 of collection delDeadColl on 127.0.0.1:24647__vuu
   [junit4]   2> 1204241 T2011 oasc.OverseerCollectionProcessor.createCollection Creating shard delDeadColl_shard1_replica2 as part of slice shard1 of collection delDeadColl on 127.0.0.1:20544__vuu
   [junit4]   2> 1204242 T2011 oasc.OverseerCollectionProcessor.createCollection Creating shard delDeadColl_shard2_replica1 as part of slice shard2 of collection delDeadColl on 127.0.0.1:12823__vuu
   [junit4]   2> 1204242 T2011 oasc.OverseerCollectionProcessor.createCollection Creating shard delDeadColl_shard2_replica2 as part of slice shard2 of collection delDeadColl on 127.0.0.1:45225__vuu
   [junit4]   2> 1204245 T1999 oasc.ZkController.publish publishing core=delDeadColl_shard1_replica2 state=down
   [junit4]   2> 1204245 T2018 oasc.ZkController.publish publishing core=delDeadColl_shard1_replica1 state=down
   [junit4]   2> 1204245 T2045 oasc.ZkController.publish publishing core=delDeadColl_shard2_replica2 state=down
   [junit4]   2> 1204246 T2031 oasc.ZkController.publish publishing core=delDeadColl_shard2_replica1 state=down
   [junit4]   2> 1204246 T2009 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1204246 T1999 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1204247 T2018 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1204247 T2045 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1204258 T2031 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1204259 T2010 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1204259 T2010 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:20544/_vuu",
   [junit4]   2> 	  "core":"delDeadColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:20544__vuu",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delDeadColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1204261 T2009 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1204262 T2010 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:24647/_vuu",
   [junit4]   2> 	  "core":"delDeadColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:24647__vuu",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delDeadColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1204264 T2009 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1204265 T2010 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:45225/_vuu",
   [junit4]   2> 	  "core":"delDeadColl_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45225__vuu",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delDeadColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1204267 T2009 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1204267 T2010 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:12823/_vuu",
   [junit4]   2> 	  "core":"delDeadColl_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:12823__vuu",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delDeadColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1204269 T2009 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1204371 T2069 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> 1204371 T2041 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> 1204371 T2014 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> 1204371 T2055 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> 1204371 T2072 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> 1204371 T2009 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> 1204371 T2027 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> 1204371 T2074 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> 1205248 T2018 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delDeadColl_shard1_replica1
   [junit4]   2> 1205248 T2045 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delDeadColl_shard2_replica2
   [junit4]   2> 1205248 T1999 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delDeadColl_shard1_replica2
   [junit4]   2> 1205250 T2018 oasc.CoreContainer.create Creating SolrCore 'delDeadColl_shard1_replica1' using instanceDir: ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/delDeadColl_shard1_replica1
   [junit4]   2> 1205250 T2045 oasc.CoreContainer.create Creating SolrCore 'delDeadColl_shard2_replica2' using instanceDir: ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/delDeadColl_shard2_replica2
   [junit4]   2> 1205251 T1999 oasc.CoreContainer.create Creating SolrCore 'delDeadColl_shard1_replica2' using instanceDir: ./org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/delDeadColl_shard1_replica2
   [junit4]   2> 1205251 T2018 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delDeadColl
   [junit4]   2> 1205251 T1999 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delDeadColl
   [junit4]   2> 1205251 T2045 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delDeadColl
   [junit4]   2> 1205252 T2018 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delDeadColl
   [junit4]   2> 1205252 T1999 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delDeadColl
   [junit4]   2> 1205253 T2018 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1205253 T2045 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delDeadColl
   [junit4]   2> 1205253 T1999 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1205254 T2018 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1205254 T2045 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1205255 T1999 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1205255 T2018 oascc.SolrZkClient.makePath makePath: /collections/delDeadColl
   [junit4]   2> 1205256 T2045 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1205255 T1999 oascc.SolrZkClient.makePath makePath: /collections/delDeadColl
   [junit4]   2> 1205256 T2045 oascc.SolrZkClient.makePath makePath: /collections/delDeadColl
   [junit4]   2> 1205259 T2031 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delDeadColl_shard2_replica1
   [junit4]   2> 1205261 T2031 oasc.CoreContainer.create Creating SolrCore 'delDeadColl_shard2_replica1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty2-1385098648757/delDeadColl_shard2_replica1
   [junit4]   2> 1205261 T2031 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delDeadColl
   [junit4]   2> 1205286 T2031 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1205286 T2018 oasc.ZkController.readConfigName Load collection config from:/collections/delDeadColl
   [junit4]   2> 1205286 T2031 oasc.ZkController.readConfigName Load collection config from:/collections/delDeadColl
   [junit4]   2> 1205287 T1999 oasc.ZkController.readConfigName Load collection config from:/collections/delDeadColl
   [junit4]   2> 1205299 T2045 oasc.ZkController.readConfigName Load collection config from:/collections/delDeadColl
   [junit4]   2> 1205300 T2018 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/delDeadColl_shard1_replica1/'
   [junit4]   2> 1205300 T2031 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.DeleteInactiveReplicaTest-jetty2-1385098648757/delDeadColl_shard2_replica1/'
   [junit4]   2> 1205300 T1999 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/delDeadColl_shard1_replica2/'
   [junit4]   2> 1205301 T2045 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/delDeadColl_shard2_replica2/'
   [junit4]   2> 1205423 T1999 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1205424 T2031 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1205424 T2045 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1205425 T2018 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1205502 T1999 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1205503 T2031 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1205504 T2045 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1205505 T2018 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1205604 T2031 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1205604 T1999 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1205605 T2045 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1205606 T2018 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1205616 T2045 oass.IndexSchema.readSchema [delDeadColl_shard2_replica2] Schema name=test
   [junit4]   2> 1205616 T1999 oass.IndexSchema.readSchema [delDeadColl_shard1_replica2] Schema name=test
   [junit4]   2> 1205616 T2031 oass.IndexSchema.readSchema [delDeadColl_shard2_replica1] Schema name=test
   [junit4]   2> 1205618 T2018 oass.IndexSchema.readSchema [delDeadColl_shard1_replica1] Schema name=test
   [junit4]   2> 1206429 T2045 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1206431 T2045 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1206432 T2045 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1206434 T2031 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1206435 T2031 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1206436 T2031 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1206436 T1999 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1206437 T1999 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1206437 T1999 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1206446 T2018 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1206446 T2045 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1206447 T2018 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1206448 T2018 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1206448 T2031 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1206452 T1999 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1206452 T2045 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1206454 T2031 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1206457 T1999 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1206457 T2018 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1206462 T2018 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1206468 T2045 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1206468 T2031 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1206471 T1999 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1206473 T2045 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1206474 T2031 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1206475 T2018 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1206476 T1999 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1206479 T2045 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1206480 T2031 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1206480 T2045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1206481 T2018 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1206481 T2031 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1206481 T1999 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1206481 T2045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1206481 T2031 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1206483 T1999 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1206483 T2031 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1206482 T2045 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1206483 T1999 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1206484 T2031 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1206485 T2045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1206485 T2031 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1206484 T1999 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1206486 T2031 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1206486 T2018 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1206487 T1999 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1206487 T1999 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1206485 T2045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1206488 T1999 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1206488 T2018 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1206489 T2018 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1206486 T2031 oasc.SolrCore.<init> [delDeadColl_shard2_replica1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty2-1385098648757/delDeadColl_shard2_replica1/, dataDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty2-1385098648757/delDeadColl_shard2_replica1/data/
   [junit4]   2> 1206489 T2018 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1206488 T1999 oasc.SolrCore.<init> [delDeadColl_shard1_replica2] Opening new SolrCore at ./org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/delDeadColl_shard1_replica2/, dataDir=./org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/delDeadColl_shard1_replica2/data/
   [junit4]   2> 1206488 T2045 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1206491 T2018 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1206491 T2045 oasc.SolrCore.<init> [delDeadColl_shard2_replica2] Opening new SolrCore at ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/delDeadColl_shard2_replica2/, dataDir=./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/delDeadColl_shard2_replica2/data/
   [junit4]   2> 1206490 T1999 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34c7e8a7
   [junit4]   2> 1206490 T2031 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34c7e8a7
   [junit4]   2> 1206492 T2045 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34c7e8a7
   [junit4]   2> 1206491 T2018 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1206493 T1999 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/delDeadColl_shard1_replica2/data
   [junit4]   2> 1206493 T2031 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty2-1385098648757/delDeadColl_shard2_replica1/data
   [junit4]   2> 1206494 T2045 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/delDeadColl_shard2_replica2/data
   [junit4]   2> 1206493 T1999 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/delDeadColl_shard1_replica2/data/index/
   [junit4]   2> 1206493 T2018 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1206495 T1999 oasc.SolrCore.initIndex WARN [delDeadColl_shard1_replica2] Solr index directory './org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/delDeadColl_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1206494 T2045 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/delDeadColl_shard2_replica2/data/index/
   [junit4]   2> 1206494 T2031 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty2-1385098648757/delDeadColl_shard2_replica1/data/index/
   [junit4]   2> 1206496 T2045 oasc.SolrCore.initIndex WARN [delDeadColl_shard2_replica2] Solr index directory './org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/delDeadColl_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1206496 T1999 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteInactiveReplicaTest-controljetty-1385098646451/delDeadColl_shard1_replica2/data/index
   [junit4]   2> 1206495 T2018 oasc.SolrCore.<init> [delDeadColl_shard1_replica1] Opening new SolrCore at ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/delDeadColl_shard1_replica1/, dataDir=./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/delDeadColl_shard1_replica1/data/
   [junit4]   2> 1206497 T1999 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=1.3193359375, floorSegmentMB=1.8359375, forceMergeDeletesPctAllowed=5.725376268314531, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1206497 T2045 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty3-1385098650503/delDeadColl_shard2_replica2/data/index
   [junit4]   2> 1206496 T2031 oasc.SolrCore.initIndex WARN [delDeadColl_shard2_replica1] Solr index directory '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty2-1385098648757/delDeadColl_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1206498 T1999 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@65a92223 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23232e5c),segFN=segments_1,generation=1}
   [junit4]   2> 1206498 T2045 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=1.3193359375, floorSegmentMB=1.8359375, forceMergeDeletesPctAllowed=5.725376268314531, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1206497 T2018 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34c7e8a7
   [junit4]   2> 1206499 T1999 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1206499 T2031 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty2-1385098648757/delDeadColl_shard2_replica1/data/index
   [junit4]   2> 1206501 T2018 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/delDeadColl_shard1_replica1/data
   [junit4]   2> 1206500 T2045 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1226b167 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6055a530),segFN=segments_1,generation=1}
   [junit4]   2> 1206501 T2018 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/delDeadColl_shard1_replica1/data/index/
   [junit4]   2> 1206501 T2031 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=1.3193359375, floorSegmentMB=1.8359375, forceMergeDeletesPctAllowed=5.725376268314531, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1206502 T2018 oasc.SolrCore.initIndex WARN [delDeadColl_shard1_replica1] Solr index directory './org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/delDeadColl_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1206502 T2045 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1206503 T2018 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteInactiveReplicaTest-jetty1-1385098647138/delDeadColl_shard1_replica1/data/index
   [junit4]   2> 1206504 T1999 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1206503 T2031 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@36161d07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d1e815b),segFN=segments_1,generation=1}
   [junit4]   2> 1206505 T1999 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1206504 T2018 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=1.3193359375, floorSegmentMB=1.8359375, forceMergeDeletesPctAllowed=5.725376268314531, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1206505 T1999 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1206505 T2031 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1206506 T1999 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1206506 T2018 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@409f01c5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e17fa1c),segFN=segments_1,generation=1}
   [junit4]   2> 1206507 T1999 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1206507 T2045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1206508 T1999 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1206507 T2018 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1206509 T1999 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1206508 T2045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1206510 T1999 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1206510 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1206510 T1999 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1206510 T2045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1206511 T1999 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1206512 T2045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1206511 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1206513 T2018 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1206512 T2045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1206512 T1999 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1206513 T2045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1206513 T2018 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1206514 T2045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1206513 T2031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1206515 T2045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1206515 T2018 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1206514 T1999 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1206516 T2018 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1206516 T2045 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1206515 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1206518 T2045 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1206518 T2031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1206518 T2045 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1206519 T2045 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1206517 T2018 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1206517 T1999 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1206520 T2018 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1206520 T1999 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1206519 T2045 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1206519 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1206522 T2045 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1206521 T1999 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1206521 T2018 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1206522 T2045 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1206522 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1206523 T2018 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1206523 T1999 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1206524 T2018 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1206524 T2031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1206525 T2031 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1206523 T2045 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1206525 T2031 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1206525 T2018 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1206526 T2031 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1206526 T2018 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1206526 T2031 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1206526 T2018 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1206527 T2031 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1206527 T2018 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1206527 T2031 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1206527 T2018 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1206528 T2031 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1206528 T2018 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1206528 T2031 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1206528 T2018 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1206537 T2018 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1206537 T2031 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1206538 T1999 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1206538 T2045 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1206543 T2018 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1206543 T2018 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1206543 T2031 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1206543 T2018 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6512764095422992]
   [junit4]   2> 1206544 T2031 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1206544 T2018 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@409f01c5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e17fa1c),segFN=segments_1,generation=1}
   [junit4]   2> 1206544 T2031 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6512764095422992]
   [junit4]   2> 1206545 T2045 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1206545 T1999 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1206545 T2018 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1206546 T1999 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1206545 T2045 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1206545 T2031 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@36161d07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d1e815b),segFN=segments_1,generation=1}
   [junit4]   2> 1206547 T2045 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6512764095422992]
   [junit4]   2> 1206547 T1999 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6512764095422992]
   [junit4]   2> 1206546 T2018 oass.SolrIndexSearcher.<init> Opening Searcher@315e05bc main
   [junit4]   2> 1206548 T1999 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@65a92223 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23232e5c),segFN=segments_1,generation=1}
   [junit4]   2> 1206548 T2045 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1226b167 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6055a530),segFN=segments_1,generation=1}
   [junit4]   2> 1206547 T2031 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1206549 T2045 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1206549 T1999 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1206550 T2045 oass.SolrIndexSearcher.<init> Opening Searcher@1e3b6022 main
   [junit4]   2> 1206550 T2031 oass.SolrIndexSearcher.<init> Opening Searcher@1d0558af main
   [junit4]   2> 1206551 T2079 oasc.SolrCore.registerSearcher [delDeadColl_shard1_replica1] Registered new searcher Searcher@315e05bc main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1206551 T1999 oass.SolrIndexSearcher.<init> Opening Searcher@6a133936 main
   [junit4]   2> 1206553 T2080 oasc.SolrCore.registerSearcher [delDeadColl_shard2_replica1] Registered new searcher Searcher@1d0558af main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1206554 T2082 oasc.SolrCore.registerSearcher [delDeadColl_shard2_replica2] Registered new searcher Searcher@1e3b6022 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1206554 T2018 oasc.CoreContainer.registerCore registering core: delDeadColl_shard1_replica1
   [junit4]   2> 1206554 T2018 oasc.ZkController.register Register replica - core:delDeadColl_shard1_replica1 address:http://127.0.0.1:24647/_vuu collection:delDeadColl shard:shard1
   [junit4]   2> 1206555 T2081 oasc.SolrCore.registerSearcher [delDeadColl_shard1_replica2] Registered new searcher Searcher@6a133936 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1206555 T2031 oasc.CoreContainer.registerCore registering core: delDeadColl_shard2_replica1
   [junit4]   2> 1206555 T2031 oasc.ZkController.register Register replica - core:delDeadColl_shard2_replica1 address:http://127.0.0.1:12823/_vuu collection:delDeadColl shard:shard2
   [junit4]   2> 1206556 T2045 oasc.CoreConta

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

stributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1396880 T2069 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1396881 T2242 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:20544/_vuu",
   [junit4]   2> 	  "core":"delDeadColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:20544__vuu",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delDeadColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1396883 T2069 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1396884 T2242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovery_failed",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:20544/_vuu",
   [junit4]   2> 	  "core":"delDeadColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:20544__vuu",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delDeadColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1396886 T2069 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1396989 T2069 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1396989 T2074 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1410745 T2243 oasc.SolrException.log ERROR Collection deletereplica of deletereplica failed:java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 		at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.waitForCoreNodeGone(OverseerCollectionProcessor.java:321)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.deleteReplica(OverseerCollectionProcessor.java:309)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:249)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:175)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> 	
   [junit4]   2> 1410747 T1987 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_vuu,null}
   [junit4]   2> 1410747 T2074 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 1410748 T2243 oasc.OverseerCollectionProcessor.run WARN Overseer cannot talk to ZK
   [junit4]   2> 1410803 T1987 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1410805 T1987 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:42664 42664
   [junit4]   2> 1411119 T2074 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62a0f543 name:ZooKeeperConnection Watcher:127.0.0.1:42664/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 1411119 T2074 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteInactiveReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=3F62F4BAB218041D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da_DK -Dtests.timezone=Africa/Lagos -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    214s J1 | DeleteInactiveReplicaTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:20544/_vuu, http://127.0.0.1:45235/_vuu]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3F62F4BAB218041D:BE847AA2C5476421]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:354)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
   [junit4]    > 	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:138)
   [junit4]    > 	at org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest(DeleteInactiveReplicaTest.java:120)
   [junit4]    > 	at org.apache.solr.cloud.DeleteInactiveReplicaTest.doTest(DeleteInactiveReplicaTest.java:43)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:679)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: deletereplica the collection time out:60s
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:491)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:197)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:285)
   [junit4]    > 	... 45 more
   [junit4]   2> 1411134 T1987 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 214458 T1986 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 1412247 T2069 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=da_DK, timezone=Africa/Lagos
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=246102456,total=458948608
   [junit4]   2> NOTE: All tests run in this JVM: [BasicZkTest, TestRandomMergePolicy, PrimUtilsTest, BadIndexSchemaTest, XmlUpdateRequestHandlerTest, TestOmitPositions, SolrRequestParserTest, HighlighterTest, FileUtilsTest, TestCollationKeyRangeQueries, TestXIncludeConfig, TestDFRSimilarityFactory, TestIndexSearcher, TestSweetSpotSimilarityFactory, ChaosMonkeySafeLeaderTest, MinimalSchemaTest, OpenExchangeRatesOrgProviderTest, TestCloudManagedSchema, TestStressRecovery, AddSchemaFieldsUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, TestCodecSupport, TestFieldTypeResource, OpenCloseCoreStressTest, TestFoldingMultitermQuery, TestDistributedGrouping, TestRecovery, ZkNodePropsTest, HdfsRecoveryZkTest, HighlighterConfigTest, TestRangeQuery, OutputWriterTest, TestCSVResponseWriter, TestNumberUtils, SolrPluginUtilsTest, TestJmxIntegration, TermVectorComponentDistributedTest, DocValuesMissingTest, ChangedSchemaMergeTest, TestWordDelimiterFilterFactory, RAMDirectoryFactoryTest, DirectSolrSpellCheckerTest, SolrIndexConfigTest, AssignTest, HdfsCollectionsAPIDistributedZkTest, TestCoreDiscovery, TestLazyCores, TestUpdate, TestSchemaVersionResource, SolrCmdDistributorTest, PreAnalyzedFieldTest, TestDistributedSearch, PathHierarchyTokenizerFactoryTest, AddBlockUpdateTest, SolrTestCaseJ4Test, TestAtomicUpdateErrorCases, DirectSolrConnectionTest, DocumentAnalysisRequestHandlerTest, MigrateRouteKeyTest, TestBinaryResponseWriter, TestQuerySenderNoQuery, TestDefaultSearchFieldResource, TestFiltering, TestSchemaSimilarityResource, TestRandomFaceting, TestSolrDeletionPolicy2, TestRTGBase, DistanceFunctionTest, DirectUpdateHandlerTest, TestIBSimilarityFactory, DisMaxRequestHandlerTest, IndexSchemaRuntimeFieldTest, SpellingQueryConverterTest, CollectionsAPIDistributedZkTest, DeleteInactiveReplicaTest]
   [junit4] Completed on J1 in 215.74s, 1 test, 1 error <<< FAILURES!

[...truncated 588 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:426: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:406: 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/extra-targets.xml:37: 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:489: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:1276: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:912: There were test failures: 341 suites, 1498 tests, 1 error, 34 ignored (6 assumptions)

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