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 15:01:43 UTC

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

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