You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/02/26 08:39:19 UTC

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

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

4 tests failed.
REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([13129AD5E8975050]:0)


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

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([13129AD5E8975050]:0)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=7240, name=Thread-2481, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7240, name=Thread-2481, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
Caused by: org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Error opening new searcher
	at __randomizedtesting.SeedInfo.seed([13129AD5E8975050]:0)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:827)
	at org.apache.solr.handler.admin.CoreAdminHandler$2.run(CoreAdminHandler.java:774)
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:844)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:630)
	at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:244)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:595)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:258)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:250)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1521)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1633)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:827)
	... 13 more
Caused by: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1393393107841/jetty12/index/_0.si (No such file or directory)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
	at org.apache.lucene.store.FSDirectory$FSIndexInput.<init>(FSDirectory.java:382)
	at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.<init>(NIOFSDirectory.java:127)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:80)
	at org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoReader.read(Lucene3xSegmentInfoReader.java:103)
	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:340)
	at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:404)
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:843)
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:694)
	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:400)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:741)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:267)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:110)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1484)
	... 15 more


REGRESSION:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Captured an uncaught exception in thread: Thread[id=2108, name=testExecutor-433-thread-2, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2108, name=testExecutor-433-thread-2, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: No such core exists 'multiunload1'
	at __randomizedtesting.SeedInfo.seed([13129AD5E8975050]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:497)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.cloud.UnloadDistributedZkTest$1.run(UnloadDistributedZkTest.java:391)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)




Build Log:
[...truncated 9707 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> 155008 T778 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 155008 T778 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /a_/m
   [junit4]   2> 155013 T778 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355
   [junit4]   2> 155015 T778 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 155016 T779 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 155117 T778 oasc.ZkTestServer.run start zk server on port:41392
   [junit4]   2> 155119 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 155123 T785 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d7fbbd6 name:ZooKeeperConnection Watcher:127.0.0.1:41392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 155123 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 155124 T778 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 155138 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 155140 T787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b2e79d0 name:ZooKeeperConnection Watcher:127.0.0.1:41392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 155140 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 155141 T778 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 155151 T778 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 155154 T778 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 155158 T778 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 155162 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 155162 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 155175 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 155176 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 155281 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 155282 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 155286 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 155287 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 155290 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 155291 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 155295 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 155296 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 155300 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 155300 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 155304 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 155305 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 155308 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 155309 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 155313 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 155314 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 155317 T778 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 155318 T778 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 155323 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 155332 T789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e50079b name:ZooKeeperConnection Watcher:127.0.0.1:41392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 155332 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 156539 T778 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 156545 T778 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 156548 T778 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:41396
   [junit4]   2> 156551 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 156552 T778 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 156553 T778 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393392262676
   [junit4]   2> 156553 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393392262676/'
   [junit4]   2> 156595 T778 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393392262676/solr.xml
   [junit4]   2> 156680 T778 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393392262676
   [junit4]   2> 156681 T778 oasc.CoreContainer.<init> New CoreContainer 1161624942
   [junit4]   2> 156681 T778 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393392262676/]
   [junit4]   2> 156683 T778 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 156684 T778 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 156684 T778 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 156685 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 156685 T778 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 156686 T778 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 156686 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 156687 T778 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 156688 T778 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 156704 T778 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 156704 T778 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 156705 T778 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 156705 T778 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41392/solr
   [junit4]   2> 156706 T778 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 156707 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 156710 T800 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21139f1b name:ZooKeeperConnection Watcher:127.0.0.1:41392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 156710 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 156713 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 156721 T802 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71719f6d name:ZooKeeperConnection Watcher:127.0.0.1:41392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 156722 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 156724 T778 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 156734 T778 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 156740 T778 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 156742 T778 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41396_a_%2Fm
   [junit4]   2> 156744 T778 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41396_a_%2Fm
   [junit4]   2> 156754 T778 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 156757 T778 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 156770 T778 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:41396_a_%2Fm
   [junit4]   2> 156770 T778 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 156774 T778 oasc.Overseer.start Overseer (id=91317355306156036-127.0.0.1:41396_a_%2Fm-n_0000000000) starting
   [junit4]   2> 156786 T778 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 156798 T804 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 156799 T778 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 156799 T804 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 156802 T778 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 156805 T778 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 156808 T803 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 156811 T778 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393392262676
   [junit4]   2> 157683 T778 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1393392262676/conf/
   [junit4]   2> 157699 T778 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 157700 T778 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 157700 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 157706 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 157712 T807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7203e3b5 name:ZooKeeperConnection Watcher:127.0.0.1:41392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 157713 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 157714 T778 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 157717 T778 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 158751 T778 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 158753 T778 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 158757 T778 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 158759 T778 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:41403
   [junit4]   2> 158762 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 158762 T778 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 158763 T778 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058
   [junit4]   2> 158763 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058/'
   [junit4]   2> 158806 T778 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058/solr.xml
   [junit4]   2> 158907 T778 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058
   [junit4]   2> 158908 T778 oasc.CoreContainer.<init> New CoreContainer 1575522484
   [junit4]   2> 158909 T778 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058/]
   [junit4]   2> 158910 T778 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 158911 T778 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 158911 T778 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 158912 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 158912 T778 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 158913 T778 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 158914 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 158914 T778 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 158915 T778 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 158930 T778 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 158931 T778 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 158931 T778 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 158932 T778 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41392/solr
   [junit4]   2> 158932 T778 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 158933 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 158936 T818 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24062df1 name:ZooKeeperConnection Watcher:127.0.0.1:41392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 158937 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 158940 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 158948 T820 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a48dcf9 name:ZooKeeperConnection Watcher:127.0.0.1:41392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 158948 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 158955 T778 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 159958 T778 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41403_a_%2Fm
   [junit4]   2> 159988 T778 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41403_a_%2Fm
   [junit4]   2> 159992 T802 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 159992 T807 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 159992 T820 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 160000 T778 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058
   [junit4]   2> 160003 T778 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058/conf/
   [junit4]   2> 161107 T778 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 161108 T778 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 161109 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 162149 T778 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 162150 T778 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 162153 T778 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 162155 T778 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:41408
   [junit4]   2> 162157 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 162157 T778 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 162158 T778 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452
   [junit4]   2> 162158 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452/'
   [junit4]   2> 162184 T778 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452/solr.xml
   [junit4]   2> 162244 T778 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452
   [junit4]   2> 162245 T778 oasc.CoreContainer.<init> New CoreContainer 819013670
   [junit4]   2> 162245 T778 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452/]
   [junit4]   2> 162247 T778 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 162247 T778 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 162247 T778 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 162248 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 162248 T778 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 162249 T778 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 162249 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 162249 T778 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 162250 T778 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 162261 T778 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 162262 T778 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 162262 T778 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 162263 T778 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41392/solr
   [junit4]   2> 162263 T778 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 162264 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 162304 T832 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f31a0ae name:ZooKeeperConnection Watcher:127.0.0.1:41392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 162304 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 162318 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 162354 T834 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fb60123 name:ZooKeeperConnection Watcher:127.0.0.1:41392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 162355 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 162360 T778 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 163363 T778 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41408_a_%2Fm
   [junit4]   2> 163391 T778 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41408_a_%2Fm
   [junit4]   2> 163395 T807 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 163396 T834 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 163395 T802 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 163395 T820 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 163403 T778 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452
   [junit4]   2> 163430 T778 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452/conf/
   [junit4]   2> 164032 T778 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 164033 T778 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 164034 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 164937 T778 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 164939 T778 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 164944 T778 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 164946 T778 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:41412
   [junit4]   2> 164949 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 164949 T778 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 164950 T778 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393392271376
   [junit4]   2> 164950 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393392271376/'
   [junit4]   2> 164991 T778 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393392271376/solr.xml
   [junit4]   2> 165071 T778 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393392271376
   [junit4]   2> 165072 T778 oasc.CoreContainer.<init> New CoreContainer 438299497
   [junit4]   2> 165072 T778 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393392271376/]
   [junit4]   2> 165074 T778 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 165075 T778 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 165075 T778 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 165076 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 165076 T778 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 165077 T778 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 165077 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 165078 T778 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 165078 T778 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 165094 T778 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 165095 T778 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 165095 T778 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 165096 T778 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41392/solr
   [junit4]   2> 165097 T778 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 165098 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 165111 T846 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1681b50e name:ZooKeeperConnection Watcher:127.0.0.1:41392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 165111 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 165119 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 165122 T848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53c3dcdc name:ZooKeeperConnection Watcher:127.0.0.1:41392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 165122 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 165137 T778 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 166140 T778 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41412_a_%2Fm
   [junit4]   2> 166143 T778 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41412_a_%2Fm
   [junit4]   2> 166147 T807 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 166147 T834 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 166147 T848 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 166147 T802 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 166147 T820 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 166160 T778 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393392271376
   [junit4]   2> 167063 T778 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1393392271376/conf/
   [junit4]   2> 167111 T778 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 167112 T778 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 167112 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 167775 T778 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 167776 T778 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 167780 T778 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 167781 T778 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:41419
   [junit4]   2> 167783 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 167784 T778 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 167784 T778 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393392274454
   [junit4]   2> 167784 T778 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393392274454/'
   [junit4]   2> 167809 T778 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393392274454/solr.xml
   [junit4]   2> 167860 T778 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393392274454
   [junit4]   2> 167861 T778 oasc.CoreContainer.<init> New CoreContainer 549792000
   [junit4]   2> 167862 T778 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393392274454/]
   [junit4]   2> 167863 T778 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 167863 T778 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 167864 T778 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 167864 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 167864 T778 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 167865 T778 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 167865 T778 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 167865 T778 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 167866 T778 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 167875 T778 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 167875 T778 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 167875 T778 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 167876 T778 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41392/solr
   [junit4]   2> 167876 T778 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 167877 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 167881 T860 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ee34a3c name:ZooKeeperConnection Watcher:127.0.0.1:41392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 167881 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 167884 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 167886 T862 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@654339ed name:ZooKeeperConnection Watcher:127.0.0.1:41392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 167886 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 167913 T778 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 168915 T778 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41419_a_%2Fm
   [junit4]   2> 168934 T778 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41419_a_%2Fm
   [junit4]   2> 168939 T807 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 168939 T848 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 168939 T834 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 168939 T862 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 168939 T820 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 168939 T802 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 168948 T778 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393392274454
   [junit4]   2> 168954 T778 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1393392274454/conf/
   [junit4]   2> 169879 T778 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 169880 T778 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 169881 T778 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 169998 T810 oasc.ZkController.publish publishing core=unloadcollection1 state=down
   [junit4]   2> 170001 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170001 T810 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 170003 T803 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 170004 T803 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:41403/a_/m",
   [junit4]   2> 	  "core":"unloadcollection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41403_a_%2Fm",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 170005 T803 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with shards [shard1]
   [junit4]   2> 170011 T803 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 170015 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170024 T807 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> 170024 T848 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> 170024 T834 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> 170024 T862 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> 170024 T802 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> 170024 T820 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> 171003 T810 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for unloadcollection1
   [junit4]   2> 171005 T810 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058/unloadcollection1
   [junit4]   2> 171005 T810 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
   [junit4]   2> 171006 T810 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
   [junit4]   2> 171007 T810 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 171008 T810 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 171008 T810 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
   [junit4]   2> 171011 T810 oascc.ZkStateReader.readConfigName Load collection config from:/collections/unloadcollection
   [junit4]   2> 171012 T810 oascc.ZkStateReader.readConfigName path=/collections/unloadcollection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 171013 T810 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058/unloadcollection1/'
   [junit4]   2> 171077 T810 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 171122 T810 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 171223 T810 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 171237 T810 oass.IndexSchema.readSchema [unloadcollection1] Schema name=test
   [junit4]   2> 171843 T810 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 171844 T810 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 171845 T810 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 171858 T810 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 171862 T810 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 171884 T810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 171889 T810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 171894 T810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 171895 T810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 171896 T810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 171896 T810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 171898 T810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 171898 T810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 171899 T810 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 171899 T810 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1393392265058/unloadcollection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392277226unloadcollection1_1n/
   [junit4]   2> 171900 T810 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@40e455bf
   [junit4]   2> 171901 T810 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392277226unloadcollection1_1n
   [junit4]   2> 171902 T810 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392277226unloadcollection1_1n/index/
   [junit4]   2> 171902 T810 oasc.SolrCore.initIndex WARN [unloadcollection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392277226unloadcollection1_1n/index' doesn't exist. Creating new index...
   [junit4]   2> 171903 T810 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392277226unloadcollection1_1n/index
   [junit4]   2> 171904 T810 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=15.6240234375, floorSegmentMB=1.87890625, forceMergeDeletesPctAllowed=9.758341817332527, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.268449828102279
   [junit4]   2> 171905 T810 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@26cb216f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4eeef7),segFN=segments_1,generation=1}
   [junit4]   2> 171905 T810 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 171910 T810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 171911 T810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 171912 T810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 171912 T810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 171913 T810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 171913 T810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 171914 T810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 171914 T810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 171915 T810 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 171916 T810 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 171917 T810 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 171917 T810 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 171918 T810 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 171918 T810 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 171919 T810 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 171920 T810 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 171930 T810 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 171935 T810 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 171936 T810 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 171936 T810 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=0.8447265625, floorSegmentMB=0.5361328125, forceMergeDeletesPctAllowed=27.39812253489654, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5079149012110958
   [junit4]   2> 171937 T810 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@26cb216f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4eeef7),segFN=segments_1,generation=1}
   [junit4]   2> 171938 T810 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 171938 T810 oass.SolrIndexSearcher.<init> Opening Searcher@c302723[unloadcollection1] main
   [junit4]   2> 171943 T865 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@c302723[unloadcollection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 171945 T810 oasc.CoreContainer.registerCore registering core: unloadcollection1
   [junit4]   2> 171946 T810 oasc.ZkController.register Register replica - core:unloadcollection1 address:https://127.0.0.1:41403/a_/m collection:unloadcollection shard:shard1
   [junit4]   2> 171948 T810 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
   [junit4]   2> 171972 T810 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 171975 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 171976 T810 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 171976 T810 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C52 name=unloadcollection1 org.apache.solr.core.SolrCore@3e9b69e6 url=https://127.0.0.1:41403/a_/m/unloadcollection1 node=127.0.0.1:41403_a_%2Fm C52_STATE=coll:unloadcollection core:unloadcollection1 props:{state=down, base_url=https://127.0.0.1:41403/a_/m, core=unloadcollection1, node_name=127.0.0.1:41403_a_%2Fm}
   [junit4]   2> 171977 T810 C52 P41403 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:41403/a_/m/unloadcollection1/
   [junit4]   2> 171977 T803 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 171978 T810 C52 P41403 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 171978 T810 C52 P41403 oasc.SyncStrategy.syncToMe https://127.0.0.1:41403/a_/m/unloadcollection1/ has no replicas
   [junit4]   2> 171979 T810 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:41403/a_/m/unloadcollection1/ shard1
   [junit4]   2> 171979 T810 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
   [junit4]   2> 171987 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 171995 T820 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> 171996 T848 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> 171996 T862 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> 171996 T802 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> 171996 T834 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> 171995 T807 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> 172009 T803 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 172012 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 172116 T807 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> 172117 T848 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> 172117 T834 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> 172116 T802 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> 172116 T820 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> 172116 T862 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> 172161 T810 oasc.ZkController.register We are https://127.0.0.1:41403/a_/m/unloadcollection1/ and leader is https://127.0.0.1:41403/a_/m/unloadcollection1/
   [junit4]   2> 172161 T810 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=https://127.0.0.1:41403/a_/m
   [junit4]   2> 172162 T810 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 172162 T810 oasc.ZkController.publish publishing core=unloadcollection1 state=active
   [junit4]   2> 172165 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 172165 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 172165 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 172165 T810 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 172167 T810 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=1&name=unloadcollection1&action=CREATE&collection=unloadcollection&dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392277226unloadcollection1_1n&wt=javabin&version=2} status=0 QTime=2172 
   [junit4]   2> 172167 T803 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 172168 T803 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:41403/a_/m",
   [junit4]   2> 	  "core":"unloadcollection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41403_a_%2Fm",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 172171 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 172171 T778 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 172180 T868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@403f1e93 name:ZooKeeperConnection Watcher:127.0.0.1:41392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 172181 T778 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 172182 T778 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 172185 T778 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 172338 T820 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> 172339 T848 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> 172339 T824 oasc.ZkController.publish publishing core=unloadcollection2 state=down
   [junit4]   2> 172339 T834 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> 172338 T802 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> 172338 T868 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> 172338 T807 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> 172338 T862 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> 172340 T824 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 172359 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 172359 T824 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 172360 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 172360 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 172362 T803 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 172363 T803 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:41408/a_/m",
   [junit4]   2> 	  "core":"unloadcollection2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41408_a_%2Fm",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 172363 T803 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 172364 T803 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 172367 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 172475 T820 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> 172475 T848 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> 172475 T834 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> 172475 T802 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> 172475 T868 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> 172475 T807 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> 172475 T862 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> 173361 T824 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for unloadcollection2
   [junit4]   2> 173363 T824 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: ./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452/unloadcollection2
   [junit4]   2> 173363 T824 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
   [junit4]   2> 173365 T824 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 173365 T824 oascc.ZkStateReader.readConfigName Load collection config from:/collections/unloadcollection
   [junit4]   2> 173366 T824 oascc.ZkStateReader.readConfigName path=/collections/unloadcollection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 173367 T824 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452/unloadcollection2/'
   [junit4]   2> 173425 T824 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 173493 T824 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 173595 T824 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 173608 T824 oass.IndexSchema.readSchema [unloadcollection2] Schema name=test
   [junit4]   2> 174210 T824 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 174211 T824 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 174212 T824 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 174222 T824 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 174226 T824 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 174243 T824 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 174249 T824 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 174253 T824 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 174255 T824 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 174255 T824 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 174256 T824 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 174257 T824 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 174258 T824 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 174258 T824 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 174259 T824 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at ./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1393392268452/unloadcollection2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392279529unloadcollection1_2n/
   [junit4]   2> 174259 T824 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@40e455bf
   [junit4]   2> 174261 T824 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392279529unloadcollection1_2n
   [junit4]   2> 174261 T824 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392279529unloadcollection1_2n/index/
   [junit4]   2> 174262 T824 oasc.SolrCore.initIndex WARN [unloadcollection2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392279529unloadcollection1_2n/index' doesn't exist. Creating new index...
   [junit4]   2> 174262 T824 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392279529unloadcollection1_2n/index
   [junit4]   2> 174263 T824 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=15.6240234375, floorSegmentMB=1.87890625, forceMergeDeletesPctAllowed=9.758341817332527, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.268449828102279
   [junit4]   2> 174264 T824 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@435792a0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f0119bb),segFN=segments_1,generation=1}
   [junit4]   2> 174265 T824 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 174270 T824 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 174270 T824 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 174271 T824 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 174271 T824 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 174272 T824 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 174272 T824 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 174273 T824 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 174274 T824 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 174274 T824 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 174275 T824 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 174276 T824 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 174276 T824 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 174277 T824 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 174278 T824 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 174278 T824 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 174279 T824 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 174281 T824 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 174287 T824 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 174287 T824 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 174288 T824 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=0.8447265625, floorSegmentMB=0.5361328125, forceMergeDeletesPctAllowed=27.39812253489654, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5079149012110958
   [junit4]   2> 174289 T824 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@435792a0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f0119bb),segFN=segments_1,generation=1}
   [junit4]   2> 174290 T824 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 174290 T824 oass.SolrIndexSearcher.<init> Opening Searcher@4c60db08[unloadcollection2] main
   [junit4]   2> 174294 T870 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@4c60db08[unloadcollection2] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 174297 T824 oasc.CoreContainer.registerCore registering core: unloadcollection2
   [junit4]   2> 174297 T824 oasc.ZkController.register Register replica - core:unloadcollection2 address:https://127.0.0.1:41408/a_/m collection:unloadcollection shard:shard1
   [junit4]   2> 174327 T824 oasc.ZkController.register We are https://127.0.0.1:41408/a_/m/unloadcollection2/ and leader is https://127.0.0.1:41403/a_/m/unloadcollection1/
   [junit4]   2> 174327 T824 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=https://127.0.0.1:41408/a_/m
   [junit4]   2> 174328 T824 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
   [junit4]   2> 174328 T824 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C53 name=unloadcollection2 org.apache.solr.core.SolrCore@7a4c18ac url=https://127.0.0.1:41408/a_/m/unloadcollection2 node=127.0.0.1:41408_a_%2Fm C53_STATE=coll:unloadcollection core:unloadcollection2 props:{state=down, base_url=https://127.0.0.1:41408/a_/m, core=unloadcollection2, node_name=127.0.0.1:41408_a_%2Fm}
   [junit4]   2> 174329 T872 C53 P41408 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
   [junit4]   2> 174330 T872 C53 P41408 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 174330 T824 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 174330 T872 C53 P41408 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
   [junit4]   2> 174331 T872 C53 P41408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 174331 T824 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={name=unloadcollection2&action=CREATE&collection=unloadcollection&dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1393392262355/1393392279529unloadcollection1_2n&wt=javabin&version=2} status=0 QTime=2034 
   [junit4]   2> 174332 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 174332 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 174333 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 174333 T778 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 174334 T778 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):330
   [junit4]   2> 174334 T803 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 174335 T778 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 174336 T803 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:41408/a_/m",
   [junit4]   2> 	  "core":"unloadcollection2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41408_a_%2Fm",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 174340 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 174349 T820 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> 174350 T848 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> 174350 T862 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> 174349 T807 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> 174350 T834 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> 174350 T802 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> 174350 T868 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> 174444 T811 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 174444 T811 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 174445 T811 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=core_node2&onlyIfLeaderActive=true&state=recovering&nodeName=127.0.0.1:41408_a_%252Fm&action=PREPRECOVERY&checkLive=true&core=unloadcollection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1 
   [junit4]   2> 175338 T778 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 176340 T778 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2>  C53_STATE=coll:unloadcollection core:unloadcollection2 props:{state=recovering, base_url=https://127.0.0.1:41408/a_/m, core=unloadcollection2, node_name=127.0.0.1:41408_a_%2Fm}
   [junit4]   2> 176447 T872 C53 P41408 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from https://127.0.0.1:41403/a_/m/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
   [junit4]   2> 176447 T872 C53 P41408 oasu.PeerSync.sync PeerSync: core=unloadcollection2 url=https://127.0.0.1:41408/a_/m START replicas=[https://127.0.0.1:41403/a_/m/unloadcollection1/] nUpdates=100
   [junit4]   2> 176448 T872 C53 P41408 oasu.PeerSync.sync WARN no frame of reference to tell if we've missed updates
   [junit4]   2> 176448 T872 C53 P41408 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection2
   [junit4]   2> 176449 T872 C53 P41408 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection2
   [junit4]   2> 176449 T872 C53 P41408 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection2
   [junit4]   2> 176449 T872 C53 P41408 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 176450 T872 C53 P41408 oasc.RecoveryStrategy.replicate Attempting to replicate from https://127.0.0.1:41403/a_/m/unloadcollection1/. core=unloadcollection2
   [junit4]   2> ASYNC  NEW_CORE C54 name=unloadcollection1 org.apache.solr.core.SolrCore@3e9b69e6 url=https://127.0.0.1:41403/a_/m/unloadcollection1 node=127.0.0.1:41403_a_%2Fm C54_STATE=coll:unloadcollection core:unloadcollection1 props:{state=active, base_url=https://127.0.0.1:41403/a_/m, core=unloadcollection1, node_name=127.0.0.1:41403_a_%2Fm, leader=true}
   [junit4]   2> 176557 T812 C54 P41403 oasc.SolrCore.execute [unloadcollection1] webapp=/a_/m path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
   [junit4]   2> 176560 T813 C54 P41403 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 176560 T813 C54 P41403 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 176561 T813 C54 P41403 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 176561 T813 C54 P41403 oasup.LogUpdateProcessor.finish [unloadcollection1] webapp=/a_/m path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 2
   [junit4]   2> 176563 T872 C53 P41408 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 176565 T872 C53 P41408 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 176673 T814 C54 P41403 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 176673 T814 C54 P41403 oasc.SolrCore.execute [unloadcollection1] webapp=/a_/m path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 176675 T872 C53 P41408 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection2
   [junit4]   2> 176675 T872 C53 P41408 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection2
   [junit4]   2> 176675 T872 C53 P41408 oasc.ZkController.publish publishing core=unloadcollection2 state=active
   [junit4]   2> 176676 T872 C53 P41408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 176678 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 176678 T872 C53 P41408 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection2
   [junit4]   2> 176679 T803 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 176680 T803 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:41408/a_/m",
   [junit4]   2> 	  "core":"unloadcollection2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41408_a_%2Fm",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"unloadcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 176691 T802 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 176692 T807 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> 176692 T834 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> 176692 T848 oascc.ZkStateReader$2.process A cluster sta

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

java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> 	  61) Thread[id=3549, name=searcherExecutor-2035-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> NOTE: test params are: codec=Lucene3x, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=be_BY, timezone=Europe/Berlin
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=63,free=240647064,total=520159232
   [junit4]   2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, HdfsBasicDistributedZk2Test, TestQueryTypes, TestStressLucene, TestCoreDiscovery, TestNumberUtils, TestCollationField, IndexBasedSpellCheckerTest, TestSchemaSimilarityResource, SolrCmdDistributorTest, SuggesterTSTTest, SpellingQueryConverterTest, TestRangeQuery, TestFileDictionaryLookup, AlternateDirectoryTest, ChaosMonkeyNothingIsSafeTest, HdfsSyncSliceTest, FullSolrCloudDistribCmdsTest, TermVectorComponentDistributedTest, TestInfoStreamLogging, BadCopyFieldTest, SolrCoreCheckLockOnStartupTest, TestFieldResource, UniqFieldsUpdateProcessorFactoryTest, TestRTGBase, RequiredFieldsTest, ChangedSchemaMergeTest, XmlUpdateRequestHandlerTest, TestBinaryResponseWriter, ShardRoutingCustomTest, DistanceFunctionTest, TestCopyFieldCollectionResource, PingRequestHandlerTest, TestStressRecovery, TestCollapseQParserPlugin, DisMaxRequestHandlerTest, TestArbitraryIndexDir, TestPhraseSuggestions, OpenCloseCoreStressTest, PrimUtilsTest, TestUtils, TestIndexSearcher, DirectSolrSpellCheckerTest, TestCloudManagedSchema, TestSolrQueryParserDefaultOperatorResource, TestClassNameShortening, SimplePostToolTest, TestDistribDocBasedVersion, TestSchemaNameResource, TestRecoveryHdfs, TestCollationKeyRangeQueries, CoreContainerCoreInitFailuresTest, DebugComponentTest, TestSchemaResource, TestFastWriter, TestFastOutputStream, TestCSVResponseWriter, TestFastLRUCache, FileUtilsTest, BadIndexSchemaTest, TestQuerySenderNoQuery, ZkSolrClientTest, MultiTermTest, CursorPagingTest, TestFoldingMultitermQuery, JSONWriterTest, CollectionsAPIDistributedZkTest, RAMDirectoryFactoryTest, NumericFieldsTest, TestFiltering, TestDefaultSimilarityFactory, TestSolr4Spatial, TestComponentsName, TestSolrXmlPersistence, TestReloadAndDeleteDocs, TestSimpleQParserPlugin, TestCollationFieldDocValues, LeaderElectionIntegrationTest, TestStressReorder, TestQuerySenderListener, BlockDirectoryTest, NotRequiredUniqueKeyTest, DocumentAnalysisRequestHandlerTest, TestMultiCoreConfBootstrap, TestNonDefinedSimilarityFactory, TestWordDelimiterFilterFactory, TestIndexingPerformance, TestLazyCores, TestAnalyzedSuggestions, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.seed=13129AD5E8975050 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be_BY -Dtests.timezone=Europe/Berlin -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | ChaosMonkeySafeLeaderTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([13129AD5E8975050]:0)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7240, name=Thread-2481, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    > Caused by: org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Error opening new searcher
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([13129AD5E8975050]:0)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:827)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler$2.run(CoreAdminHandler.java:774)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:844)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:630)
   [junit4]    > 	at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:244)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:595)
   [junit4]    > 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:258)
   [junit4]    > 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:250)
   [junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
   [junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:679)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1521)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1633)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:827)
   [junit4]    > 	... 13 more
   [junit4]    > Caused by: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1393393107841/jetty12/index/_0.si (No such file or directory)
   [junit4]    > 	at java.io.RandomAccessFile.open(Native Method)
   [junit4]    > 	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexInput.<init>(FSDirectory.java:382)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.<init>(NIOFSDirectory.java:127)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:80)
   [junit4]    > 	at org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoReader.read(Lucene3xSegmentInfoReader.java:103)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:340)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:404)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:843)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:694)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:400)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:741)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:77)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
   [junit4]    > 	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:267)
   [junit4]    > 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:110)
   [junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1484)
   [junit4]    > 	... 15 more
   [junit4] Completed on J1 in 7224.53s, 1 test, 3 errors <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:471: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:451: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/common-build.xml:490: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:1278: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:911: There were test failures: 363 suites, 1565 tests, 2 suite-level errors, 2 errors, 35 ignored (7 assumptions)

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



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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/2321/

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

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:60756/_k/collection1, https://127.0.0.1:60793/_k/collection1, https://127.0.0.1:60773/_k/collection1, https://127.0.0.1:60744/_k/collection1]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:60756/_k/collection1, https://127.0.0.1:60793/_k/collection1, https://127.0.0.1:60773/_k/collection1, https://127.0.0.1:60744/_k/collection1]
	at __randomizedtesting.SeedInfo.seed([32918C923B287AF8:B377028A4C771AC4]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:387)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:635)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:217)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: no servers hosting shard: 
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:497)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:302)
	... 45 more




Build Log:
[...truncated 9754 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> 529209 T740 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 529210 T740 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_k/
   [junit4]   2> 529217 T740 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./solrtest-ChaosMonkeyNothingIsSafeTest-1393476936318
   [junit4]   2> 529218 T740 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 529219 T741 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 529320 T740 oasc.ZkTestServer.run start zk server on port:60733
   [junit4]   2> 529321 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 529329 T747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@538bc255 name:ZooKeeperConnection Watcher:127.0.0.1:60733 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 529329 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 529329 T740 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 529366 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 529372 T749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@235fb18d name:ZooKeeperConnection Watcher:127.0.0.1:60733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 529373 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 529373 T740 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 529385 T740 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 529388 T740 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 529391 T740 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 529394 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 529395 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 529401 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 529402 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 529505 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 529506 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 529510 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 529511 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 529519 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 529520 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 529524 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 529524 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 529528 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 529529 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 529532 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 529533 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 529537 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 529538 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 529542 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 529543 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 529546 T740 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 529547 T740 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 529552 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 529555 T751 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37c9078e name:ZooKeeperConnection Watcher:127.0.0.1:60733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 529555 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 530711 T740 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 530717 T740 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 530720 T740 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:60740
   [junit4]   2> 530723 T740 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 530723 T740 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 530724 T740 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658
   [junit4]   2> 530724 T740 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658/'
   [junit4]   2> 530762 T740 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658/solr.xml
   [junit4]   2> 530840 T740 oasc.CoreContainer.<init> New CoreContainer 1549227498
   [junit4]   2> 530841 T740 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658/]
   [junit4]   2> 530843 T740 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 530843 T740 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 530844 T740 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 530844 T740 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 530845 T740 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 530845 T740 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 530846 T740 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 530846 T740 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 530846 T740 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 530862 T740 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 530862 T740 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 530862 T740 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 530863 T740 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60733/solr
   [junit4]   2> 530863 T740 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 530864 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 530870 T762 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dc02a4a name:ZooKeeperConnection Watcher:127.0.0.1:60733 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 530870 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 530873 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 530886 T764 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61ab196b name:ZooKeeperConnection Watcher:127.0.0.1:60733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 530886 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 530889 T740 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 530894 T740 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 530905 T740 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 530907 T740 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60740__k
   [junit4]   2> 530909 T740 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60740__k
   [junit4]   2> 530919 T740 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 530922 T740 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 530935 T740 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:60740__k
   [junit4]   2> 530936 T740 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 530939 T740 oasc.Overseer.start Overseer (id=91322904499126276-127.0.0.1:60740__k-n_0000000000) starting
   [junit4]   2> 530944 T740 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 530956 T766 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 530956 T740 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 530957 T766 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 530960 T740 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 530962 T740 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 530965 T765 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 530969 T767 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 530969 T767 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 530971 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530971 T767 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 530972 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 530973 T765 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60740/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60740__k",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 530973 T765 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 530973 T765 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 530976 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 530984 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 531972 T767 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 531972 T767 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658/collection1
   [junit4]   2> 531972 T767 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 531973 T767 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 531974 T767 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 531975 T767 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 531975 T767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658/collection1/'
   [junit4]   2> 531976 T767 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658/collection1/lib/README' to classloader
   [junit4]   2> 531977 T767 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658/collection1/lib/classes/' to classloader
   [junit4]   2> 531977 T767 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658/collection1/lib/.svn/' to classloader
   [junit4]   2> 532046 T767 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 532113 T767 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 532214 T767 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 532225 T767 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 532803 T767 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 532807 T767 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 532809 T767 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 532815 T767 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 532843 T767 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 532844 T767 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393476936658/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/control/data/
   [junit4]   2> 532844 T767 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@595fad30
   [junit4]   2> 532846 T767 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/control/data
   [junit4]   2> 532847 T767 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/control/data/index/
   [junit4]   2> 532848 T767 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 532850 T767 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/control/data/index
   [junit4]   2> 532851 T767 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=88.7763671875, floorSegmentMB=0.3330078125, forceMergeDeletesPctAllowed=7.177362066721167, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 532881 T767 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 532882 T767 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 532885 T767 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 532886 T767 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 532886 T767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 532887 T767 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 532887 T767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 532887 T767 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 532888 T767 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 532888 T767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 532888 T767 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 532889 T767 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 532889 T767 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 532890 T767 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 532890 T767 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 532891 T767 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 532891 T767 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 532892 T767 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 532903 T767 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 532907 T767 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 532907 T767 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 532908 T767 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=43.2021484375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=24.47420527999264, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.495186124840282
   [junit4]   2> 532910 T767 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 532910 T767 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 532911 T767 oass.SolrIndexSearcher.<init> Opening Searcher@271a3f77[collection1] main
   [junit4]   2> 532914 T768 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@271a3f77[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 532916 T767 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 532917 T740 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 532917 T740 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 532917 T771 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:60740/_k collection:control_collection shard:shard1
   [junit4]   2> 532919 T771 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 532923 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 532931 T773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cf1163f name:ZooKeeperConnection Watcher:127.0.0.1:60733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 532931 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 532934 T740 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 532945 T771 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 532945 T740 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 532956 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 532956 T771 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 532957 T771 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C349 name=collection1 org.apache.solr.core.SolrCore@3c48d394 url=https://127.0.0.1:60740/_k/collection1 node=127.0.0.1:60740__k C349_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:60740/_k, core=collection1, node_name=127.0.0.1:60740__k}
   [junit4]   2> 532957 T771 C349 P60740 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:60740/_k/collection1/
   [junit4]   2> 532957 T771 C349 P60740 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 532957 T771 C349 P60740 oasc.SyncStrategy.syncToMe https://127.0.0.1:60740/_k/collection1/ has no replicas
   [junit4]   2> 532958 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 532958 T771 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:60740/_k/collection1/ shard1
   [junit4]   2> 532958 T771 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 532971 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 532972 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 532972 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 532993 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 532998 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 533101 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 533101 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 533145 T771 oasc.ZkController.register We are https://127.0.0.1:60740/_k/collection1/ and leader is https://127.0.0.1:60740/_k/collection1/
   [junit4]   2> 533145 T771 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:60740/_k
   [junit4]   2> 533145 T771 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 533145 T771 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 533145 T771 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 533147 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 533147 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 533148 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 533148 T771 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 533149 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 533150 T765 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60740/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60740__k",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 533154 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 533258 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 533258 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 534056 T740 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 534057 T740 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 534060 T740 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 534062 T740 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:60744
   [junit4]   2> 534064 T740 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 534064 T740 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 534064 T740 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046
   [junit4]   2> 534065 T740 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046/'
   [junit4]   2> 534100 T740 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046/solr.xml
   [junit4]   2> 534167 T740 oasc.CoreContainer.<init> New CoreContainer 40392666
   [junit4]   2> 534168 T740 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046/]
   [junit4]   2> 534169 T740 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 534169 T740 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 534170 T740 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 534170 T740 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 534170 T740 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 534171 T740 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 534171 T740 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 534171 T740 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 534172 T740 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 534191 T740 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 534191 T740 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 534192 T740 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 534192 T740 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60733/solr
   [junit4]   2> 534193 T740 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 534194 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 534196 T784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@edc40b1 name:ZooKeeperConnection Watcher:127.0.0.1:60733 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 534196 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 534199 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 534207 T786 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dbef480 name:ZooKeeperConnection Watcher:127.0.0.1:60733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 534207 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 534213 T740 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 535216 T740 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60744__k
   [junit4]   2> 535222 T740 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60744__k
   [junit4]   2> 535226 T773 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 535226 T786 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 535226 T764 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 535245 T787 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 535245 T787 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 535246 T787 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 535246 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 535247 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 535247 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 535248 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 535249 T765 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60744/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60744__k",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 535249 T765 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 535249 T765 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 535253 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 535255 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 535255 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 535255 T786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 536247 T787 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 536247 T787 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046/collection1
   [junit4]   2> 536247 T787 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 536248 T787 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 536248 T787 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 536250 T787 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 536250 T787 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046/collection1/'
   [junit4]   2> 536251 T787 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046/collection1/lib/.svn/' to classloader
   [junit4]   2> 536252 T787 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046/collection1/lib/README' to classloader
   [junit4]   2> 536253 T787 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046/collection1/lib/classes/' to classloader
   [junit4]   2> 536322 T787 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 536391 T787 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 536492 T787 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 536503 T787 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 537077 T787 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 537082 T787 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 537084 T787 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 537090 T787 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 537117 T787 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 537118 T787 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393476940046/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty1/
   [junit4]   2> 537118 T787 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@595fad30
   [junit4]   2> 537120 T787 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty1
   [junit4]   2> 537120 T787 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty1/index/
   [junit4]   2> 537121 T787 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 537123 T787 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty1/index
   [junit4]   2> 537123 T787 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=88.7763671875, floorSegmentMB=0.3330078125, forceMergeDeletesPctAllowed=7.177362066721167, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 537128 T787 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 537128 T787 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 537133 T787 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 537133 T787 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 537134 T787 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 537134 T787 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 537134 T787 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 537135 T787 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 537135 T787 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 537136 T787 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 537136 T787 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 537137 T787 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 537137 T787 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 537138 T787 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 537138 T787 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 537139 T787 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 537139 T787 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 537140 T787 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 537151 T787 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 537156 T787 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 537156 T787 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 537157 T787 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=43.2021484375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=24.47420527999264, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.495186124840282
   [junit4]   2> 537159 T787 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 537159 T787 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 537160 T787 oass.SolrIndexSearcher.<init> Opening Searcher@501a7f06[collection1] main
   [junit4]   2> 537164 T788 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@501a7f06[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 537167 T787 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 537168 T740 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 537168 T740 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 537168 T791 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:60744/_k collection:collection1 shard:shard1
   [junit4]   2> 537170 T791 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 537195 T791 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 537205 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 537205 T791 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 537206 T791 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C350 name=collection1 org.apache.solr.core.SolrCore@60fd0a7c url=https://127.0.0.1:60744/_k/collection1 node=127.0.0.1:60744__k C350_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:60744/_k, core=collection1, node_name=127.0.0.1:60744__k}
   [junit4]   2> 537206 T791 C350 P60744 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:60744/_k/collection1/
   [junit4]   2> 537206 T791 C350 P60744 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 537206 T791 C350 P60744 oasc.SyncStrategy.syncToMe https://127.0.0.1:60744/_k/collection1/ has no replicas
   [junit4]   2> 537207 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 537207 T791 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:60744/_k/collection1/ shard1
   [junit4]   2> 537207 T791 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 537218 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 537220 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 537220 T786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 537220 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 537231 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 537239 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 537343 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 537343 T786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 537343 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 537382 T791 oasc.ZkController.register We are https://127.0.0.1:60744/_k/collection1/ and leader is https://127.0.0.1:60744/_k/collection1/
   [junit4]   2> 537382 T791 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:60744/_k
   [junit4]   2> 537382 T791 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 537382 T791 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 537383 T791 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 537384 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 537385 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 537385 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 537385 T791 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 537386 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 537387 T765 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60744/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60744__k",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 537391 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 537496 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 537496 T786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 537496 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 538335 T740 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 538336 T740 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 538340 T740 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 538341 T740 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:60750
   [junit4]   2> 538343 T740 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 538343 T740 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 538344 T740 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271
   [junit4]   2> 538344 T740 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271/'
   [junit4]   2> 538379 T740 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271/solr.xml
   [junit4]   2> 538445 T740 oasc.CoreContainer.<init> New CoreContainer 409000481
   [junit4]   2> 538445 T740 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271/]
   [junit4]   2> 538447 T740 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 538447 T740 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 538447 T740 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 538447 T740 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 538448 T740 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 538448 T740 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 538448 T740 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 538449 T740 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 538449 T740 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 538459 T740 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 538459 T740 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 538460 T740 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 538460 T740 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60733/solr
   [junit4]   2> 538460 T740 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 538461 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 538464 T802 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e6a47aa name:ZooKeeperConnection Watcher:127.0.0.1:60733 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 538465 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 538474 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 538476 T804 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74897d3b name:ZooKeeperConnection Watcher:127.0.0.1:60733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 538477 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 538483 T740 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 539487 T740 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60750__k
   [junit4]   2> 539490 T740 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60750__k
   [junit4]   2> 539494 T773 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 539494 T786 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 539494 T764 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 539494 T804 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 539512 T805 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 539512 T805 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 539514 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 539514 T805 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 539514 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 539515 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 539516 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 539517 T765 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60750/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60750__k",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 539517 T765 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 539518 T765 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 539522 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 539524 T804 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 539524 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 539524 T786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 539524 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 540516 T805 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 540516 T805 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271/collection1
   [junit4]   2> 540516 T805 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 540517 T805 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 540517 T805 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 540519 T805 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 540519 T805 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271/collection1/'
   [junit4]   2> 540520 T805 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271/collection1/lib/classes/' to classloader
   [junit4]   2> 540521 T805 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271/collection1/lib/.svn/' to classloader
   [junit4]   2> 540521 T805 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271/collection1/lib/README' to classloader
   [junit4]   2> 540591 T805 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 540666 T805 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 540768 T805 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 540778 T805 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 541332 T805 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 541336 T805 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 541338 T805 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 541344 T805 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 541372 T805 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 541373 T805 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393476944271/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty2/
   [junit4]   2> 541373 T805 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@595fad30
   [junit4]   2> 541374 T805 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty2
   [junit4]   2> 541375 T805 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty2/index/
   [junit4]   2> 541376 T805 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 541377 T805 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty2/index
   [junit4]   2> 541378 T805 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=88.7763671875, floorSegmentMB=0.3330078125, forceMergeDeletesPctAllowed=7.177362066721167, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 541382 T805 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 541382 T805 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 541387 T805 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 541387 T805 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 541388 T805 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 541388 T805 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 541388 T805 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 541389 T805 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 541389 T805 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 541389 T805 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 541390 T805 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 541390 T805 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 541391 T805 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 541391 T805 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 541392 T805 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 541393 T805 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 541393 T805 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 541394 T805 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 541404 T805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 541408 T805 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 541409 T805 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 541410 T805 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=43.2021484375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=24.47420527999264, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.495186124840282
   [junit4]   2> 541411 T805 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 541412 T805 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 541412 T805 oass.SolrIndexSearcher.<init> Opening Searcher@492848bf[collection1] main
   [junit4]   2> 541417 T806 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@492848bf[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 541420 T805 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 541421 T740 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 541421 T740 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 541421 T809 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:60750/_k collection:collection1 shard:shard2
   [junit4]   2> 541423 T809 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 541439 T809 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 541450 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 541451 T809 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 541451 T809 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C351 name=collection1 org.apache.solr.core.SolrCore@499e542d url=https://127.0.0.1:60750/_k/collection1 node=127.0.0.1:60750__k C351_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:60750/_k, core=collection1, node_name=127.0.0.1:60750__k}
   [junit4]   2> 541451 T809 C351 P60750 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:60750/_k/collection1/
   [junit4]   2> 541452 T809 C351 P60750 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 541452 T809 C351 P60750 oasc.SyncStrategy.syncToMe https://127.0.0.1:60750/_k/collection1/ has no replicas
   [junit4]   2> 541452 T809 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:60750/_k/collection1/ shard2
   [junit4]   2> 541452 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 541452 T809 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 541457 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 541467 T804 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541467 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541467 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541467 T786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541473 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 541477 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 541581 T804 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541581 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541581 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541581 T786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541623 T809 oasc.ZkController.register We are https://127.0.0.1:60750/_k/collection1/ and leader is https://127.0.0.1:60750/_k/collection1/
   [junit4]   2> 541623 T809 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:60750/_k
   [junit4]   2> 541623 T809 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 541623 T809 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 541624 T809 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 541625 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 541626 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 541626 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 541626 T809 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 541627 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 541628 T765 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60750/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60750__k",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 541632 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 541736 T804 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541736 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541736 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 541736 T786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 542707 T740 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 542708 T740 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 542713 T740 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 542715 T740 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:60756
   [junit4]   2> 542718 T740 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 542719 T740 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 542719 T740 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524
   [junit4]   2> 542720 T740 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524/'
   [junit4]   2> 542770 T740 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524/solr.xml
   [junit4]   2> 542864 T740 oasc.CoreContainer.<init> New CoreContainer 1328543494
   [junit4]   2> 542865 T740 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524/]
   [junit4]   2> 542867 T740 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 542868 T740 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 542868 T740 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 542869 T740 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 542869 T740 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 542870 T740 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 542870 T740 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 542870 T740 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 542871 T740 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 542886 T740 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 542887 T740 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 542887 T740 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 542888 T740 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60733/solr
   [junit4]   2> 542888 T740 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 542889 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 542893 T820 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a46f82b name:ZooKeeperConnection Watcher:127.0.0.1:60733 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 542893 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 542904 T740 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 542906 T822 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2772d440 name:ZooKeeperConnection Watcher:127.0.0.1:60733/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 542906 T740 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 542918 T740 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 543922 T740 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60756__k
   [junit4]   2> 543924 T740 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60756__k
   [junit4]   2> 543928 T804 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 543928 T764 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 543928 T786 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 543928 T773 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 543928 T822 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 543953 T823 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 543953 T823 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 543955 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 543955 T823 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 543955 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 543956 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 543957 T765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 543957 T765 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60756/_k",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60756__k",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 543958 T765 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 543958 T765 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 543960 T764 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 543962 T804 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 543963 T773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 543963 T786 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 543963 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 543962 T822 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 544956 T823 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 544956 T823 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524/collection1
   [junit4]   2> 544956 T823 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 544957 T823 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 544958 T823 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 544959 T823 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 544959 T823 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524/collection1/'
   [junit4]   2> 544960 T823 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524/collection1/lib/README' to classloader
   [junit4]   2> 544961 T823 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524/collection1/lib/.svn/' to classloader
   [junit4]   2> 544962 T823 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524/collection1/lib/classes/' to classloader
   [junit4]   2> 545030 T823 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 545098 T823 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 545199 T823 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 545209 T823 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 545786 T823 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 545791 T823 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 545793 T823 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 545799 T823 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 545826 T823 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 545827 T823 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393476948524/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393476936317/jetty3/
   [junit4]   2> 545827 T823 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding So

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

he.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:188)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:188)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:188)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:188)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:188)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:188)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:188)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:188)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:188)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:399)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:259)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 934102 T890 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 934102 T890 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 934102 T890 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 934102 T890 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 934221 T914 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=sk_SK, timezone=America/Nassau
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=145713312,total=461570048
   [junit4]   2> NOTE: All tests run in this JVM: [TestFiltering, AssignTest, TestSweetSpotSimilarityFactory, TestFastLRUCache, TestStressRecovery, TestDistributedSearch, TestSolrCoreProperties, SuggesterWFSTTest, CursorMarkTest, TestShardHandlerFactory, TestFoldingMultitermQuery, OutputWriterTest, LeaderElectionIntegrationTest, TestCoreDiscovery, TestNonDefinedSimilarityFactory, DocValuesMultiTest, RequestHandlersTest, HdfsBasicDistributedZk2Test, ZkNodePropsTest, HardAutoCommitTest, StatsComponentTest, TestSolrJ, UniqFieldsUpdateProcessorFactoryTest, StandardRequestHandlerTest, FieldAnalysisRequestHandlerTest, TestFastWriter, TestPhraseSuggestions, TestDistribDocBasedVersion, TestArbitraryIndexDir, AlternateDirectoryTest, TestReload, BlockDirectoryTest, BasicZkTest, PluginInfoTest, TestInfoStreamLogging, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed on J1 in 405.79s, 1 test, 1 error <<< FAILURES!

[...truncated 808 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:471: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:451: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/common-build.xml:490: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:1278: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:911: There were test failures: 363 suites, 1566 tests, 1 error, 36 ignored (8 assumptions)

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