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

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_40-ea-b09) - Build # 4402 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4402/
Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseParallelGC (asserts: true)

No tests ran.

Build Log:
[...truncated 9438 lines...]
FATAL: java.io.IOException: Unexpected termination of the channel
hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.abort(Request.java:295)
	at hudson.remoting.Channel.terminate(Channel.java:814)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
	at ......remote call to Windows VBOX(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.Request.call(Request.java:171)
	at hudson.remoting.Channel.call(Channel.java:751)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:179)
	at com.sun.proxy.$Proxy74.join(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:979)
	at hudson.Launcher$ProcStarter.join(Launcher.java:388)
	at hudson.tasks.Ant.perform(Ant.java:217)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
	at hudson.model.Run.execute(Run.java:1759)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2325)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2794)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:801)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:299)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:40)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_40-ea-b09) - Build # 4404 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4404/
Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseParallelGC (asserts: true)

All tests passed

Build Log:
[...truncated 51909 lines...]
-ecj-javadoc-lint-src:
 [ecj-lint] Compiling 687 source files
 [ecj-lint] invalid Class-Path header in manifest of jar file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\org.restlet-2.1.1.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\org.restlet.ext.servlet-2.1.1.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\analysis\LegacyHTMLStripCharFilter.java (at line 72)
 [ecj-lint] 	Reader in = new LegacyHTMLStripCharFilter(
 [ecj-lint] 	       ^^
 [ecj-lint] Resource leak: 'in' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\core\SolrResourceLoader.java (at line 843)
 [ecj-lint] 	final FileOutputStream out = new FileOutputStream(managedSchemaFile);
 [ecj-lint] 	                       ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\handler\AnalysisRequestHandlerBase.java (at line 111)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\handler\AnalysisRequestHandlerBase.java (at line 138)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\handler\ReplicationHandler.java (at line 941)
 [ecj-lint] 	DirectoryReader reader = s==null ? null : s.get().getIndexReader();
 [ecj-lint] 	                ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 6. ERROR in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\handler\RequestHandlerBase.java (at line 240)
 [ecj-lint] 	* @param pluginInfo
 [ecj-lint] 	         ^^^^^^^^^^
 [ecj-lint] Javadoc: Description expected after this reference
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\schema\OpenExchangeRatesOrgProvider.java (at line 140)
 [ecj-lint] 	ratesJsonStream = resourceLoader.openResource(ratesFileLocation);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\search\function\OrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\search\function\ReverseOrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java (at line 218)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java (at line 218)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java (at line 640)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java (at line 640)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13 problems (1 error, 12 warnings)

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:83: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:580: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1913: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1947: Compile failed; see the compiler error output for details.

Total time: 192 minutes 1 second
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseParallelGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_20) - Build # 4403 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4403/
Java: 32bit/jdk1.8.0_20 -client -XX:+UseParallelGC (asserts: true)

2 tests failed.
FAILED:  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([A5975E165C0C2F28]: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([A5975E165C0C2F28]:0)




Build Log:
[...truncated 9793 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\init-core-data-001
   [junit4]   2> 3661714 T9370 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 3661715 T9370 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3661724 T9370 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 3661725 T9370 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3661729 T9371 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3661813 T9370 oasc.ZkTestServer.run start zk server on port:57290
   [junit4]   2> 3661813 T9370 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3661816 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3661826 T9378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@166c819 name:ZooKeeperConnection Watcher:127.0.0.1:57290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3661829 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3661829 T9370 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3661829 T9370 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3661834 T9372 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14a782cf5dc0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3661835 T9370 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3661840 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3661844 T9381 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@da14d2 name:ZooKeeperConnection Watcher:127.0.0.1:57290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3661844 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3661845 T9370 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3661845 T9370 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3661859 T9370 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3661864 T9370 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3661870 T9370 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3661875 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3661875 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3661882 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 3661884 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3661891 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3661891 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3661897 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3661898 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3661903 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3661904 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3661910 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3661911 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3661916 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3661918 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3661923 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3661923 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3661929 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3661930 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3661935 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3661935 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3661942 T9370 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3661943 T9370 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3661949 T9370 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3661951 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3661954 T9384 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@155b284 name:ZooKeeperConnection Watcher:127.0.0.1:57290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3661956 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3661956 T9370 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3663772 T9370 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3663785 T9370 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3663800 T9370 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:57300
   [junit4]   2> 3663805 T9370 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3663805 T9370 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3663806 T9370 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-002
   [junit4]   2> 3663806 T9370 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-002\'
   [junit4]   2> 3663845 T9370 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-002\solr.xml
   [junit4]   2> 3663876 T9370 oasc.CoreContainer.<init> New CoreContainer 3453237
   [junit4]   2> 3663879 T9370 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-002\]
   [junit4]   2> 3663881 T9370 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3663881 T9370 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3663882 T9370 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3663882 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3663882 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3663882 T9370 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3663882 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3663885 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3663885 T9370 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3663885 T9370 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3663891 T9370 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3663896 T9370 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3663896 T9370 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3663897 T9370 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3663897 T9370 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57290/solr
   [junit4]   2> 3663897 T9370 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3663897 T9370 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3663901 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3663903 T9396 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9d7ad6 name:ZooKeeperConnection Watcher:127.0.0.1:57290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3663904 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3663905 T9370 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3663908 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3663912 T9399 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fbaa84 name:ZooKeeperConnection Watcher:127.0.0.1:57290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3663912 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3663914 T9370 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3663919 T9370 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3663924 T9370 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3663928 T9370 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3663935 T9370 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3663943 T9370 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3663946 T9370 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57300_
   [junit4]   2> 3663947 T9370 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57300_
   [junit4]   2> 3663952 T9370 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3663955 T9370 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3663958 T9370 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3663961 T9370 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:57300_
   [junit4]   2> 3663961 T9370 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3663965 T9370 oasc.Overseer.start Overseer (id=93018876813246468-127.0.0.1:57300_-n_0000000000) starting
   [junit4]   2> 3663970 T9370 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3663987 T9370 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3663989 T9401 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3663992 T9370 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3663997 T9370 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3664001 T9370 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3664017 T9400 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3664028 T9403 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3664029 T9403 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3664031 T9399 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3664032 T9403 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3664042 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57300",
   [junit4]   2> 	  "node_name":"127.0.0.1:57300_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 3664045 T9400 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57300",
   [junit4]   2> 	  "node_name":"127.0.0.1:57300_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3664045 T9400 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3664046 T9400 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3664049 T9399 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> 3664893 T9403 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3664895 T9403 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3664896 T9403 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3664897 T9403 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3664901 T9403 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3664901 T9403 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-002\collection1\'
   [junit4]   2> 3664907 T9403 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 3664908 T9403 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 3664910 T9403 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 3664964 T9403 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3664970 T9403 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3664996 T9403 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 3665012 T9403 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3665016 T9403 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3665043 T9403 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3665194 T9403 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3665197 T9403 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3665200 T9403 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3665206 T9403 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3665268 T9403 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3665268 T9403 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 3665268 T9403 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-002\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001/control/data\
   [junit4]   2> 3665268 T9403 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1421f7e
   [junit4]   2> 3665273 T9403 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\control\data
   [junit4]   2> 3665275 T9403 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001/control/data\index/
   [junit4]   2> 3665277 T9403 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3665278 T9403 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\control\data\index
   [junit4]   2> 3665280 T9403 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1836256788, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3665289 T9403 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\control\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 3665289 T9403 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3665308 T9403 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3665309 T9403 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3665310 T9403 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3665310 T9403 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3665311 T9403 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3665311 T9403 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3665312 T9403 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3665312 T9403 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3665312 T9403 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3665314 T9403 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665324 T9403 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665325 T9403 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665325 T9403 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665326 T9403 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3665327 T9403 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3665329 T9403 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3665330 T9403 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3665332 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3665334 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3665335 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3665336 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3665337 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3665339 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3665340 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3665341 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3665341 T9403 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3665342 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3665343 T9403 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3665351 T9403 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665359 T9403 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665363 T9403 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665366 T9403 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665368 T9403 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3665368 T9403 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3665369 T9403 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.8642578125, floorSegmentMB=1.619140625, forceMergeDeletesPctAllowed=9.716558842420453, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8575895189614666
   [junit4]   2> 3665373 T9403 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\control\data\index,segFN=segments_1,generation=1}
   [junit4]   2> 3665373 T9403 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3665374 T9403 oass.SolrIndexSearcher.<init> Opening Searcher@11b367[collection1] main
   [junit4]   2> 3665374 T9403 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3665378 T9403 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3665378 T9403 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3665380 T9403 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3665380 T9403 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3665381 T9403 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3665383 T9403 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3665383 T9403 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3665384 T9403 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 3665390 T9403 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3665391 T9403 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3665391 T9403 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3665391 T9403 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3665392 T9404 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11b367[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3665394 T9403 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3665396 T9407 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:57300 collection:control_collection shard:shard1
   [junit4]   2> 3665398 T9370 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3665399 T9370 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3665399 T9407 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3665410 T9407 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3665415 T9399 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3665417 T9370 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3665419 T9407 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3665419 T9407 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2536 name=collection1 org.apache.solr.core.SolrCore@c8ffc1 url=https://127.0.0.1:57300/collection1 node=127.0.0.1:57300_ C2536_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:57300, node_name=127.0.0.1:57300_, state=down}
   [junit4]   2> 3665421 T9407 C2536 P57300 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:57300/collection1/
   [junit4]   2> 3665422 T9407 C2536 P57300 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3665422 T9407 C2536 P57300 oasc.SyncStrategy.syncToMe https://127.0.0.1:57300/collection1/ has no replicas
   [junit4]   2> 3665422 T9407 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:57300/collection1/ shard1
   [junit4]   2> 3665423 T9407 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3665424 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3665424 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3665427 T9410 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d82cf name:ZooKeeperConnection Watcher:127.0.0.1:57290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3665428 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3665429 T9370 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3665430 T9399 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> 3665432 T9370 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3665440 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57300",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 3665441 T9370 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3665457 T9411 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3665461 T9410 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> 3665484 T9407 oasc.ZkController.register We are https://127.0.0.1:57300/collection1/ and leader is https://127.0.0.1:57300/collection1/
   [junit4]   2> 3665484 T9407 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:57300
   [junit4]   2> 3665484 T9407 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3665484 T9407 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3665484 T9407 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3665501 T9399 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3665508 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57300",
   [junit4]   2> 	  "node_name":"127.0.0.1:57300_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 3665509 T9400 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57300",
   [junit4]   2> 	  "node_name":"127.0.0.1:57300_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3665604 T9410 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> 3665605 T9399 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> 3667150 T9370 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 3667152 T9370 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3667168 T9370 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3667172 T9370 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:57312
   [junit4]   2> 3667181 T9370 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3667186 T9370 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3667187 T9370 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-003
   [junit4]   2> 3667187 T9370 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-003\'
   [junit4]   2> 3667226 T9370 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-003\solr.xml
   [junit4]   2> 3667243 T9370 oasc.CoreContainer.<init> New CoreContainer 627542
   [junit4]   2> 3667243 T9370 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-003\]
   [junit4]   2> 3667244 T9370 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3667244 T9370 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3667244 T9370 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3667246 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3667246 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3667246 T9370 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3667246 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3667246 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3667246 T9370 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3667247 T9370 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3667252 T9370 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3667255 T9370 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3667255 T9370 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3667255 T9370 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3667255 T9370 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57290/solr
   [junit4]   2> 3667255 T9370 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3667255 T9370 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3667259 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3667262 T9423 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9ad981 name:ZooKeeperConnection Watcher:127.0.0.1:57290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3667262 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3667262 T9370 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3667264 T9372 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14a782cf5dc0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3667267 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3667268 T9426 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a49d5f name:ZooKeeperConnection Watcher:127.0.0.1:57290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3667269 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3667280 T9370 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3668195 T9370 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57312_
   [junit4]   2> 3668199 T9370 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57312_
   [junit4]   2> 3668214 T9370 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3668225 T9427 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3668225 T9427 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3668226 T9399 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3668226 T9427 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3668229 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57312",
   [junit4]   2> 	  "node_name":"127.0.0.1:57312_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 3668232 T9400 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57312",
   [junit4]   2> 	  "node_name":"127.0.0.1:57312_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3668232 T9400 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3668233 T9400 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3668237 T9410 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> 3668237 T9399 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> 3668237 T9426 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> 3669172 T9427 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3669172 T9427 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3669176 T9427 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3669176 T9427 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3669181 T9427 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3669181 T9427 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-003\collection1\'
   [junit4]   2> 3669183 T9427 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 3669187 T9427 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 3669188 T9427 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 3669229 T9427 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3669234 T9427 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3669254 T9427 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 3669267 T9427 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3669271 T9427 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3669289 T9427 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3669431 T9427 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3669432 T9427 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3669435 T9427 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3669439 T9427 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3669488 T9427 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3669488 T9427 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 3669489 T9427 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-003\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001/jetty1\
   [junit4]   2> 3669489 T9427 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1421f7e
   [junit4]   2> 3669492 T9427 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty1
   [junit4]   2> 3669494 T9427 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001/jetty1\index/
   [junit4]   2> 3669495 T9427 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 3669496 T9427 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty1\index
   [junit4]   2> 3669497 T9427 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1836256788, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3669504 T9427 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty1\index,segFN=segments_1,generation=1}
   [junit4]   2> 3669504 T9427 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3669511 T9427 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3669512 T9427 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3669513 T9427 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3669513 T9427 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3669513 T9427 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3669514 T9427 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3669514 T9427 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3669515 T9427 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3669515 T9427 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3669516 T9427 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3669517 T9427 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3669519 T9427 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3669520 T9427 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3669520 T9427 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3669521 T9427 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3669524 T9427 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3669526 T9427 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3669527 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3669530 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3669531 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3669532 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3669533 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3669534 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3669535 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3669537 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3669538 T9427 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3669539 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3669540 T9427 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3669544 T9427 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3669548 T9427 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3669550 T9427 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3669552 T9427 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3669554 T9427 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3669555 T9427 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3669556 T9427 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.8642578125, floorSegmentMB=1.619140625, forceMergeDeletesPctAllowed=9.716558842420453, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8575895189614666
   [junit4]   2> 3669557 T9427 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty1\index,segFN=segments_1,generation=1}
   [junit4]   2> 3669557 T9427 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3669558 T9427 oass.SolrIndexSearcher.<init> Opening Searcher@b19726[collection1] main
   [junit4]   2> 3669558 T9427 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3669561 T9427 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3669561 T9427 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3669563 T9427 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3669563 T9427 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3669563 T9427 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3669565 T9427 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3669566 T9427 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3669566 T9427 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 3669566 T9427 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3669567 T9427 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3669568 T9428 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b19726[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3669569 T9427 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3669571 T9431 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:57312 collection:collection1 shard:shard1
   [junit4]   2> 3669571 T9370 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3669572 T9370 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3669575 T9431 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3669587 T9431 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3669592 T9399 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3669592 T9431 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3669592 T9431 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2537 name=collection1 org.apache.solr.core.SolrCore@14a8398 url=https://127.0.0.1:57312/collection1 node=127.0.0.1:57312_ C2537_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:57312, node_name=127.0.0.1:57312_, state=down}
   [junit4]   2> 3669592 T9431 C2537 P57312 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:57312/collection1/
   [junit4]   2> 3669592 T9431 C2537 P57312 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3669592 T9431 C2537 P57312 oasc.SyncStrategy.syncToMe https://127.0.0.1:57312/collection1/ has no replicas
   [junit4]   2> 3669594 T9431 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:57312/collection1/ shard1
   [junit4]   2> 3669594 T9431 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3669598 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 3669609 T9399 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3669613 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57312",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 3669714 T9410 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> 3669716 T9426 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> 3669716 T9399 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> 3669756 T9431 oasc.ZkController.register We are https://127.0.0.1:57312/collection1/ and leader is https://127.0.0.1:57312/collection1/
   [junit4]   2> 3669756 T9431 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:57312
   [junit4]   2> 3669756 T9431 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3669756 T9431 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3669756 T9431 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3669760 T9399 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3669770 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57312",
   [junit4]   2> 	  "node_name":"127.0.0.1:57312_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 3669773 T9400 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57312",
   [junit4]   2> 	  "node_name":"127.0.0.1:57312_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3669874 T9410 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> 3669875 T9399 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> 3669875 T9426 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> 3671418 T9370 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 3671420 T9370 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3671431 T9370 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3671435 T9370 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:57321
   [junit4]   2> 3671440 T9370 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3671440 T9370 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3671440 T9370 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-004
   [junit4]   2> 3671440 T9370 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-004\'
   [junit4]   2> 3671478 T9370 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-004\solr.xml
   [junit4]   2> 3671497 T9370 oasc.CoreContainer.<init> New CoreContainer 12493074
   [junit4]   2> 3671497 T9370 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-004\]
   [junit4]   2> 3671498 T9370 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3671498 T9370 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3671498 T9370 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3671498 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3671498 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3671500 T9370 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3671500 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3671500 T9370 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3671500 T9370 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3671502 T9370 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3671505 T9370 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3671510 T9370 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3671510 T9370 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3671510 T9370 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3671510 T9370 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57290/solr
   [junit4]   2> 3671512 T9370 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3671512 T9370 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3671514 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3671516 T9443 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c5300a name:ZooKeeperConnection Watcher:127.0.0.1:57290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3671517 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3671518 T9370 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3671521 T9370 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3671525 T9446 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@117c9d9 name:ZooKeeperConnection Watcher:127.0.0.1:57290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3671525 T9370 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3671538 T9370 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3672493 T9370 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57321_
   [junit4]   2> 3672497 T9370 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57321_
   [junit4]   2> 3672517 T9370 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3672526 T9447 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3672526 T9447 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3672528 T9399 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3672528 T9447 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3672530 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57321",
   [junit4]   2> 	  "node_name":"127.0.0.1:57321_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 7
   [junit4]   2> 3672531 T9400 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57321",
   [junit4]   2> 	  "node_name":"127.0.0.1:57321_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3672532 T9400 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 3672532 T9400 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3672536 T9410 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> 3672536 T9426 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> 3672536 T9399 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> 3672536 T9446 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> 3673473 T9447 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3673474 T9447 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3673477 T9447 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3673478 T9447 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3673482 T9447 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3673483 T9447 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-004\collection1\'
   [junit4]   2> 3673486 T9447 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 3673486 T9447 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 3673489 T9447 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 3673525 T9447 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3673530 T9447 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3673553 T9447 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 3673570 T9447 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3673574 T9447 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3673586 T9447 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3673731 T9447 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3673734 T9447 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3673736 T9447 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3673742 T9447 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3673788 T9447 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3673788 T9447 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 3673789 T9447 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001/jetty2\
   [junit4]   2> 3673789 T9447 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1421f7e
   [junit4]   2> 3673792 T9447 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty2
   [junit4]   2> 3673794 T9447 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001/jetty2\index/
   [junit4]   2> 3673795 T9447 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 3673796 T9447 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty2\index
   [junit4]   2> 3673797 T9447 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1836256788, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 3673803 T9447 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty2\index,segFN=segments_1,generation=1}
   [junit4]   2> 3673803 T9447 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3673812 T9447 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3673812 T9447 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3673813 T9447 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3673813 T9447 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3673814 T9447 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3673814 T9447 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3673815 T9447 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3673815 T9447 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3673816 T9447 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3673817 T9447 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3673818 T9447 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3673820 T9447 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3673821 T9447 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3673822 T9447 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3673823 T9447 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3673827 T9447 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3673830 T9447 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3673831 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3673833 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3673834 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3673835 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3673836 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3673845 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3673846 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3673847 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3673847 T9447 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3673849 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3673850 T9447 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3673858 T9447 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3673859 T9447 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3673860 T9447 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3673863 T9447 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3673866 T9447 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3673866 T9447 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3673868 T9447 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.8642578125, floorSegmentMB=1.619140625, forceMergeDeletesPctAllowed=9.716558842420453, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8575895189614666
   [junit4]   2> 3673872 T9447 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ChaosMonkeySafeLeaderTest-A5975E165C0C2F28-001\tempDir-001\jetty2\index,segFN=segments_1,generation=1}
   [junit4]   2> 3673872 T9447 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3673872 T9447 oass.SolrIndexSearcher.<init> Opening Searcher@1792a6d[collection1] main
   [junit4]   2> 3673872 T9447 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3673874 T9447 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3673874 T9447 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3673875 T9447 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3673875 T9447 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3673875 T9447 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3673880 T9447 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3673881 T9447 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3673881 T9447 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 3673881 T9447 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3673881 T9447 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3673885 T9448 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1792a6d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3673886 T9447 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3673889 T9451 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:57321 collection:collection1 shard:shard1
   [junit4]   2> 3673891 T9370 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3673891 T9370 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3673902 T9451 oasc.ZkController.register We are https://127.0.0.1:57321/collection1/ and leader is https://127.0.0.1:57312/collection1/
   [junit4]   2> 3673902 T9451 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:57321
   [junit4]   2> 3673903 T9451 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 3673903 T9451 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C2538 name=collection1 org.apache.solr.core.SolrCore@16cd722 url=https://127.0.0.1:57321/collection1 node=127.0.0.1:57321_ C2538_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:57321, node_name=127.0.0.1:57321_, state=down}
   [junit4]   2> 3673905 T9452 C2538 P57321 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 3673906 T9452 C2538 P57321 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 3673906 T9452 C2538 P57321 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is https://127.0.0.1:57312/collection1/ and I am https://127.0.0.1:57321/collection1/
   [junit4]   2> 3673906 T9452 C2538 P57321 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 3673907 T9452 C2538 P57321 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3673905 T9370 oasc.AbstractFullDistribZkTestBase.randomlyEnableAutoSoftCommit Not turning on auto soft commit
   [junit4]   2> 3673909 T9399 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3673921 T9452 C2538 P57321 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to https://127.0.0.1:57312; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A57321_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 3673922 T9400 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57321",
   [junit4]   2> 	  "node_name":"127.0.0.1:57321_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 8
   [junit4]   2> 3673939 T9400 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57321",
   [junit4]   2> 	  "node_name":"127.0.0.1:57321_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3674068 T9426 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> 3674069 T9446 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> 3674069 T9410 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> 3674077 T9399 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> ASYNC  NEW_CORE C2539 name=collection1 org.apache.solr.core.SolrCore@c8ffc1 url=https://127.0.0.1:57300/collection1 node=127.0.0.1:57300_ C2539_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:57300, node_name=127.0.0.1:57300_, state=active, leader=true}
   [junit4]   2> 3674124 T9390 C2539 P57300 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1488302041997508608)} 0 5
   [junit4]   2> 3674126 T9420 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 3674140 T9420 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 3674140 T9420 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, liv

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

l.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2> 	        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:610)
   [junit4]   2> 	        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:445)
   [junit4]   2> 	        at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]   2> 	        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]   2> 	        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]   2> 	        at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:233)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	  16) Thread[id=9402, name=OverseerHdfsCoreFailoverThread-93018876813246468-127.0.0.1:57300_-n_0000000000, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2> 	        at java.lang.Thread.interrupt0(Native Method)
   [junit4]   2> 	        at java.lang.Thread.interrupt(Thread.java:923)
   [junit4]   2> 	        at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:138)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	  17) Thread[id=9412, name=HashSessionScavenger-224, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {rnd_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=FST50, a_t=FST50, a_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, sim=DefaultSimilarity, locale=ar_LY, timezone=America/Buenos_Aires
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_20 (32-bit)/cpus=2,threads=23,free=108895000,total=335020032
   [junit4]   2> NOTE: All tests run in this JVM: [AlternateDirectoryTest, HdfsBasicDistributedZk2Test, FileUtilsTest, FieldAnalysisRequestHandlerTest, DistributedSuggestComponentTest, RemoteQueryErrorTest, TestHashPartitioner, TestSerializedLuceneMatchVersion, CustomCollectionTest, TestStressLucene, TestReversedWildcardFilterFactory, TestFreeTextSuggestions, TestComplexPhraseQParserPlugin, TestSolrConfigHandlerCloud, DistributedFacetPivotSmallAdvancedTest, TestOverriddenPrefixQueryForCustomFieldType, ClusterStateTest, TestFileDictionaryLookup, TestFieldTypeCollectionResource, TestQuerySenderListener, SearchHandlerTest, SolrIndexSplitterTest, AssignTest, TestSolrXmlPersistor, TestManagedResource, TestAnalyzedSuggestions, SolrRequestParserTest, SignatureUpdateProcessorFactoryTest, TestImplicitCoreProperties, TestDocSet, SimplePostToolTest, PeerSyncTest, RankQueryTest, TestSolrIndexConfig, DistribDocExpirationUpdateProcessorTest, TestZkChroot, BJQParserTest, SimpleMLTQParserTest, OutputWriterTest, TestCloudInspectUtil, TestMergePolicyConfig, PrimUtilsTest, TestPerFieldSimilarity, UUIDUpdateProcessorFallbackTest, DeleteInactiveReplicaTest, FieldMutatingUpdateProcessorTest, SSLMigrationTest, TestPostingsSolrHighlighter, TestSolr4Spatial2, TestCloudPivotFacet, DocValuesTest, FullSolrCloudDistribCmdsTest, TestExtendedDismaxParser, SampleTest, TestExceedMaxTermLength, TestJmxIntegration, CoreMergeIndexesAdminHandlerTest, TestComponentsName, OverriddenZkACLAndCredentialsProvidersTest, TestMiniSolrCloudCluster, SolrInfoMBeanTest, TestTrie, SpellCheckComponentTest, SpatialFilterTest, TestSolr4Spatial, VMParamsZkACLAndCredentialsProvidersTest, HdfsRecoveryZkTest, TestFaceting, StandardRequestHandlerTest, DistributedQueryElevationComponentTest, TestCustomSort, UpdateParamsTest, TestNRTOpen, TestConfigOverlay, TestClassNameShortening, TestIBSimilarityFactory, InfoHandlerTest, AnalysisErrorHandlingTest, ConnectionManagerTest, TestRandomMergePolicy, MultiThreadedOCPTest, TestOrdValues, CoreContainerCoreInitFailuresTest, DistributedDebugComponentTest, SolrCoreTest, TestDefaultSearchFieldResource, TestFoldingMultitermQuery, TimeZoneUtilsTest, SynonymTokenizerTest, TestPHPSerializedResponseWriter, TestShardHandlerFactory, TestCollectionAPI, MergeStrategyTest, OpenCloseCoreStressTest, AddBlockUpdateTest, ExternalFileFieldSortTest, SolrCoreCheckLockOnStartupTest, BlockCacheTest, DistribCursorPagingTest, OverseerRolesTest, DistributedFacetPivotLongTailTest, TestCursorMarkWithoutUniqueKey, TestSolrQueryParserDefaultOperatorResource, CoreAdminHandlerTest, DateFieldTest, IndexBasedSpellCheckerTest, ShardRoutingCustomTest, RequiredFieldsTest, TestRangeQuery, AnalysisAfterCoreReloadTest, BasicZkTest, BadCopyFieldTest, TestInitParams, DistributedQueryComponentOptimizationTest, LeaderInitiatedRecoveryOnCommitTest, QueryEqualityTest, LeaderFailoverAfterPartitionTest, TestRandomDVFaceting, RollingRestartTest, TestArbitraryIndexDir, DirectUpdateHandlerOptimizeTest, HdfsUnloadDistributedZkTest, TestMaxScoreQueryParser, TestRandomFaceting, TestDefaultSimilarityFactory, DistributedSpellCheckComponentTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, TestNonNRTOpen, TestFieldTypeResource, HdfsCollectionsAPIDistributedZkTest, PolyFieldTest, TestNonDefinedSimilarityFactory, TestStressReorder, CollectionsAPIAsyncDistributedZkTest, TestFieldSortValues, TestWriterPerf, ResponseLogComponentTest, ParsingFieldUpdateProcessorsTest, QueryResultKeyTest, TestDynamicLoading, TestCharFilters, TestLazyCores, LegacyHTMLStripCharFilterTest, HighlighterConfigTest, SuggesterTest, CircularListTest, TestCollapseQParserPlugin, TestReplicationHandlerBackup, TestElisionMultitermQuery, MigrateRouteKeyTest, TestTolerantSearch, DeleteLastCustomShardedReplicaTest, TestLFUCache, TestReRankQParserPlugin, TestSchemaManager, TestUniqueKeyFieldResource, OutOfBoxZkACLAndCredentialsProvidersTest, ZkNodePropsTest, BadIndexSchemaTest, TestSearcherReuse, ReplicationFactorTest, SuggesterWFSTTest, TermVectorComponentTest, SimpleFacetsTest, SchemaVersionSpecificBehaviorTest, TestQueryUtils, DistributedFacetPivotWhiteBoxTest, AnalyticsQueryTest, LukeRequestHandlerTest, TestPivotHelperCode, FileBasedSpellCheckerTest, TestCloudSchemaless, RAMDirectoryFactoryTest, SharedFSAutoReplicaFailoverTest, DistributedExpandComponentTest, ZkCLITest, TestBulkSchemaConcurrent, TestCSVLoader, TestSurroundQueryParser, SliceStateTest, CopyFieldTest, SuggestComponentTest, CurrencyFieldOpenExchangeTest, TestFastLRUCache, CacheHeaderTest, UniqFieldsUpdateProcessorFactoryTest, TestShortCircuitedRequests, ExternalCollectionsTest, TestFunctionQuery, DocumentBuilderTest, ChangedSchemaMergeTest, URLClassifyProcessorTest, TestCoreContainer, HighlighterTest, XsltUpdateRequestHandlerTest, TestRestManager, TestFastWriter, TestSolrXmlPersistence, NotRequiredUniqueKeyTest, TestManagedSchemaFieldResource, CSVRequestHandlerTest, BlockDirectoryTest, OpenExchangeRatesOrgProviderTest, OverseerStatusTest, SimpleCollectionCreateDeleteTest, TestStressUserVersions, DocValuesMultiTest, TestManagedSchemaDynamicFieldResource, QueryElevationComponentTest, TestUpdate, TestRealTimeGet, TestBadConfig, PingRequestHandlerTest, DateMathParserTest, TestJoin, TestBulkSchemaAPI, ZkSolrClientTest, ResourceLoaderTest, TestJmxMonitoredMap, TestBlobHandler, TestFuzzyAnalyzedSuggestions, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.seed=A5975E165C0C2F28 -Dtests.slow=true -Dtests.locale=ar_LY -Dtests.timezone=America/Buenos_Aires -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s | ChaosMonkeySafeLeaderTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A5975E165C0C2F28]:0)
   [junit4] Completed in 7298.29s, 1 test, 2 errors <<< FAILURES!

[...truncated 679 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:190: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1363: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:970: There were test failures: 453 suites, 1853 tests, 1 suite-level error, 1 error, 822 ignored (21 assumptions)

Total time: 225 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_20 -client -XX:+UseParallelGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any