You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/01/07 08:10:44 UTC

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_60-ea-b02) - Build # 3648 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3648/
Java: 64bit/jdk1.7.0_60-ea-b02 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
REGRESSION:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Captured an uncaught exception in thread: Thread[id=2718, name=Thread-1407, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2718, name=Thread-1407, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: awholynewstresscollection_collection0_1
	at __randomizedtesting.SeedInfo.seed([BFAC7E1113AA6D41]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:495)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:283)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1607)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1633)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:915)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2531, name=qtp1006747646-2531, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2531, name=qtp1006747646-2531, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1588)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:551)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1041)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:933)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:925)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:350)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:254)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:468)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:759)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:628)
	at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:223)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:592)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:501)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:705)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:251)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:200)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@a032a45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3bf8ee3c)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2531, name=qtp1006747646-2531, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2531, name=qtp1006747646-2531, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1588)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:551)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1041)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:933)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:925)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:350)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:62)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:509)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:759)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:628)
	at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:223)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:592)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:501)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:705)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:251)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:200)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@495d5c0f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1025684e)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more




Build Log:
[...truncated 10184 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 614993 T2469 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ums/
   [junit4]   2> 615008 T2469 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-CollectionsAPIDistributedZkTest-1389075883236
   [junit4]   2> 615011 T2469 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 615011 T2470 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 615111 T2469 oasc.ZkTestServer.run start zk server on port:50022
   [junit4]   2> 615113 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 615120 T2476 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d584ed8 name:ZooKeeperConnection Watcher:127.0.0.1:50022 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615121 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 615121 T2469 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 615129 T2471 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1436b5fe4ec0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 615132 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 615135 T2478 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76fe7e95 name:ZooKeeperConnection Watcher:127.0.0.1:50022/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615136 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 615136 T2469 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 615142 T2469 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 615148 T2469 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 615153 T2469 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 615159 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 615159 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 615171 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 615172 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 615178 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 615179 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 615185 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 615186 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 615192 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 615192 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 615199 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 615200 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 615206 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 615206 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 615214 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 615215 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 615220 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 615221 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 615226 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 615227 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 615233 T2469 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 615233 T2469 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 615243 T2471 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1436b5fe4ec0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> Using old style solr.xml
   [junit4]   2> 615732 T2469 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 615738 T2469 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50029
   [junit4]   2> 615738 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 615738 T2469 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 615738 T2469 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470
   [junit4]   2> 615738 T2469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\'
   [junit4]   2> 615779 T2469 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solr.xml
   [junit4]   2> 615865 T2469 oasc.CoreContainer.<init> New CoreContainer 1313630105
   [junit4]   2> 615865 T2469 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\]
   [junit4]   2> 615868 T2469 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 615868 T2469 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 615868 T2469 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 615868 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 615868 T2469 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 615868 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 615868 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 615868 T2469 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 615868 T2469 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 615875 T2469 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 615875 T2469 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 615875 T2469 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 615876 T2469 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50022/solr
   [junit4]   2> 615876 T2469 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 615878 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 615887 T2489 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a2595f7 name:ZooKeeperConnection Watcher:127.0.0.1:50022 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615887 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 615895 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 615913 T2491 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4cce9dc name:ZooKeeperConnection Watcher:127.0.0.1:50022/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615913 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 615916 T2469 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 615924 T2469 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 615929 T2469 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 615933 T2469 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50029_ums
   [junit4]   2> 615935 T2469 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50029_ums
   [junit4]   2> 615942 T2469 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 615948 T2469 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 615958 T2469 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 615963 T2469 oasc.Overseer.start Overseer (id=91034477084278787-127.0.0.1:50029_ums-n_0000000000) starting
   [junit4]   2> 615970 T2469 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 615978 T2493 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 615979 T2469 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 615986 T2469 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 615989 T2469 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 615998 T2492 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 616000 T2469 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 616000 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 616003 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 616006 T2496 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11e58541 name:ZooKeeperConnection Watcher:127.0.0.1:50022/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 616007 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 616009 T2469 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 616015 T2469 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 616527 T2469 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 616531 T2469 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50041
   [junit4]   2> 616532 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 616532 T2469 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 616533 T2469 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1389075884241
   [junit4]   2> 616533 T2469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1389075884241\'
   [junit4]   2> 616575 T2469 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1389075884241\solr.xml
   [junit4]   2> 616661 T2469 oasc.CoreContainer.<init> New CoreContainer 192885415
   [junit4]   2> 616661 T2469 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1389075884241\]
   [junit4]   2> 616663 T2469 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 616663 T2469 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 616663 T2469 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 616663 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 616663 T2469 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 616663 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 616663 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 616663 T2469 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 616663 T2469 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 616667 T2469 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 616667 T2469 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 616667 T2469 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 616667 T2469 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50022/solr
   [junit4]   2> 616669 T2469 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 616672 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 616682 T2507 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bd677d6 name:ZooKeeperConnection Watcher:127.0.0.1:50022 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 616683 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 616687 T2471 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1436b5fe4ec0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 616689 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 616692 T2509 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10c7d4ae name:ZooKeeperConnection Watcher:127.0.0.1:50022/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 616693 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 616699 T2469 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 617705 T2469 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50041_ums
   [junit4]   2> 617707 T2469 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50041_ums
   [junit4]   2> 617715 T2496 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 617715 T2491 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 617716 T2509 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 617739 T2469 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 617739 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 618231 T2469 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 618235 T2469 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50050
   [junit4]   2> 618236 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 618236 T2469 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 618236 T2469 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966
   [junit4]   2> 618237 T2469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\'
   [junit4]   2> 618267 T2469 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solr.xml
   [junit4]   2> 618365 T2469 oasc.CoreContainer.<init> New CoreContainer 1885381360
   [junit4]   2> 618366 T2469 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\]
   [junit4]   2> 618369 T2469 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 618369 T2469 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 618369 T2469 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 618370 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 618370 T2469 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 618370 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 618370 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 618371 T2469 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 618371 T2469 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 618375 T2469 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 618376 T2469 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 618376 T2469 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 618376 T2469 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50022/solr
   [junit4]   2> 618377 T2469 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 618379 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 618387 T2521 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58697433 name:ZooKeeperConnection Watcher:127.0.0.1:50022 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 618387 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 618393 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 618397 T2523 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a669943 name:ZooKeeperConnection Watcher:127.0.0.1:50022/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 618397 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 618407 T2469 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 619418 T2469 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50050_ums
   [junit4]   2> 619420 T2469 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50050_ums
   [junit4]   2> 619428 T2523 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 619429 T2491 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 619429 T2509 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 619430 T2496 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 619442 T2469 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 619442 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 619911 T2469 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 619915 T2469 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50059
   [junit4]   2> 619916 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 619916 T2469 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 619916 T2469 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1389075887669
   [junit4]   2> 619917 T2469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1389075887669\'
   [junit4]   2> 619947 T2469 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1389075887669\solr.xml
   [junit4]   2> 620028 T2469 oasc.CoreContainer.<init> New CoreContainer 1551976123
   [junit4]   2> 620028 T2469 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1389075887669\]
   [junit4]   2> 620040 T2469 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 620041 T2469 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 620041 T2469 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 620041 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 620041 T2469 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 620042 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 620042 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 620042 T2469 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 620043 T2469 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 620047 T2469 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 620047 T2469 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 620048 T2469 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 620048 T2469 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50022/solr
   [junit4]   2> 620048 T2469 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 620051 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 620063 T2535 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3aad4b4d name:ZooKeeperConnection Watcher:127.0.0.1:50022 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 620063 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 620081 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 620092 T2537 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c20c166 name:ZooKeeperConnection Watcher:127.0.0.1:50022/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 620093 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 620100 T2469 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 621106 T2469 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50059_ums
   [junit4]   2> 621109 T2469 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50059_ums
   [junit4]   2> 621117 T2496 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 621118 T2523 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 621120 T2491 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 621120 T2537 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 621121 T2509 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 621137 T2469 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 621137 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 621745 T2469 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 621751 T2469 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50068
   [junit4]   2> 621752 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 621752 T2469 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 621753 T2469 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363
   [junit4]   2> 621753 T2469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\'
   [junit4]   2> 621814 T2469 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solr.xml
   [junit4]   2> 621905 T2469 oasc.CoreContainer.<init> New CoreContainer 1767324218
   [junit4]   2> 621905 T2469 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\]
   [junit4]   2> 621907 T2469 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 621907 T2469 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 621907 T2469 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 621907 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 621908 T2469 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 621908 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 621908 T2469 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 621908 T2469 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 621910 T2469 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 621914 T2469 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 621915 T2469 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 621915 T2469 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 621915 T2469 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50022/solr
   [junit4]   2> 621915 T2469 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 621918 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 621927 T2549 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5dafebdd name:ZooKeeperConnection Watcher:127.0.0.1:50022 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 621929 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 621939 T2469 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 621943 T2551 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a6b256f name:ZooKeeperConnection Watcher:127.0.0.1:50022/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 621943 T2469 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 621954 T2469 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 623061 T2469 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50068_ums
   [junit4]   2> 623068 T2469 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50068_ums
   [junit4]   2> 623083 T2537 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 623084 T2496 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 623085 T2509 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 623086 T2551 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 623086 T2523 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 623087 T2491 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 623108 T2469 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 623108 T2469 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 623137 T2500 oasha.CollectionsHandler.handleCreateAction Creating Collection : router.name=compositeId&version=2&wt=javabin&collection.configName=conf1&replicationFactor=2&action=CREATE&router.field=myOwnField&numShards=2&name=solrj_collection
   [junit4]   2> 623141 T2491 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 623145 T2493 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.name":"compositeId",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 623145 T2493 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.name":"compositeId",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 623145 T2493 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/solrj_collection 
   [junit4]   2> 623145 T2493 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection
   [junit4]   2> 623156 T2491 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 623159 T2492 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 623160 T2492 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: solrj_collection
   [junit4]   2> 623160 T2492 oasc.Overseer$ClusterStateUpdater.createCollection Create collection solrj_collection with shards [shard1, shard2]
   [junit4]   2> 623166 T2491 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 623169 T2496 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> 623169 T2537 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> 623170 T2509 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> 623170 T2551 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> 623171 T2491 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> 623171 T2523 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> 623266 T2493 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 623266 T2493 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of collection solrj_collection on 127.0.0.1:50029_ums
   [junit4]   2> 623269 T2493 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of collection solrj_collection on 127.0.0.1:50068_ums
   [junit4]   2> 623271 T2493 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of collection solrj_collection on 127.0.0.1:50059_ums
   [junit4]   2> 623272 T2493 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of collection solrj_collection on 127.0.0.1:50050_ums
   [junit4]   2> 623275 T2545 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica2 state=down
   [junit4]   2> 623278 T2529 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica1 state=down
   [junit4]   2> 623281 T2483 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica1 state=down
   [junit4]   2> 623288 T2518 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica2 state=down
   [junit4]   2> 623293 T2491 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 623293 T2483 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 623294 T2545 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 623294 T2529 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 623295 T2518 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 623298 T2492 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 623300 T2492 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50068/ums",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50068_ums",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 623304 T2491 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 623306 T2492 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50059/ums",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50059_ums",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 623312 T2491 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 623314 T2492 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50029/ums",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50029_ums",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 623319 T2491 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 623320 T2492 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50050/ums",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50050_ums",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 623326 T2491 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 623441 T2537 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> 623442 T2509 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> 623442 T2491 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> 623442 T2551 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> 623442 T2523 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> 623443 T2496 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> 624393 T2483 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica1
   [junit4]   2> 624394 T2545 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica2
   [junit4]   2> 624394 T2483 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solr.xml
   [junit4]   2> 624397 T2529 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica1
   [junit4]   2> 624397 T2483 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solrj_collection_shard1_replica1
   [junit4]   2> 624397 T2483 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 624394 T2545 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solr.xml
   [junit4]   2> 624398 T2545 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica2' using instanceDir: .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solrj_collection_shard1_replica2
   [junit4]   2> 624398 T2545 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 624397 T2518 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica2
   [junit4]   2> 624401 T2518 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solr.xml
   [junit4]   2> 624401 T2518 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica2' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solrj_collection_shard2_replica2
   [junit4]   2> 624401 T2518 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 624397 T2529 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1389075887669\solr.xml
   [junit4]   2> 624402 T2529 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1389075887669\solrj_collection_shard2_replica1
   [junit4]   2> 624401 T2545 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 624403 T2545 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 624401 T2483 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 624403 T2483 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 624403 T2518 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 624402 T2529 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 624404 T2518 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 624406 T2529 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 624406 T2483 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solrj_collection_shard1_replica1\'
   [junit4]   2> 624406 T2529 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 624406 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solrj_collection_shard1_replica2\'
   [junit4]   2> 624410 T2518 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solrj_collection_shard2_replica2\'
   [junit4]   2> 624412 T2529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1389075887669\solrj_collection_shard2_replica1\'
   [junit4]   2> 624528 T2483 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 624577 T2545 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 624731 T2518 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 624834 T2529 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 624838 T2483 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 624900 T2518 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 624926 T2545 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 624927 T2483 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 624973 T2518 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 624985 T2518 oass.IndexSchema.readSchema [solrj_collection_shard2_replica2] Schema name=test
   [junit4]   2> 625009 T2483 oass.IndexSchema.readSchema [solrj_collection_shard1_replica1] Schema name=test
   [junit4]   2> 625044 T2545 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 625080 T2529 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 625135 T2529 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 625290 T2529 oass.IndexSchema.readSchema [solrj_collection_shard2_replica1] Schema name=test
   [junit4]   2> 625304 T2545 oass.IndexSchema.readSchema [solrj_collection_shard1_replica2] Schema name=test
   [junit4]   2> 626992 T2518 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 627011 T2518 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 627015 T2518 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 627358 T2483 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 627380 T2483 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 627384 T2483 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 627466 T2518 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627499 T2518 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627623 T2545 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 627625 T2518 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 627630 T2545 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 627647 T2545 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 627654 T2518 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 627654 T2518 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 627654 T2518 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 627677 T2518 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 627677 T2518 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 627677 T2518 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627679 T2518 oasc.SolrCore.<init> [solrj_collection_shard2_replica2] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solrj_collection_shard2_replica2\, dataDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solrj_collection_shard2_replica2\data\
   [junit4]   2> 627679 T2518 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35ef1b8f
   [junit4]   2> 627680 T2518 oasc.CachingDirectoryFactory.get return new directory for ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solrj_collection_shard2_replica2\data\
   [junit4]   2> 627680 T2518 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solrj_collection_shard2_replica2\data\index/
   [junit4]   2> 627680 T2518 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica2] Solr index directory '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solrj_collection_shard2_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 627681 T2518 oasc.CachingDirectoryFactory.get return new directory for ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1389075885966\solrj_collection_shard2_replica2\data\index
   [junit4]   2> 627681 T2518 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26080602989665114]
   [junit4]   2> 627704 T2518 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@278e7369 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3b3cf9a3),segFN=segments_1,generation=1}
   [junit4]   2> 627705 T2518 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 627708 T2529 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 627724 T2529 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 627730 T2518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 627730 T2518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 627731 T2518 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 627731 T2518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 627731 T2518 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 627732 T2518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 627730 T2529 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 627733 T2518 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 627734 T2518 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 627734 T2518 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 627734 T2518 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 627736 T2518 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 627736 T2518 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 627737 T2518 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 627738 T2518 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 627739 T2518 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 627740 T2518 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 627741 T2518 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 627756 T2518 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 627790 T2483 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627792 T2518 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 627792 T2518 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 627792 T2545 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627793 T2518 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=66.9375, floorSegmentMB=0.9853515625, forceMergeDeletesPctAllowed=17.262929615632714, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5112362653256001
   [junit4]   2> 627794 T2518 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@278e7369 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3b3cf9a3),segFN=segments_1,generation=1}
   [junit4]   2> 627794 T2518 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 627795 T2518 oass.SolrIndexSearcher.<init> Opening Searcher@6f9eb79e main
   [junit4]   2> 627800 T2545 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627802 T2518 oasc.CoreContainer.registerCore registering core: solrj_collection_shard2_replica2
   [junit4]   2> 627803 T2518 oasc.ZkController.register Register replica - core:solrj_collection_shard2_replica2 address:http://127.0.0.1:50050/ums collection:solrj_collection shard:shard2
   [junit4]   2> 627804 T2557 oasc.SolrCore.registerSearcher [solrj_collection_shard2_replica2] Registered new searcher Searcher@6f9eb79e main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 627808 T2545 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 627809 T2483 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627810 T2518 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leader_elect/shard2/election
   [junit4]   2> 627813 T2545 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 627814 T2545 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 627814 T2545 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 627819 T2545 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 627819 T2545 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 627820 T2545 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627821 T2545 oasc.SolrCore.<init> [solrj_collection_shard1_replica2] Opening new SolrCore at .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solrj_collection_shard1_replica2\, dataDir=.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solrj_collection_shard1_replica2\data\
   [junit4]   2> 627822 T2545 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35ef1b8f
   [junit4]   2> 627821 T2483 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 627823 T2545 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solrj_collection_shard1_replica2\data\
   [junit4]   2> 627824 T2545 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solrj_collection_shard1_replica2\data\index/
   [junit4]   2> 627825 T2545 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica2] Solr index directory '.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solrj_collection_shard1_replica2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 627826 T2545 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1389075889363\solrj_collection_shard1_replica2\data\index
   [junit4]   2> 627826 T2545 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26080602989665114]
   [junit4]   2> 627828 T2545 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6bb2e228 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@768d48b4),segFN=segments_1,generation=1}
   [junit4]   2> 627828 T2545 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 627847 T2545 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 627848 T2545 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 627848 T2545 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 627848 T2545 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 627849 T2545 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 627849 T2545 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 627849 T2545 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 627850 T2545 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 627850 T2545 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 627851 T2545 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 627851 T2545 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 627852 T2545 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 627852 T2545 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 627852 T2545 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 627853 T2545 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 627854 T2545 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 627854 T2545 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 627857 T2545 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 627840 T2529 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627862 T2483 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 627862 T2483 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 627862 T2483 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 627864 T2545 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 627865 T2545 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 627867 T2545 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=66.9375, floorSegmentMB=0.9853515625, forceMergeDeletesPctAllowed=17.262929615632714, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5112362653256001
   [junit4]   2> 627868 T2545 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6bb2e228 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@768d48b4),segFN=segments_1,generation=1}
   [junit4]   2> 627868 T2545 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 627868 T2545 oass.SolrIndexSearcher.<init> Opening Searcher@7b231f55 main
   [junit4]   2> 627871 T2529 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627872 T2483 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 627872 T2483 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 627872 T2483 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627873 T2483 oasc.SolrCore.<init> [solrj_collection_shard1_replica1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solrj_collection_shard1_replica1\, dataDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solrj_collection_shard1_replica1\data\
   [junit4]   2> 627873 T2483 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35ef1b8f
   [junit4]   2> 627873 T2559 oasc.SolrCore.registerSearcher [solrj_collection_shard1_replica2] Registered new searcher Searcher@7b231f55 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 627876 T2483 oasc.CachingDirectoryFactory.get return new directory for ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solrj_collection_shard1_replica1\data\
   [junit4]   2> 627876 T2483 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solrj_collection_shard1_replica1\data\index/
   [junit4]   2> 627879 T2545 oasc.CoreContainer.registerCore registering core: solrj_collection_shard1_replica2
   [junit4]   2> 627880 T2545 oasc.ZkController.register Register replica - core:solrj_collection_shard1_replica2 address:http://127.0.0.1:50068/ums collection:solrj_collection shard:shard1
   [junit4]   2> 627881 T2529 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 627881 T2483 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica1] Solr index directory '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solrj_collection_shard1_replica1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 627883 T2483 oasc.CachingDirectoryFactory.get return new directory for ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1389075883470\solrj_collection_shard1_replica1\data\index
   [junit4]   2> 627884 T2483 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26080602989665114]
   [junit4]   2> 627885 T2483 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4799384 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70e85562),segFN=segments_1,generation=1}
   [junit4]   2> 627885 T2545 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leader_elect/shard1/election
   [junit4]   2> 627897 T2529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 627897 T2529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 627897 T2529 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 627899 T2483 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 627905 T2483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 627905 T2483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 627906 T2483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 627906 T2483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 627906 T2483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 627907 T2483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 627907 T2483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 627908 T2483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 627908 T2483 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 627909 T2483 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 627909 T2483 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 627909 T2483 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 627910 T2483 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 627910 T2483 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 627911 T2483 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 627911 T2483 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 627912 T2483 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 627914 T2483 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 627922 T2483 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 627922 T2483 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 627923 T2518 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 627924 T2483 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=66.9375, floorSegmentMB=0.9853515625, forceMergeDeletesPctAllowed=17.262929615632714, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5112362653256001
   [junit4]   2> 627925 T2483 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4799384 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70e85562),segFN=segments_1,generation=1}
   [junit4]   2> 627925 T2483 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 627926 T2529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 627926 T2483 oass.SolrIndexSearcher.<init> Opening Searcher@5323867c main
   [junit4]   2> 627926 T2529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 627927 T2529 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627928 T2529 oasc.SolrCore.<init> [solrj_collection_shard2_replica1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1389075887669\solrj_collection_shard2_replica1\, dataDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1389075887669\solrj_collection_shard2_replica1\data\
   [junit4]   2> 627929 T2529 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35ef1b8f
 

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

)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:251)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:200)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]    > 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
   [junit4]    > 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@a032a45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3bf8ee3c)
   [junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2531, name=qtp1006747646-2531, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest], registration stack trace below.
   [junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1588)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:551)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1041)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:933)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:925)
   [junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:350)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:62)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:509)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:759)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:628)
   [junit4]    > 	at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:223)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:592)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:501)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:705)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:251)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:200)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]    > 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
   [junit4]    > 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@495d5c0f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1025684e)
   [junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
   [junit4]    > 	... 1 more
   [junit4] Completed in 263.93s, 1 test, 3 errors <<< FAILURES!

[...truncated 838 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:453: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:433: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1304: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:937: There were test failures: 362 suites, 1586 tests, 2 suite-level errors, 1 error, 39 ignored (11 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0-ea-b121) - Build # 3649 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3649/
Java: 64bit/jdk1.8.0-ea-b121 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.UnloadDistributedZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6315, name=qtp1405598846-6315, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6315, name=qtp1405598846-6315, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest], registration stack trace below.
	at __randomizedtesting.SeedInfo.seed([77FFEBB893C30492]:0)
	at java.lang.Thread.getStackTrace(Thread.java:1551)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:551)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1041)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:933)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:925)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:350)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:254)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:468)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:759)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:628)
	at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:223)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:592)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:501)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:705)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:251)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:200)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a1713e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70826d2c)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more




Build Log:
[...truncated 10355 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> 1414309 T6242 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1414314 T6242 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299
   [junit4]   2> 1414317 T6242 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1414318 T6243 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1414416 T6242 oasc.ZkTestServer.run start zk server on port:63171
   [junit4]   2> 1414418 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414423 T6249 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42c87b33 name:ZooKeeperConnection Watcher:127.0.0.1:63171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1414424 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1414424 T6242 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1414429 T6244 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1436cf2a2bd0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1414431 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414434 T6251 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69f4a216 name:ZooKeeperConnection Watcher:127.0.0.1:63171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1414434 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1414434 T6242 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1414438 T6242 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1414441 T6242 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1414444 T6242 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1414447 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1414448 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1414453 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1414454 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1414458 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1414458 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1414462 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1414462 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1414467 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1414467 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1414472 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1414472 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1414475 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1414475 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1414480 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1414480 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1414484 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1414484 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1414488 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1414488 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1414492 T6242 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1414492 T6242 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1414499 T6244 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1436cf2a2bd0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1415049 T6242 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1415064 T6242 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63178
   [junit4]   2> 1415066 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1415066 T6242 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1415067 T6242 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1389102277483
   [junit4]   2> 1415067 T6242 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1389102277483\'
   [junit4]   2> 1415091 T6242 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1389102277483\solr.xml
   [junit4]   2> 1415099 T6242 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1415099 T6242 oasc.CoreContainer.<init> New CoreContainer 1820614724
   [junit4]   2> 1415099 T6242 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1389102277483\]
   [junit4]   2> 1415102 T6242 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1415102 T6242 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1415102 T6242 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1415102 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1415102 T6242 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1415102 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1415102 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1415102 T6242 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1415104 T6242 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1415106 T6242 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1415106 T6242 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1415106 T6242 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1415106 T6242 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63171/solr
   [junit4]   2> 1415106 T6242 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1415110 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1415113 T6262 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@289904bb name:ZooKeeperConnection Watcher:127.0.0.1:63171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1415113 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1415117 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1415119 T6264 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bee9a6c name:ZooKeeperConnection Watcher:127.0.0.1:63171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1415119 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1415121 T6242 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1415127 T6242 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1415131 T6242 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1415134 T6242 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63178_
   [junit4]   2> 1415136 T6242 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63178_
   [junit4]   2> 1415140 T6242 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1415144 T6242 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1415150 T6242 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1415152 T6242 oasc.Overseer.start Overseer (id=91036206845722627-127.0.0.1:63178_-n_0000000000) starting
   [junit4]   2> 1415157 T6242 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1415164 T6266 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1415164 T6242 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1415169 T6242 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1415171 T6242 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1415176 T6265 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1415177 T6242 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1389102277483
   [junit4]   2> 1415460 T6242 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1389102277483\conf\
   [junit4]   2> 1415472 T6242 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1415474 T6242 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1415474 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1415476 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1415479 T6269 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b154481 name:ZooKeeperConnection Watcher:127.0.0.1:63171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1415479 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1415480 T6242 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1415484 T6242 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1415974 T6242 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1415977 T6242 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63190
   [junit4]   2> 1415978 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1415978 T6242 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1415978 T6242 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1389102278468
   [junit4]   2> 1415978 T6242 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1389102278468\'
   [junit4]   2> 1416002 T6242 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1389102278468\solr.xml
   [junit4]   2> 1416012 T6242 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1416013 T6242 oasc.CoreContainer.<init> New CoreContainer 1665398707
   [junit4]   2> 1416013 T6242 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1389102278468\]
   [junit4]   2> 1416014 T6242 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1416014 T6242 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1416014 T6242 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1416014 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1416014 T6242 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1416015 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1416015 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1416015 T6242 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1416016 T6242 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1416019 T6242 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1416019 T6242 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1416020 T6242 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1416020 T6242 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63171/solr
   [junit4]   2> 1416020 T6242 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1416021 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416030 T6280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3342296c name:ZooKeeperConnection Watcher:127.0.0.1:63171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416030 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1416033 T6244 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1436cf2a2bd0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1416035 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416036 T6282 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71f3643a name:ZooKeeperConnection Watcher:127.0.0.1:63171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416036 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1416042 T6242 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1416937 T6242 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63190_
   [junit4]   2> 1416939 T6242 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63190_
   [junit4]   2> 1416945 T6282 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1416945 T6269 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1416946 T6264 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1416952 T6242 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1389102278468
   [junit4]   2> 1417246 T6242 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1389102278468\conf\
   [junit4]   2> 1417262 T6242 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1417263 T6242 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1417264 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1417762 T6242 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1417766 T6242 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63199
   [junit4]   2> 1417766 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1417767 T6242 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1417767 T6242 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1389102280248
   [junit4]   2> 1417767 T6242 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1389102280248\'
   [junit4]   2> 1417790 T6242 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1389102280248\solr.xml
   [junit4]   2> 1417802 T6242 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1417803 T6242 oasc.CoreContainer.<init> New CoreContainer 154200883
   [junit4]   2> 1417803 T6242 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1389102280248\]
   [junit4]   2> 1417803 T6242 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1417803 T6242 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1417803 T6242 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1417804 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1417804 T6242 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1417804 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1417804 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1417805 T6242 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1417805 T6242 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1417808 T6242 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1417809 T6242 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1417809 T6242 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1417810 T6242 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63171/solr
   [junit4]   2> 1417810 T6242 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1417811 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1417821 T6294 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@146a200 name:ZooKeeperConnection Watcher:127.0.0.1:63171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1417822 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1417826 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1417830 T6296 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3dab1f9f name:ZooKeeperConnection Watcher:127.0.0.1:63171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1417830 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1417836 T6242 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1418732 T6242 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63199_
   [junit4]   2> 1418734 T6242 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63199_
   [junit4]   2> 1418739 T6269 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1418740 T6264 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1418740 T6296 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1418740 T6282 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1418746 T6242 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1389102280248
   [junit4]   2> 1419029 T6242 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1389102280248\conf\
   [junit4]   2> 1419047 T6242 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1419048 T6242 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1419048 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1419493 T6242 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1419497 T6242 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63208
   [junit4]   2> 1419498 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1419498 T6242 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1419498 T6242 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1389102282032
   [junit4]   2> 1419498 T6242 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1389102282032\'
   [junit4]   2> 1419524 T6242 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1389102282032\solr.xml
   [junit4]   2> 1419535 T6242 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1419535 T6242 oasc.CoreContainer.<init> New CoreContainer 1979512848
   [junit4]   2> 1419536 T6242 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1389102282032\]
   [junit4]   2> 1419536 T6242 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1419536 T6242 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1419537 T6242 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1419537 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1419538 T6242 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1419538 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1419538 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1419538 T6242 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1419538 T6242 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1419541 T6242 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1419542 T6242 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1419542 T6242 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1419543 T6242 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63171/solr
   [junit4]   2> 1419543 T6242 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1419544 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1419548 T6308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c42edf5 name:ZooKeeperConnection Watcher:127.0.0.1:63171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1419549 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1419551 T6244 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1436cf2a2bd0009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1419552 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1419556 T6310 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72c2f901 name:ZooKeeperConnection Watcher:127.0.0.1:63171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1419556 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1419562 T6242 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1420457 T6242 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63208_
   [junit4]   2> 1420460 T6242 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63208_
   [junit4]   2> 1420465 T6264 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1420465 T6269 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1420466 T6296 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1420466 T6282 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1420467 T6310 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1420474 T6242 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1389102282032
   [junit4]   2> 1420683 T6242 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1389102282032\conf\
   [junit4]   2> 1420694 T6242 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1420695 T6242 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1420695 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1421129 T6242 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1421133 T6242 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63217
   [junit4]   2> 1421133 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1421133 T6242 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1421134 T6242 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1389102283680
   [junit4]   2> 1421134 T6242 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1389102283680\'
   [junit4]   2> 1421161 T6242 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1389102283680\solr.xml
   [junit4]   2> 1421561 T6242 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1421562 T6242 oasc.CoreContainer.<init> New CoreContainer 1396571687
   [junit4]   2> 1421562 T6242 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1389102283680\]
   [junit4]   2> 1421563 T6242 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1421563 T6242 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1421564 T6242 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1421564 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1421564 T6242 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1421565 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1421565 T6242 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1421565 T6242 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1421566 T6242 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1421570 T6242 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1421570 T6242 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1421570 T6242 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1421571 T6242 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63171/solr
   [junit4]   2> 1421571 T6242 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1421573 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1421583 T6322 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46831bb6 name:ZooKeeperConnection Watcher:127.0.0.1:63171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1421584 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1421590 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1421593 T6324 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e8a79aa name:ZooKeeperConnection Watcher:127.0.0.1:63171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1421594 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1421599 T6242 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1422494 T6242 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63217_
   [junit4]   2> 1422496 T6242 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63217_
   [junit4]   2> 1422500 T6264 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1422501 T6296 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1422501 T6269 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1422502 T6282 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1422502 T6310 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1422502 T6324 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1422508 T6242 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1389102283680
   [junit4]   2> 1422701 T6242 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1389102283680\conf\
   [junit4]   2> 1422711 T6242 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1422713 T6242 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1422713 T6242 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1422718 T6277 oasc.ZkController.publish publishing core=unloadcollection1 state=down
   [junit4]   2> 1422719 T6277 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1422720 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1422723 T6265 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1422724 T6265 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63190",
   [junit4]   2> 	  "core":"unloadcollection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63190_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1422724 T6265 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with shards [shard1]
   [junit4]   2> 1422724 T6265 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1422728 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1422730 T6269 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> 1422730 T6296 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> 1422731 T6264 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> 1422731 T6324 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> 1422731 T6282 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> 1422731 T6310 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> 1423611 T6277 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for unloadcollection1
   [junit4]   2> 1423616 T6277 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1389102278468\unloadcollection1
   [junit4]   2> 1423616 T6277 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
   [junit4]   2> 1423617 T6277 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
   [junit4]   2> 1423617 T6277 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1423619 T6277 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1423619 T6277 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
   [junit4]   2> 1423623 T6277 oascc.ZkStateReader.readConfigName Load collection config from:/collections/unloadcollection
   [junit4]   2> 1423625 T6277 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1389102278468\unloadcollection1\'
   [junit4]   2> 1423660 T6277 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1423666 T6277 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1423669 T6277 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1423677 T6277 oass.IndexSchema.readSchema [unloadcollection1] Schema name=test
   [junit4]   2> 1423785 T6277 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1423791 T6277 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1423791 T6277 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1423810 T6277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1423814 T6277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1423818 T6277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1423820 T6277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1423820 T6277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1423821 T6277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1423823 T6277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1423823 T6277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1423823 T6277 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1423825 T6277 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1389102278468\unloadcollection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102285697unloadcollection1_1n\
   [junit4]   2> 1423825 T6277 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c7891ed
   [junit4]   2> 1423826 T6277 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102285697unloadcollection1_1n\
   [junit4]   2> 1423826 T6277 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102285697unloadcollection1_1n\index/
   [junit4]   2> 1423826 T6277 oasc.SolrCore.initIndex WARN [unloadcollection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102285697unloadcollection1_1n\index' doesn't exist. Creating new index...
   [junit4]   2> 1423827 T6277 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102285697unloadcollection1_1n\index
   [junit4]   2> 1423827 T6277 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3096090316042178]
   [junit4]   2> 1423829 T6277 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@8868e3c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@88e8334),segFN=segments_1,generation=1}
   [junit4]   2> 1423829 T6277 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1423833 T6277 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1423834 T6277 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1423834 T6277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1423834 T6277 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1423835 T6277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1423835 T6277 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1423837 T6277 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1423837 T6277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1423837 T6277 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1423838 T6277 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1423838 T6277 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1423838 T6277 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1423838 T6277 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1423839 T6277 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1423840 T6277 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1423840 T6277 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1423841 T6277 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1423848 T6277 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1423852 T6277 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1423852 T6277 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1423853 T6277 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=19.2177734375, floorSegmentMB=1.8759765625, forceMergeDeletesPctAllowed=0.9360286022974607, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1423854 T6277 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@8868e3c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@88e8334),segFN=segments_1,generation=1}
   [junit4]   2> 1423854 T6277 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1423854 T6277 oass.SolrIndexSearcher.<init> Opening Searcher@119d785e main
   [junit4]   2> 1423858 T6326 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@119d785e main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1423859 T6277 oasc.CoreContainer.registerCore registering core: unloadcollection1
   [junit4]   2> 1423859 T6277 oasc.ZkController.register Register replica - core:unloadcollection1 address:http://127.0.0.1:63190 collection:unloadcollection shard:shard1
   [junit4]   2> 1423861 T6277 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
   [junit4]   2> 1423873 T6277 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1423877 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1423877 T6277 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1423878 T6277 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1553 name=unloadcollection1 org.apache.solr.core.SolrCore@4b492909 url=http://127.0.0.1:63190/unloadcollection1 node=127.0.0.1:63190_ C1553_STATE=coll:unloadcollection core:unloadcollection1 props:{state=down, base_url=http://127.0.0.1:63190, core=unloadcollection1, node_name=127.0.0.1:63190_}
   [junit4]   2> 1423878 T6277 C1553 P63190 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63190/unloadcollection1/
   [junit4]   2> 1423878 T6277 C1553 P63190 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1423878 T6277 C1553 P63190 oasc.SyncStrategy.syncToMe http://127.0.0.1:63190/unloadcollection1/ has no replicas
   [junit4]   2> 1423878 T6277 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63190/unloadcollection1/ shard1
   [junit4]   2> 1423878 T6277 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
   [junit4]   2> 1423879 T6265 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1423885 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1423889 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1423893 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1423991 T6296 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> 1423991 T6324 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> 1423992 T6269 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> 1423992 T6282 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> 1423992 T6310 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> 1423992 T6264 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> 1424035 T6277 oasc.ZkController.register We are http://127.0.0.1:63190/unloadcollection1/ and leader is http://127.0.0.1:63190/unloadcollection1/
   [junit4]   2> 1424035 T6277 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:63190
   [junit4]   2> 1424035 T6277 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1424035 T6277 oasc.ZkController.publish publishing core=unloadcollection1 state=active
   [junit4]   2> 1424038 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1424039 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1424040 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1424040 T6277 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1424041 T6277 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102285697unloadcollection1_1n&name=unloadcollection1&action=CREATE&numShards=1&collection=unloadcollection&wt=javabin&version=2} status=0 QTime=1325 
   [junit4]   2> 1424043 T6265 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1424043 T6242 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424043 T6265 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63190",
   [junit4]   2> 	  "core":"unloadcollection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63190_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1424046 T6329 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@167e5e66 name:ZooKeeperConnection Watcher:127.0.0.1:63171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1424046 T6242 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1424049 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1424050 T6242 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1424054 T6242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1424059 T6289 oasc.ZkController.publish publishing core=unloadcollection2 state=down
   [junit4]   2> 1424059 T6289 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1424061 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1424061 T6289 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1424063 T6265 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63199",
   [junit4]   2> 	  "core":"unloadcollection2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63199_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1424063 T6265 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 1424063 T6265 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1424067 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1424169 T6329 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> 1424170 T6296 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> 1424171 T6269 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> 1424171 T6310 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> 1424173 T6264 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> 1424174 T6282 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> 1424174 T6324 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> 1425041 T6289 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for unloadcollection2
   [junit4]   2> 1425044 T6289 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1389102280248\unloadcollection2
   [junit4]   2> 1425044 T6289 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
   [junit4]   2> 1425045 T6289 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1425045 T6289 oascc.ZkStateReader.readConfigName Load collection config from:/collections/unloadcollection
   [junit4]   2> 1425048 T6289 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1389102280248\unloadcollection2\'
   [junit4]   2> 1425078 T6289 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1425086 T6289 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1425089 T6289 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1425093 T6289 oass.IndexSchema.readSchema [unloadcollection2] Schema name=test
   [junit4]   2> 1425199 T6289 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1425203 T6289 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1425204 T6289 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1425219 T6289 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1425223 T6289 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1425226 T6289 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1425227 T6289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1425227 T6289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1425227 T6289 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1425229 T6289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1425229 T6289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1425229 T6289 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1425230 T6289 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1389102280248\unloadcollection2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102287039unloadcollection1_2n\
   [junit4]   2> 1425230 T6289 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c7891ed
   [junit4]   2> 1425232 T6289 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102287039unloadcollection1_2n\
   [junit4]   2> 1425232 T6289 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102287039unloadcollection1_2n\index/
   [junit4]   2> 1425232 T6289 oasc.SolrCore.initIndex WARN [unloadcollection2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102287039unloadcollection1_2n\index' doesn't exist. Creating new index...
   [junit4]   2> 1425232 T6289 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102287039unloadcollection1_2n\index
   [junit4]   2> 1425233 T6289 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3096090316042178]
   [junit4]   2> 1425233 T6289 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3197d4d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72e7c59a),segFN=segments_1,generation=1}
   [junit4]   2> 1425233 T6289 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1425236 T6289 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1425236 T6289 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1425237 T6289 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1425237 T6289 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1425237 T6289 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1425237 T6289 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1425238 T6289 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1425238 T6289 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1425238 T6289 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1425239 T6289 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1425239 T6289 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1425239 T6289 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1425239 T6289 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1425241 T6289 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1425241 T6289 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1425241 T6289 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1425242 T6289 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1425243 T6289 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1425247 T6289 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1425247 T6289 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1425248 T6289 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=19.2177734375, floorSegmentMB=1.8759765625, forceMergeDeletesPctAllowed=0.9360286022974607, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1425248 T6289 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3197d4d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72e7c59a),segFN=segments_1,generation=1}
   [junit4]   2> 1425248 T6289 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1425248 T6289 oass.SolrIndexSearcher.<init> Opening Searcher@13a366b6 main
   [junit4]   2> 1425251 T6330 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@13a366b6 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1425253 T6289 oasc.CoreContainer.registerCore registering core: unloadcollection2
   [junit4]   2> 1425254 T6289 oasc.ZkController.register Register replica - core:unloadcollection2 address:http://127.0.0.1:63199 collection:unloadcollection shard:shard1
   [junit4]   2> 1425260 T6289 oasc.ZkController.register We are http://127.0.0.1:63199/unloadcollection2/ and leader is http://127.0.0.1:63190/unloadcollection1/
   [junit4]   2> 1425260 T6289 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:63199
   [junit4]   2> 1425260 T6289 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
   [junit4]   2> 1425261 T6289 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C1554 name=unloadcollection2 org.apache.solr.core.SolrCore@6a7a5b4b url=http://127.0.0.1:63199/unloadcollection2 node=127.0.0.1:63199_ C1554_STATE=coll:unloadcollection core:unloadcollection2 props:{state=down, base_url=http://127.0.0.1:63199, core=unloadcollection2, node_name=127.0.0.1:63199_}
   [junit4]   2> 1425262 T6332 C1554 P63199 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
   [junit4]   2> 1425262 T6332 C1554 P63199 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 1425262 T6332 C1554 P63199 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
   [junit4]   2> 1425263 T6332 C1554 P63199 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1425263 T6289 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1425265 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1425265 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1425265 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1425266 T6289 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-UnloadDistributedZkTest-1389102277299\1389102287039unloadcollection1_2n&name=unloadcollection2&action=CREATE&collection=unloadcollection&wt=javabin&version=2} status=0 QTime=1209 
   [junit4]   2> 1425267 T6275 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 1425268 T6242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1425269 T6242 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):330
   [junit4]   2> 1425269 T6265 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1425270 T6242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1425271 T6265 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63199",
   [junit4]   2> 	  "core":"unloadcollection2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63199_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1425274 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1425376 T6329 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> 1425377 T6296 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> 1425377 T6269 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> 1425377 T6324 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> 1425378 T6282 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> 1425378 T6264 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> 1425378 T6310 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> 1426248 T6275 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1426248 T6275 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:63199_&onlyIfLeaderActive=true&core=unloadcollection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=981 
   [junit4]   2> 1426251 T6242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1427232 T6242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2>  C1554_STATE=coll:unloadcollection core:unloadcollection2 props:{state=recovering, base_url=http://127.0.0.1:63199, core=unloadcollection2, node_name=127.0.0.1:63199_}
   [junit4]   2> 1428209 T6332 C1554 P63199 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:63190/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
   [junit4]   2> 1428209 T6332 C1554 P63199 oasu.PeerSync.sync PeerSync: core=unloadcollection2 url=http://127.0.0.1:63199 START replicas=[http://127.0.0.1:63190/unloadcollection1/] nUpdates=100
   [junit4]   2> 1428210 T6332 C1554 P63199 oasu.PeerSync.sync WARN no frame of reference to tell if we've missed updates
   [junit4]   2> 1428210 T6332 C1554 P63199 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection2
   [junit4]   2> 1428211 T6332 C1554 P63199 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection2
   [junit4]   2> 1428211 T6332 C1554 P63199 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection2
   [junit4]   2> 1428211 T6332 C1554 P63199 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1428211 T6332 C1554 P63199 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:63190/unloadcollection1/. core=unloadcollection2
   [junit4]   2> ASYNC  NEW_CORE C1555 name=unloadcollection1 org.apache.solr.core.SolrCore@4b492909 url=http://127.0.0.1:63190/unloadcollection1 node=127.0.0.1:63190_ C1555_STATE=coll:unloadcollection core:unloadcollection1 props:{state=active, base_url=http://127.0.0.1:63190, core=unloadcollection1, node_name=127.0.0.1:63190_, leader=true}
   [junit4]   2> 1428214 T6278 C1555 P63190 oasc.SolrCore.execute [unloadcollection1] webapp= path=/get params={distrib=false&qt=/get&getVersions=100&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 1428214 T6275 C1555 P63190 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1428215 T6275 C1555 P63190 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1428215 T6275 C1555 P63190 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1428215 T6275 C1555 P63190 oasup.LogUpdateProcessor.finish [unloadcollection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} {commit=} 0 1
   [junit4]   2> 1428216 T6332 C1554 P63199 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1428216 T6332 C1554 P63199 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 1428216 T6242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1428230 T6273 C1555 P63190 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1428231 T6273 C1555 P63190 oasc.SolrCore.execute [unloadcollection1] webapp= path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=12 
   [junit4]   2> 1428231 T6332 C1554 P63199 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection2
   [junit4]   2> 1428231 T6332 C1554 P63199 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection2
   [junit4]   2> 1428232 T6332 C1554 P63199 oasc.ZkController.publish publishing core=unloadcollection2 state=active
   [junit4]   2> 1428232 T6332 C1554 P63199 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1428234 T6332 C1554 P63199 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection2
   [junit4]   2> 1428234 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1428236 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1428236 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1428238 T6265 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1428240 T6265 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63199",
   [junit4]   2> 	  "core":"unloadcollection2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:63199_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1428245 T6264 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1428246 T6329 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> 1428247 T6296 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> 1428247 T6324 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> 1428247 T6282 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> 1428247 T6264 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> 1428248 T6310 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> 1428248 T6269 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> 1429198 T6242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1429200 T6242 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
   [junit4]   2>  C1554_STATE=coll:unloadcollection core:unloadcollection2 props:{state=active, base_url=http://127.0.0.1:63199, core=unloadcollection2, node_name=127.0.0.1:63199_}
   [junit4]   2> 1429213 T6292 C1554 P63199 oasup.LogUpdateProcessor.finish [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63190/unloadcollection1/&wt=javabin&version=2} {add=[6 (1456579325131227136)]} 0 3
   [junit4]   2> 1429215 T6278 C1555 P63190 oasup.LogUpdateProcessor.finish [unloadcollection1] webapp= path=/update params={wt=javabin&version=2} {add=[6 (1456579325131227136)]} 0 13
   [junit4]   2> 1429221 T6287 C1554 P63199 oasup.LogUpdateProce

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

isRequestHandlerTest, DebugComponentTest, TestFaceting, TestSchemaSimilarityResource, TestUniqueKeyFieldResource, TestFieldTypeResource, CopyFieldTest, BadCopyFieldTest, TestUtils, AbstractAnalyticsStatsTest, TestLFUCache, StatelessScriptUpdateProcessorFactoryTest, TestDocBasedVersionConstraints, StatsComponentTest, SpatialFilterTest, TestRecoveryHdfs, FieldFacetTest, TestNonNRTOpen, BasicFunctionalityTest, NoFacetTest, TestUpdate, CollectionsAPIDistributedZkTest, TestFileDictionaryLookup, TestSolrCoreProperties, SortByFunctionTest, TestRandomDVFaceting, TestMergePolicyConfig, QueryFacetTest, DirectUpdateHandlerOptimizeTest, HdfsSyncSliceTest, SimpleFacetsTest, TestLMJelinekMercerSimilarityFactory, MoreLikeThisHandlerTest, TestFieldTypeCollectionResource, SuggesterFSTTest, SimplePostToolTest, TestCollapseQParserPlugin, TestCursorMarkWithoutUniqueKey, SyncSliceTest, TestFuzzyAnalyzedSuggestions, TestCodecSupport, TestSolrDeletionPolicy1, AddSchemaFieldsUpdateProcessorFactoryTest, URLClassifyProcessorTest, JsonLoaderTest, TestRecovery, TestCSVLoader, ZkControllerTest, QueryParsingTest, TermVectorComponentDistributedTest, TestDefaultSearchFieldResource, SuggesterWFSTTest, TestRandomMergePolicy, TestPostingsSolrHighlighter, TimeZoneUtilsTest, TestDistribDocBasedVersion, ClusterStateUpdateTest, HdfsRecoveryZkTest, BJQParserTest, TestConfig, SearchHandlerTest, PreAnalyzedUpdateProcessorTest, TestShardHandlerFactory, XsltUpdateRequestHandlerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestCoreContainer, OverseerCollectionProcessorTest, TestCloudManagedSchemaAddField, TestXIncludeConfig, TestJoin, TestDistributedMissingSort, ShardSplitTest, TestPerFieldSimilarity, DOMUtilTest, FastVectorHighlighterTest, SuggesterTSTTest, TestDynamicFieldCollectionResource, CurrencyFieldXmlFileTest, TestCloudManagedSchema, RAMDirectoryFactoryTest, TestPartialUpdateDeduplication, SystemInfoHandlerTest, FullSolrCloudDistribCmdsTest, ShardRoutingTest, SampleTest, TestQueryUtils, DocValuesMultiTest, FunctionTest, UUIDFieldTest, TestDocumentBuilder, MultiTermTest, DisMaxRequestHandlerTest, SuggestComponentTest, SolrPluginUtilsTest, BadComponentTest, ParsingFieldUpdateProcessorsTest, TestStressUserVersions, SpellCheckComponentTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestSort, IndexSchemaTest, AlternateDirectoryTest, TestCopyFieldCollectionResource, TestSolrQueryParserResource, DistributedSpellCheckComponentTest, FileUtilsTest, SpellCheckCollatorTest, UniqFieldsUpdateProcessorFactoryTest, CoreContainerCoreInitFailuresTest, TestIndexingPerformance, DistributedTermsComponentTest, IndexSchemaRuntimeFieldTest, TestLMDirichletSimilarityFactory, BasicZkTest, TestAnalyzeInfixSuggestions, RecoveryZkTest, TestFastOutputStream, StressHdfsTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.seed=77FFEBB893C30492 -Dtests.slow=true -Dtests.locale=sl_SI -Dtests.timezone=SystemV/HST10 -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | UnloadDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6315, name=qtp1405598846-6315, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest], registration stack trace below.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([77FFEBB893C30492]:0)
   [junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1551)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:551)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1041)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:933)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:925)
   [junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:350)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:254)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:468)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:759)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:628)
   [junit4]    > 	at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:223)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:592)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:501)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:152)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:705)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:251)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:200)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]    > 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]    > 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a1713e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70826d2c)
   [junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
   [junit4]    > 	... 1 more
   [junit4] Completed in 79.78s, 1 test, 1 error <<< FAILURES!

[...truncated 565 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:453: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:433: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1304: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:937: There were test failures: 362 suites, 1586 tests, 1 suite-level error, 39 ignored (11 assumptions)

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