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 2014/02/21 21:19:55 UTC

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 2315 - Still Failing

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

2 tests failed.
REGRESSION:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Captured an uncaught exception in thread: Thread[id=1469, name=testExecutor-167-thread-1, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1469, name=testExecutor-167-thread-1, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:22053/s_ne/k
	at __randomizedtesting.SeedInfo.seed([AE4DD557F86E0BEE]:0)
	at org.apache.solr.cloud.UnloadDistributedZkTest$1.run(UnloadDistributedZkTest.java:393)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:22053/s_ne/k
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:503)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.cloud.UnloadDistributedZkTest$1.run(UnloadDistributedZkTest.java:391)
	... 3 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:146)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:883)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:840)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:94)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:395)
	... 5 more


FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:22492/n_ok/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:22492/n_ok/collection1
	at __randomizedtesting.SeedInfo.seed([AE4DD557F86E0BEE:2FAB5B4F8F316BD2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:503)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:663)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:372)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	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: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:146)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:883)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:840)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:94)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:395)
	... 47 more




Build Log:
[...truncated 9418 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> 60760 T178 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 60761 T178 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /s_ne/k
   [junit4]   2> 60767 T178 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/J0/./solrtest-UnloadDistributedZkTest-1393010583690
   [junit4]   2> 60768 T178 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 60769 T179 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 60870 T178 oasc.ZkTestServer.run start zk server on port:49808
   [junit4]   2> 60872 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 60902 T185 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e221f81 name:ZooKeeperConnection Watcher:127.0.0.1:49808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60902 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 60903 T178 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 60915 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 60918 T187 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4dba4b54 name:ZooKeeperConnection Watcher:127.0.0.1:49808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60918 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 60918 T178 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 60924 T178 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 60928 T178 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 60937 T178 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 60968 T178 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> 60969 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 60982 T178 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> 60983 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 61088 T178 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> 61089 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 61093 T178 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> 61094 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 61099 T178 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> 61100 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 61104 T178 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> 61105 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 61109 T178 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> 61110 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 61115 T178 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> 61115 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 61120 T178 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> 61121 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 61125 T178 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> 61126 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 61130 T178 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> 61131 T178 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 61137 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 61142 T189 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e65b778 name:ZooKeeperConnection Watcher:127.0.0.1:49808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 61142 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 61496 T178 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 61503 T178 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 61505 T178 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:59310
   [junit4]   2> 61508 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 61509 T178 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 61510 T178 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393010584068
   [junit4]   2> 61510 T178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393010584068/'
   [junit4]   2> 61561 T178 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393010584068/solr.xml
   [junit4]   2> 61664 T178 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393010584068
   [junit4]   2> 61665 T178 oasc.CoreContainer.<init> New CoreContainer 827130243
   [junit4]   2> 61666 T178 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393010584068/]
   [junit4]   2> 61668 T178 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 61669 T178 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 61669 T178 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 61670 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 61670 T178 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 61671 T178 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 61671 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 61672 T178 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 61672 T178 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 61689 T178 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 61690 T178 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 61691 T178 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 61691 T178 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49808/solr
   [junit4]   2> 61692 T178 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 61693 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 61696 T200 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f50388c name:ZooKeeperConnection Watcher:127.0.0.1:49808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 61697 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 61711 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 61714 T202 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14a877c0 name:ZooKeeperConnection Watcher:127.0.0.1:49808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 61714 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 61721 T178 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 61726 T178 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 61738 T178 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 61741 T178 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59310_s_ne%2Fk
   [junit4]   2> 61743 T178 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59310_s_ne%2Fk
   [junit4]   2> 61748 T178 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 61751 T178 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 61764 T178 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59310_s_ne%2Fk
   [junit4]   2> 61765 T178 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 61769 T178 oasc.Overseer.start Overseer (id=91292341613166596-127.0.0.1:59310_s_ne%2Fk-n_0000000000) starting
   [junit4]   2> 61779 T178 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 61790 T204 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 61791 T178 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 61791 T204 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 61794 T178 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 61797 T178 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 61801 T203 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 61804 T178 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/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393010584068
   [junit4]   2> 61815 T178 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393010584068/conf/
   [junit4]   2> 62033 T178 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 62034 T178 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 62034 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 62041 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 62043 T207 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36b29562 name:ZooKeeperConnection Watcher:127.0.0.1:49808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62043 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 62045 T178 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 62048 T178 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 62253 T178 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 62254 T178 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 62258 T178 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 62259 T178 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:12886
   [junit4]   2> 62261 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 62261 T178 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 62262 T178 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/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970
   [junit4]   2> 62262 T178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970/'
   [junit4]   2> 62289 T178 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970/solr.xml
   [junit4]   2> 62347 T178 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970
   [junit4]   2> 62347 T178 oasc.CoreContainer.<init> New CoreContainer 338392849
   [junit4]   2> 62348 T178 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/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970/]
   [junit4]   2> 62349 T178 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 62350 T178 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 62350 T178 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 62350 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 62351 T178 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 62351 T178 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 62351 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 62352 T178 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 62352 T178 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 62363 T178 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 62363 T178 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 62364 T178 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 62364 T178 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49808/solr
   [junit4]   2> 62365 T178 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 62366 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 62368 T218 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@292f8a71 name:ZooKeeperConnection Watcher:127.0.0.1:49808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62369 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 62388 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 62390 T220 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@347f65f2 name:ZooKeeperConnection Watcher:127.0.0.1:49808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62390 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 62402 T178 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 63406 T178 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:12886_s_ne%2Fk
   [junit4]   2> 63415 T178 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:12886_s_ne%2Fk
   [junit4]   2> 63419 T207 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 63419 T202 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 63419 T220 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 63430 T178 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/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970
   [junit4]   2> 63434 T178 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970/conf/
   [junit4]   2> 63784 T178 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 63785 T178 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 63786 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 64144 T178 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 64145 T178 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 64151 T178 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 64152 T178 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:14150
   [junit4]   2> 64155 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 64156 T178 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 64157 T178 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/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711
   [junit4]   2> 64157 T178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711/'
   [junit4]   2> 64203 T178 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711/solr.xml
   [junit4]   2> 64297 T178 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711
   [junit4]   2> 64298 T178 oasc.CoreContainer.<init> New CoreContainer 1934466975
   [junit4]   2> 64299 T178 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/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711/]
   [junit4]   2> 64301 T178 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 64301 T178 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 64302 T178 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 64302 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 64303 T178 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 64304 T178 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 64304 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 64305 T178 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 64305 T178 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 64320 T178 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 64321 T178 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 64321 T178 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 64322 T178 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49808/solr
   [junit4]   2> 64322 T178 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 64323 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 64325 T232 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1162bd90 name:ZooKeeperConnection Watcher:127.0.0.1:49808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 64326 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 64329 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 64342 T234 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64fe7a67 name:ZooKeeperConnection Watcher:127.0.0.1:49808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 64342 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 64354 T178 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 65358 T178 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:14150_s_ne%2Fk
   [junit4]   2> 65366 T178 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:14150_s_ne%2Fk
   [junit4]   2> 65370 T207 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 65370 T234 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 65370 T220 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 65370 T202 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 65380 T178 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/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711
   [junit4]   2> 65710 T178 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711/conf/
   [junit4]   2> 65716 T178 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 65716 T178 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 65717 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 66059 T178 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 66060 T178 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 66065 T178 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 66067 T178 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:22053
   [junit4]   2> 66070 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 66070 T178 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 66071 T178 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393010588642
   [junit4]   2> 66072 T178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393010588642/'
   [junit4]   2> 66116 T178 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393010588642/solr.xml
   [junit4]   2> 66209 T178 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393010588642
   [junit4]   2> 66210 T178 oasc.CoreContainer.<init> New CoreContainer 1082105348
   [junit4]   2> 66211 T178 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393010588642/]
   [junit4]   2> 66213 T178 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 66213 T178 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 66214 T178 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 66214 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 66215 T178 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 66216 T178 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 66216 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 66217 T178 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 66217 T178 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 66234 T178 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 66234 T178 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 66235 T178 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 66236 T178 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49808/solr
   [junit4]   2> 66236 T178 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 66237 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 66245 T246 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6be3f34c name:ZooKeeperConnection Watcher:127.0.0.1:49808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 66245 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 66249 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 66255 T248 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@688fd95d name:ZooKeeperConnection Watcher:127.0.0.1:49808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 66256 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 66263 T178 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 67267 T178 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22053_s_ne%2Fk
   [junit4]   2> 67269 T178 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22053_s_ne%2Fk
   [junit4]   2> 67280 T220 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 67281 T248 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 67281 T202 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 67281 T207 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 67281 T234 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 67288 T178 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/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393010588642
   [junit4]   2> 67473 T178 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393010588642/conf/
   [junit4]   2> 67478 T178 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 67479 T178 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 67479 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 67793 T178 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 67794 T178 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 67799 T178 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 67801 T178 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:28031
   [junit4]   2> 67804 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 67805 T178 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 67805 T178 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393010590404
   [junit4]   2> 67806 T178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393010590404/'
   [junit4]   2> 67837 T178 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393010590404/solr.xml
   [junit4]   2> 67901 T178 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393010590404
   [junit4]   2> 67901 T178 oasc.CoreContainer.<init> New CoreContainer 1083467978
   [junit4]   2> 67902 T178 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393010590404/]
   [junit4]   2> 67903 T178 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 67904 T178 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 67904 T178 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 67904 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 67905 T178 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 67905 T178 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 67905 T178 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 67906 T178 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 67906 T178 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 67918 T178 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 67918 T178 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 67918 T178 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 67919 T178 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49808/solr
   [junit4]   2> 67919 T178 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 67920 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 67922 T260 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b5789a5 name:ZooKeeperConnection Watcher:127.0.0.1:49808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67923 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 67926 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 67927 T262 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d121b88 name:ZooKeeperConnection Watcher:127.0.0.1:49808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67927 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 67941 T178 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 68946 T178 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28031_s_ne%2Fk
   [junit4]   2> 68948 T178 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28031_s_ne%2Fk
   [junit4]   2> 68952 T248 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 68952 T207 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 68953 T220 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 68953 T234 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 68952 T202 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 68953 T262 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 68962 T178 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/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393010590404
   [junit4]   2> 69167 T178 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393010590404/conf/
   [junit4]   2> 69176 T178 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 69177 T178 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 69177 T178 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 69298 T210 oasc.ZkController.publish publishing core=unloadcollection1 state=down
   [junit4]   2> 69300 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 69300 T210 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 69303 T203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 69304 T203 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:12886/s_ne/k",
   [junit4]   2> 	  "core":"unloadcollection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:12886_s_ne%2Fk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 69304 T203 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with shards [shard1]
   [junit4]   2> 69304 T203 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 69314 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 69321 T248 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> 69321 T202 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> 69321 T234 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> 69321 T262 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> 69321 T220 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> 69321 T207 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> 70302 T210 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for unloadcollection1
   [junit4]   2> 70311 T210 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970/unloadcollection1
   [junit4]   2> 70311 T210 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
   [junit4]   2> 70313 T210 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
   [junit4]   2> 70313 T210 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 70315 T210 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 70315 T210 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
   [junit4]   2> 70338 T210 oascc.ZkStateReader.readConfigName Load collection config from:/collections/unloadcollection
   [junit4]   2> 70340 T210 oascc.ZkStateReader.readConfigName path=/collections/unloadcollection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 70340 T210 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970/unloadcollection1/'
   [junit4]   2> 70443 T210 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 70522 T210 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 70624 T210 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 70640 T210 oass.IndexSchema.readSchema [unloadcollection1] Schema name=test
   [junit4]   2> 71326 T210 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 71327 T210 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 71327 T210 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 71337 T210 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 71341 T210 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 71362 T210 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 71367 T210 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 71371 T210 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 71372 T210 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 71372 T210 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 71373 T210 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 71374 T210 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 71374 T210 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 71375 T210 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 71375 T210 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393010584970/unloadcollection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010592105unloadcollection1_1n/
   [junit4]   2> 71375 T210 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1414627a
   [junit4]   2> 71376 T210 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010592105unloadcollection1_1n
   [junit4]   2> 71377 T210 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/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010592105unloadcollection1_1n/index/
   [junit4]   2> 71377 T210 oasc.SolrCore.initIndex WARN [unloadcollection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010592105unloadcollection1_1n/index' doesn't exist. Creating new index...
   [junit4]   2> 71379 T210 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010592105unloadcollection1_1n/index
   [junit4]   2> 71379 T210 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=50.5322265625, floorSegmentMB=2.1982421875, forceMergeDeletesPctAllowed=7.941642981308324, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8310669142710386
   [junit4]   2> 71381 T210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@376433e4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4df194d9; maxCacheMB=0.15234375 maxMergeSizeMB=0.93359375)),segFN=segments_1,generation=1}
   [junit4]   2> 71381 T210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 71385 T210 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 71386 T210 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 71386 T210 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 71386 T210 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 71387 T210 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 71387 T210 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 71388 T210 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 71388 T210 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 71388 T210 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 71389 T210 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 71390 T210 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 71390 T210 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 71390 T210 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 71391 T210 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 71392 T210 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 71392 T210 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 71399 T210 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 71403 T210 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 71404 T210 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 71404 T210 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=1.4384765625, floorSegmentMB=0.7900390625, forceMergeDeletesPctAllowed=25.352681800798376, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 71405 T210 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@376433e4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4df194d9; maxCacheMB=0.15234375 maxMergeSizeMB=0.93359375)),segFN=segments_1,generation=1}
   [junit4]   2> 71406 T210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 71406 T210 oass.SolrIndexSearcher.<init> Opening Searcher@a0b96a5[unloadcollection1] main
   [junit4]   2> 71409 T265 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@a0b96a5[unloadcollection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 71411 T210 oasc.CoreContainer.registerCore registering core: unloadcollection1
   [junit4]   2> 71412 T210 oasc.ZkController.register Register replica - core:unloadcollection1 address:https://127.0.0.1:12886/s_ne/k collection:unloadcollection shard:shard1
   [junit4]   2> 71413 T210 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
   [junit4]   2> 71433 T210 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 71450 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71451 T210 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 71452 T210 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C27 name=unloadcollection1 org.apache.solr.core.SolrCore@45715c20 url=https://127.0.0.1:12886/s_ne/k/unloadcollection1 node=127.0.0.1:12886_s_ne%2Fk C27_STATE=coll:unloadcollection core:unloadcollection1 props:{state=down, base_url=https://127.0.0.1:12886/s_ne/k, core=unloadcollection1, node_name=127.0.0.1:12886_s_ne%2Fk}
   [junit4]   2> 71452 T210 C27 P12886 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:12886/s_ne/k/unloadcollection1/
   [junit4]   2> 71452 T203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 71453 T210 C27 P12886 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 71453 T210 C27 P12886 oasc.SyncStrategy.syncToMe https://127.0.0.1:12886/s_ne/k/unloadcollection1/ has no replicas
   [junit4]   2> 71454 T210 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:12886/s_ne/k/unloadcollection1/ shard1
   [junit4]   2> 71454 T210 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
   [junit4]   2> 71463 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71470 T248 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> 71470 T234 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> 71470 T202 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> 71470 T262 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> 71470 T207 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> 71470 T220 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> 71488 T203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 71502 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71613 T248 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> 71613 T234 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> 71613 T202 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> 71613 T207 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> 71613 T262 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> 71613 T220 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> 71640 T210 oasc.ZkController.register We are https://127.0.0.1:12886/s_ne/k/unloadcollection1/ and leader is https://127.0.0.1:12886/s_ne/k/unloadcollection1/
   [junit4]   2> 71640 T210 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=https://127.0.0.1:12886/s_ne/k
   [junit4]   2> 71641 T210 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 71641 T210 oasc.ZkController.publish publishing core=unloadcollection1 state=active
   [junit4]   2> 71653 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71653 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71653 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71654 T210 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 71655 T203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 71655 T210 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=1&name=unloadcollection1&action=CREATE&collection=unloadcollection&dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010592105unloadcollection1_1n&wt=javabin&version=2} status=0 QTime=2359 
   [junit4]   2> 71656 T203 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:12886/s_ne/k",
   [junit4]   2> 	  "core":"unloadcollection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:12886_s_ne%2Fk",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 71660 T178 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 71672 T268 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d076683 name:ZooKeeperConnection Watcher:127.0.0.1:49808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 71673 T178 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 71674 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71675 T178 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 71678 T178 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 71781 T248 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> 71781 T202 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> 71781 T268 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> 71781 T234 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> 71781 T262 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> 71781 T207 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> 71781 T220 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> 71791 T224 oasc.ZkController.publish publishing core=unloadcollection2 state=down
   [junit4]   2> 71791 T224 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 71793 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71793 T224 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 71793 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71794 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71795 T203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 71796 T203 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:14150/s_ne/k",
   [junit4]   2> 	  "core":"unloadcollection2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:14150_s_ne%2Fk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 71796 T203 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 71796 T203 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 71808 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 71911 T207 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> 71911 T202 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> 71911 T220 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> 71911 T234 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> 71911 T268 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> 71911 T262 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> 71911 T248 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> 72795 T224 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for unloadcollection2
   [junit4]   2> 72798 T224 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711/unloadcollection2
   [junit4]   2> 72798 T224 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
   [junit4]   2> 72800 T224 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 72800 T224 oascc.ZkStateReader.readConfigName Load collection config from:/collections/unloadcollection
   [junit4]   2> 72802 T224 oascc.ZkStateReader.readConfigName path=/collections/unloadcollection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 72802 T224 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711/unloadcollection2/'
   [junit4]   2> 72865 T224 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 72941 T224 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 73043 T224 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 73058 T224 oass.IndexSchema.readSchema [unloadcollection2] Schema name=test
   [junit4]   2> 73757 T224 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 73758 T224 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 73759 T224 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 73770 T224 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 73777 T224 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 73806 T224 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 73812 T224 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 73819 T224 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 73820 T224 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 73821 T224 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 73821 T224 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 73823 T224 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 73823 T224 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 73824 T224 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 73825 T224 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393010586711/unloadcollection2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010594604unloadcollection1_2n/
   [junit4]   2> 73825 T224 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1414627a
   [junit4]   2> 73827 T224 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010594604unloadcollection1_2n
   [junit4]   2> 73827 T224 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/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010594604unloadcollection1_2n/index/
   [junit4]   2> 73828 T224 oasc.SolrCore.initIndex WARN [unloadcollection2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010594604unloadcollection1_2n/index' doesn't exist. Creating new index...
   [junit4]   2> 73828 T224 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010594604unloadcollection1_2n/index
   [junit4]   2> 73829 T224 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=50.5322265625, floorSegmentMB=2.1982421875, forceMergeDeletesPctAllowed=7.941642981308324, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8310669142710386
   [junit4]   2> 73831 T224 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3caf7a1f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2843d653; maxCacheMB=0.15234375 maxMergeSizeMB=0.93359375)),segFN=segments_1,generation=1}
   [junit4]   2> 73831 T224 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 73837 T224 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 73838 T224 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 73838 T224 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 73839 T224 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 73839 T224 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 73840 T224 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 73841 T224 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 73841 T224 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 73842 T224 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 73843 T224 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 73843 T224 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 73844 T224 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 73844 T224 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 73845 T224 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 73846 T224 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 73847 T224 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 73849 T224 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 73856 T224 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 73856 T224 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 73857 T224 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=1.4384765625, floorSegmentMB=0.7900390625, forceMergeDeletesPctAllowed=25.352681800798376, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 73858 T224 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3caf7a1f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2843d653; maxCacheMB=0.15234375 maxMergeSizeMB=0.93359375)),segFN=segments_1,generation=1}
   [junit4]   2> 73859 T224 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 73860 T224 oass.SolrIndexSearcher.<init> Opening Searcher@2ca7563d[unloadcollection2] main
   [junit4]   2> 73864 T270 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@2ca7563d[unloadcollection2] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 73867 T224 oasc.CoreContainer.registerCore registering core: unloadcollection2
   [junit4]   2> 73867 T224 oasc.ZkController.register Register replica - core:unloadcollection2 address:https://127.0.0.1:14150/s_ne/k collection:unloadcollection shard:shard1
   [junit4]   2> 73887 T224 oasc.ZkController.register We are https://127.0.0.1:14150/s_ne/k/unloadcollection2/ and leader is https://127.0.0.1:12886/s_ne/k/unloadcollection1/
   [junit4]   2> 73887 T224 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=https://127.0.0.1:14150/s_ne/k
   [junit4]   2> 73888 T224 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
   [junit4]   2> 73888 T224 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C28 name=unloadcollection2 org.apache.solr.core.SolrCore@230a4761 url=https://127.0.0.1:14150/s_ne/k/unloadcollection2 node=127.0.0.1:14150_s_ne%2Fk C28_STATE=coll:unloadcollection core:unloadcollection2 props:{state=down, base_url=https://127.0.0.1:14150/s_ne/k, core=unloadcollection2, node_name=127.0.0.1:14150_s_ne%2Fk}
   [junit4]   2> 73889 T272 C28 P14150 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
   [junit4]   2> 73889 T272 C28 P14150 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 73889 T224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 73890 T272 C28 P14150 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
   [junit4]   2> 73891 T272 C28 P14150 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 73891 T224 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={name=unloadcollection2&action=CREATE&collection=unloadcollection&dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393010583690/1393010594604unloadcollection1_2n&wt=javabin&version=2} status=0 QTime=2102 
   [junit4]   2> 73892 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 73893 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 73893 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 73893 T178 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 73894 T178 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):330
   [junit4]   2> 73895 T203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 73895 T178 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 73895 T203 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:14150/s_ne/k",
   [junit4]   2> 	  "core":"unloadcollection2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:14150_s_ne%2Fk",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 73900 T202 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 73909 T248 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> 73909 T202 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> 73909 T220 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> 73909 T268 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> 73909 T234 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> 73909 T207 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> 73909 T262 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> 74003 T211 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 74004 T211 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_

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

ose ./org.apache.solr.cloud.BasicDistributedZkTest-1393013067245/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZkTest-1393013067245/jetty4/index;done=false>>]
   [junit4]   2> 2876507 T13093 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.BasicDistributedZkTest-1393013067245/jetty4/index
   [junit4]   2> 2876507 T13093 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.BasicDistributedZkTest-1393013067245/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZkTest-1393013067245/jetty4;done=false>>]
   [junit4]   2> 2876507 T13093 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.BasicDistributedZkTest-1393013067245/jetty4
   [junit4]   2> 2876508 T13093 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection2/leader_elect/shard2/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 2876508 T13093 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection3/leader_elect/shard2/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 2876509 T13093 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2876509 T13093 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene46: {foo_b=FSTOrd41, n_f1=PostingsFormat(name=TestBloomFilteredLucene41Postings), cat=PostingsFormat(name=MockSep), foo_d=PostingsFormat(name=FSTOrdPulsing41), foo_f=FSTOrd41, n_tl1=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_d1=PostingsFormat(name=MockSep), rnd_b=PostingsFormat(name=FSTOrdPulsing41), intDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_td1=PostingsFormat(name=TestBloomFilteredLucene41Postings), timestamp=PostingsFormat(name=MockSep), id=PostingsFormat(name=FSTOrdPulsing41), range_facet_sl=PostingsFormat(name=FSTOrdPulsing41), range_facet_si=PostingsFormat(name=MockSep), oddField_s=PostingsFormat(name=FSTOrdPulsing41), sequence_i=PostingsFormat(name=FSTOrdPulsing41), name=PostingsFormat(name=FSTOrdPulsing41), foo_i=PostingsFormat(name=TestBloomFilteredLucene41Postings), regex_dup_B_s=PostingsFormat(name=MockSep), multiDefault=PostingsFormat(name=MockSep), n_tf1=PostingsFormat(name=MockSep), n_dt1=PostingsFormat(name=TestBloomFilteredLucene41Postings), genre_s=PostingsFormat(name=FSTOrdPulsing41), author_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_l=PostingsFormat(name=MockSep), n_ti1=PostingsFormat(name=FSTOrdPulsing41), text=FSTOrd41, _version_=PostingsFormat(name=TestBloomFilteredLucene41Postings), val_i=PostingsFormat(name=FSTOrdPulsing41), SubjectTerms_mfacet=PostingsFormat(name=TestBloomFilteredLucene41Postings), series_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_t=PostingsFormat(name=MockSep), n_tdt1=PostingsFormat(name=TestBloomFilteredLucene41Postings), regex_dup_A_s=FSTOrd41, price=FSTOrd41, other_tl1=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_l1=PostingsFormat(name=MockSep), a_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), inStock=FSTOrd41}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=es_HN, timezone=Etc/GMT-9
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=226237712,total=496828416
   [junit4]   2> NOTE: All tests run in this JVM: [RemoteQueryErrorTest, SpellPossibilityIteratorTest, SolrIndexSplitterTest, DirectUpdateHandlerOptimizeTest, UnloadDistributedZkTest, TestWriterPerf, LegacyHTMLStripCharFilterTest, ReturnFieldsTest, SystemInfoHandlerTest, ScriptEngineTest, TestRandomDVFaceting, SchemaVersionSpecificBehaviorTest, TestDefaultSearchFieldResource, TermVectorComponentTest, PeerSyncTest, ShowFileRequestHandlerTest, BinaryUpdateRequestHandlerTest, DocValuesMissingTest, CoreAdminHandlerTest, FastVectorHighlighterTest, SoftAutoCommitTest, AddSchemaFieldsUpdateProcessorFactoryTest, OverseerTest, LeaderElectionTest, TestQueryUtils, CSVRequestHandlerTest, AliasIntegrationTest, SliceStateUpdateTest, TestFunctionQuery, BasicFunctionalityTest, TestReplicationHandler, InfoHandlerTest, TestRemoteStreaming, SpatialFilterTest, SyncSliceTest, HdfsDirectoryTest, TestPerFieldSimilarity, FileBasedSpellCheckerTest, BadComponentTest, EnumFieldTest, TestSuggestSpellingConverter, ShardSplitTest, CoreMergeIndexesAdminHandlerTest, DeleteReplicaTest, TestJmxMonitoredMap, TestBlendedInfixSuggestions, AnalysisErrorHandlingTest, TestTrie, ZkCLITest, TestRealTimeGet, TestCharFilters, DistributedDebugComponentTest, TestDocumentBuilder, TestPseudoReturnFields, DOMUtilTest, TestSearchPerf, ClusterStateTest, TestMergePolicyConfig, JsonLoaderTest, CoreAdminCreateDiscoverTest, QueryEqualityTest, BasicDistributedZkTest]
   [junit4] Completed on J0 in 333.23s, 1 test, 1 error <<< FAILURES!

[...truncated 98 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:459: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:439: 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:491: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:1272: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:905: There were test failures: 362 suites, 1563 tests, 2 errors, 35 ignored (7 assumptions)

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