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 2015/03/01 23:45:13 UTC

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_76) - Build # 4516 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4408/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 9251 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\init-core-data-001
   [junit4]   2> 198019 T707 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 198025 T707 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 198026 T708 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 198177 T707 oasc.ZkTestServer.run start zk server on port:51891
   [junit4]   2> 198177 T707 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 198180 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 198190 T715 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@89d22c name:ZooKeeperConnection Watcher:127.0.0.1:51891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 198190 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 198190 T707 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 198190 T707 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 198199 T707 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 198200 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 198205 T718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16af729 name:ZooKeeperConnection Watcher:127.0.0.1:51891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 198205 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 198206 T707 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 198206 T707 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 198211 T707 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 198215 T707 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 198221 T707 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 198225 T707 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> 198225 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 198233 T707 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 198233 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 198238 T707 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> 198238 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 198243 T707 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> 198243 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 198249 T707 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> 198249 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 198256 T707 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> 198256 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 198262 T707 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> 198262 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 198269 T707 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> 198269 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 198281 T707 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> 198281 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 198287 T707 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> 198287 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 198291 T707 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> 198291 T707 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 200661 T707 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\cores\collection1
   [junit4]   2> 200669 T707 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 200686 T707 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51899
   [junit4]   2> 200686 T707 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 200686 T707 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 200686 T707 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001
   [junit4]   2> 200686 T707 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\'
   [junit4]   2> 200755 T707 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\solr.xml
   [junit4]   2> 200808 T707 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\cores
   [junit4]   2> 200808 T707 oasc.CoreContainer.<init> New CoreContainer 10644764
   [junit4]   2> 200808 T707 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\]
   [junit4]   2> 200808 T707 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\lib
   [junit4]   2> 200808 T707 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\lib).
   [junit4]   2> 200827 T707 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 200827 T707 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 200827 T707 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 200828 T707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 200828 T707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 200828 T707 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 200828 T707 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 200828 T707 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 200828 T707 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 200828 T707 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 200828 T707 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 200828 T707 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 200828 T707 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 200828 T707 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 200834 T707 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 200834 T707 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51891/solr
   [junit4]   2> 200834 T707 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 200834 T707 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 200838 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 200841 T730 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a88500 name:ZooKeeperConnection Watcher:127.0.0.1:51891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 200841 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 200843 T707 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 200847 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 200850 T733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c79086 name:ZooKeeperConnection Watcher:127.0.0.1:51891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 200850 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 200853 T707 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 200859 T707 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 200866 T707 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 200872 T707 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 200882 T707 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 200890 T707 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 200894 T707 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51898_
   [junit4]   2> 200896 T707 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51898_
   [junit4]   2> 200901 T707 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 200907 T707 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 200912 T707 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 200919 T707 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51898_
   [junit4]   2> 200919 T707 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 200932 T707 oasc.Overseer.start Overseer (id=93404756231847939-127.0.0.1:51898_-n_0000000000) starting
   [junit4]   2> 200942 T707 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 200966 T707 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 200967 T735 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 200969 T707 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 200970 T734 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 200975 T707 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 200978 T707 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 200988 T707 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\cores
   [junit4]   2> 200991 T707 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\cores\collection1\
   [junit4]   2> 200991 T707 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 200994 T737 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 200994 T737 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 200997 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 200997 T737 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 201000 T734 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51898",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:51898_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 201001 T734 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51898",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:51898_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 201001 T734 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 201002 T734 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 201005 T733 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> 202497 T737 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 202498 T737 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 202500 T737 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 202501 T737 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 202505 T737 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 202505 T737 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\cores\collection1\'
   [junit4]   2> 202549 T737 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 202555 T737 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 202576 T737 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 202618 T737 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 202705 T737 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 202709 T737 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 202722 T737 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 203463 T737 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 203475 T737 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 203479 T737 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 203503 T737 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 203513 T737 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 203520 T737 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 203525 T737 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 203525 T737 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 203525 T737 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 203528 T737 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 203528 T737 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 203528 T737 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 203528 T737 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 203529 T737 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/control/data\
   [junit4]   2> 203529 T737 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11381e5
   [junit4]   2> 203531 T737 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/control/data\
   [junit4]   2> 203531 T737 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/control/data\index/
   [junit4]   2> 203531 T737 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 203532 T737 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/control/data\index
   [junit4]   2> 203534 T737 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=51.0517578125, floorSegmentMB=1.9169921875, forceMergeDeletesPctAllowed=27.301638993415914, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8434841441969051
   [junit4]   2> 203535 T737 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@152cf34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a1762b),segFN=segments_1,generation=1}
   [junit4]   2> 203535 T737 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 203542 T737 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 203542 T737 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 203542 T737 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 203542 T737 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 203544 T737 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 203544 T737 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 203545 T737 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 203545 T737 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 203547 T737 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 203547 T737 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 203548 T737 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 203548 T737 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 203548 T737 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 203551 T737 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 203551 T737 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 203553 T737 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 203554 T737 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 203554 T737 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 203559 T737 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 203559 T737 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 203560 T737 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 203560 T737 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 203561 T737 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 203561 T737 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 203564 T737 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 203564 T737 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 203566 T737 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 203579 T737 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 203582 T737 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 203583 T737 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 203588 T737 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 203591 T737 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 203592 T737 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 203597 T737 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 203598 T737 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 203600 T737 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=44.9130859375, floorSegmentMB=0.5517578125, forceMergeDeletesPctAllowed=10.082386033157816, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 203601 T737 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@152cf34 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a1762b),segFN=segments_1,generation=1}
   [junit4]   2> 203601 T737 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 203602 T737 oass.SolrIndexSearcher.<init> Opening Searcher@490e3b[collection1] main
   [junit4]   2> 203602 T737 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 203605 T737 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 203605 T737 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 203608 T737 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 203608 T737 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 203608 T737 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 203611 T737 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 203611 T737 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 203611 T737 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 203613 T737 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 203613 T737 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 203614 T738 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@490e3b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 203616 T741 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51898 collection:control_collection shard:shard1
   [junit4]   2> 203617 T707 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 203617 T707 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 203620 T741 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 203622 T707 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 203627 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 203630 T745 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1741d68 name:ZooKeeperConnection Watcher:127.0.0.1:51891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 203632 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 203632 T707 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 203635 T707 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 203638 T741 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 203642 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 203644 T741 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 203644 T741 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C146 name=collection1 org.apache.solr.core.SolrCore@c9bfc1 url=http://127.0.0.1:51898/collection1 node=127.0.0.1:51898_ C146_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:51898, core=collection1, state=down, node_name=127.0.0.1:51898_}
   [junit4]   2> 203644 T741 C146 P51898 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51898/collection1/
   [junit4]   2> 203644 T741 C146 P51898 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 203644 T741 C146 P51898 oasc.SyncStrategy.syncToMe http://127.0.0.1:51898/collection1/ has no replicas
   [junit4]   2> 203645 T741 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51898/collection1/ shard1
   [junit4]   2> 203645 T741 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 203646 T734 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> 203649 T707 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 203649 T707 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 203649 T707 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 203651 T745 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> 203651 T733 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> 203654 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 203663 T748 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ccb80 name:ZooKeeperConnection Watcher:127.0.0.1:51891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 203664 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 203664 T707 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 203667 T734 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":"http://127.0.0.1:51898",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 203668 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 203673 T709 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd72183880005, 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> 203674 T734 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 203674 T734 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 203677 T745 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> 203677 T733 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> 203687 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 203690 T734 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 203705 T745 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> 203707 T733 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> 203743 T741 oasc.ZkController.register We are http://127.0.0.1:51898/collection1/ and leader is http://127.0.0.1:51898/collection1/
   [junit4]   2> 203743 T741 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51898
   [junit4]   2> 203743 T741 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 203743 T741 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 203743 T741 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 203746 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 203753 T734 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51898",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:51898_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 203756 T734 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51898",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:51898_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 203919 T733 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> 203920 T745 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> 205946 T707 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\cores\collection1
   [junit4]   2> 205951 T707 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 205952 T707 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 205959 T707 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51915
   [junit4]   2> 205961 T707 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 205962 T707 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 205962 T707 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001
   [junit4]   2> 205962 T707 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\'
   [junit4]   2> 206009 T707 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\solr.xml
   [junit4]   2> 206053 T707 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\cores
   [junit4]   2> 206055 T707 oasc.CoreContainer.<init> New CoreContainer 12538768
   [junit4]   2> 206055 T707 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\]
   [junit4]   2> 206055 T707 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\lib
   [junit4]   2> 206055 T707 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\lib).
   [junit4]   2> 206072 T707 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 206074 T707 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 206075 T707 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 206075 T707 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 206075 T707 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 206075 T707 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 206075 T707 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51891/solr
   [junit4]   2> 206077 T707 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 206077 T707 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 206081 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 206084 T760 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a75945 name:ZooKeeperConnection Watcher:127.0.0.1:51891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 206085 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 206085 T707 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 206093 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 206096 T763 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@167ae90 name:ZooKeeperConnection Watcher:127.0.0.1:51891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 206097 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 206112 T707 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 207628 T707 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51914_
   [junit4]   2> 207631 T707 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51914_
   [junit4]   2> 207647 T707 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 207657 T707 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\cores
   [junit4]   2> 207660 T707 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\cores\collection1\
   [junit4]   2> 207660 T707 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 207669 T764 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 207669 T764 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 207673 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 207675 T764 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 207676 T764 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 207676 T734 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:51914_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 207678 T764 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 207678 T734 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:51914_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 207679 T734 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 207679 T734 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 207681 T764 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 207681 T764 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 207683 T734 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 207685 T763 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 207686 T763 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 209089 T764 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 209089 T764 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 209091 T764 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 209093 T764 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 209097 T764 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 209098 T764 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\cores\collection1\'
   [junit4]   2> 209135 T764 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 209140 T764 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 209161 T764 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 209203 T764 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 209273 T764 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 209276 T764 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 209294 T764 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 209918 T764 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 209928 T764 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 209932 T764 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 209963 T764 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 209972 T764 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 209980 T764 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 209984 T764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 209984 T764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 209984 T764 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 209986 T764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 209986 T764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 209988 T764 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 209988 T764 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 209988 T764 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/jetty1\
   [junit4]   2> 209989 T764 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11381e5
   [junit4]   2> 209990 T764 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/jetty1\
   [junit4]   2> 209990 T764 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/jetty1\index/
   [junit4]   2> 209990 T764 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 209992 T764 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/jetty1\index
   [junit4]   2> 209992 T764 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=51.0517578125, floorSegmentMB=1.9169921875, forceMergeDeletesPctAllowed=27.301638993415914, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8434841441969051
   [junit4]   2> 209993 T764 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b23cc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b45ad2),segFN=segments_1,generation=1}
   [junit4]   2> 209993 T764 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 210001 T764 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 210001 T764 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 210002 T764 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 210002 T764 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 210002 T764 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 210002 T764 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 210004 T764 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 210004 T764 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 210005 T764 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 210006 T764 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 210007 T764 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 210009 T764 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 210010 T764 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 210010 T764 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 210013 T764 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 210014 T764 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 210015 T764 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 210017 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 210019 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 210022 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 210023 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 210023 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 210025 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 210026 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 210026 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 210027 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 210029 T764 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 210042 T764 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 210043 T764 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 210044 T764 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 210048 T764 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 210051 T764 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 210054 T764 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 210056 T764 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 210056 T764 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 210059 T764 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=44.9130859375, floorSegmentMB=0.5517578125, forceMergeDeletesPctAllowed=10.082386033157816, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 210062 T764 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b23cc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b45ad2),segFN=segments_1,generation=1}
   [junit4]   2> 210062 T764 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 210063 T764 oass.SolrIndexSearcher.<init> Opening Searcher@1f4c24b[collection1] main
   [junit4]   2> 210063 T764 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 210065 T764 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 210065 T764 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 210067 T764 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 210067 T764 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 210067 T764 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 210069 T764 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 210069 T764 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 210069 T764 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 210071 T764 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 210072 T765 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f4c24b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 210073 T764 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 210077 T768 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51914 collection:collection1 shard:shard3
   [junit4]   2> 210077 T707 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 210079 T707 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 210080 T768 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 210098 T768 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 210104 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 210104 T768 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 210104 T768 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C147 name=collection1 org.apache.solr.core.SolrCore@e5a024 url=http://127.0.0.1:51914/collection1 node=127.0.0.1:51914_ C147_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:51914, core=collection1, state=down, node_name=127.0.0.1:51914_}
   [junit4]   2> 210104 T768 C147 P51914 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51914/collection1/
   [junit4]   2> 210104 T768 C147 P51914 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 210104 T768 C147 P51914 oasc.SyncStrategy.syncToMe http://127.0.0.1:51914/collection1/ has no replicas
   [junit4]   2> 210104 T768 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51914/collection1/ shard3
   [junit4]   2> 210105 T768 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 210109 T734 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 210112 T734 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 210113 T763 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 210116 T763 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 210134 T734 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 210138 T734 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 210139 T763 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 210141 T763 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 210146 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 210201 T768 oasc.ZkController.register We are http://127.0.0.1:51914/collection1/ and leader is http://127.0.0.1:51914/collection1/
   [junit4]   2> 210201 T768 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51914
   [junit4]   2> 210201 T768 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 210201 T768 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 210201 T768 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 210204 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 210207 T734 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:51914_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 210208 T734 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51914",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:51914_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 210210 T734 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 210213 T763 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 210214 T768 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 210216 T763 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 212387 T707 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\cores\collection1
   [junit4]   2> 212391 T707 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 212392 T707 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 212399 T707 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51925
   [junit4]   2> 212403 T707 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 212403 T707 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 212403 T707 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001
   [junit4]   2> 212403 T707 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\'
   [junit4]   2> 212462 T707 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\solr.xml
   [junit4]   2> 212499 T707 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\cores
   [junit4]   2> 212500 T707 oasc.CoreContainer.<init> New CoreContainer 16218637
   [junit4]   2> 212500 T707 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\]
   [junit4]   2> 212500 T707 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\lib
   [junit4]   2> 212500 T707 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\lib).
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 212521 T707 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 212527 T707 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 212527 T707 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 212527 T707 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 212527 T707 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 212527 T707 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 212527 T707 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51891/solr
   [junit4]   2> 212527 T707 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 212527 T707 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 212533 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 212535 T781 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ddc12c name:ZooKeeperConnection Watcher:127.0.0.1:51891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 212535 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 212536 T707 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 212541 T707 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 212544 T784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aea240 name:ZooKeeperConnection Watcher:127.0.0.1:51891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 212544 T707 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 212558 T707 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 213921 T707 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51924_
   [junit4]   2> 213924 T707 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51924_
   [junit4]   2> 213944 T707 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 213949 T707 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\cores
   [junit4]   2> 213949 T707 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\cores\collection1\
   [junit4]   2> 213949 T707 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 213957 T785 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 213957 T785 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 213961 T733 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 213962 T785 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 213962 T785 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 213964 T734 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51924",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:51924_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 213968 T785 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 213968 T734 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51924",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:51924_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 213969 T734 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 213969 T734 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 213972 T785 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 213972 T785 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 213973 T734 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 213974 T763 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 213976 T784 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 213977 T763 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 213978 T784 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 215322 T785 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 215322 T785 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 215324 T785 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 215325 T785 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 215329 T785 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 215329 T785 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\cores\collection1\'
   [junit4]   2> 215365 T785 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 215372 T785 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 215387 T785 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 215423 T785 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 215535 T785 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 215538 T785 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 215555 T785 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 216152 T785 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 216163 T785 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 216168 T785 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 216189 T785 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 216197 T785 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 216205 T785 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 216207 T785 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 216207 T785 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 216207 T785 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 216210 T785 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 216210 T785 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 216211 T785 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 216211 T785 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 216213 T785 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/jetty2\
   [junit4]   2> 216213 T785 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11381e5
   [junit4]   2> 216214 T785 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/jetty2\
   [junit4]   2> 216214 T785 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/jetty2\index/
   [junit4]   2> 216214 T785 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 216217 T785 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.ReplicationFactorTest D5DBBEBCFA84D54D-001\tempDir-001/jetty2\index
   [junit4]   2> 216217 T785 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=51.0517578125, floorSegmentMB=1.9169921875, forceMergeDeletesPctAllowed=27.301638993415914, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8434841441969051
   [junit4]   2> 216219 T785 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14a8a00 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@aa4749),segFN=segments_1,generation=1}
   [junit4]   2> 216219 T785 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 216229 T785 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 216230 T785 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 216230 T785 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 216231 T785 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 216231 T785 oasup.UpdateRequestProcessorChain.init 

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

dler{/,null}
   [junit4]   2> 287080 T707 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:51891 51891
   [junit4]   2> 288681 T708 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:51891 51891
   [junit4]   2> 288683 T708 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/aliases.json
   [junit4]   2> 		5	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/configs/conf1
   [junit4]   2> 		3	/solr/collections/repfacttest_c8n_1x3/state.json
   [junit4]   2> 		3	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 288684 T707 oasc.SocketProxy.close WARN Closing 2 connections to: http://127.0.0.1:51934/
   [junit4]   2> 288684 T707 oasc.SocketProxy.close WARN Closing 4 connections to: http://127.0.0.1:51924/
   [junit4]   2> 288685 T707 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:51914/
   [junit4]   2> 288685 T707 oasc.SocketProxy.close WARN Closing 12 connections to: http://127.0.0.1:51898/
   [junit4]   2> 288685 T707 oasc.ReplicationFactorTest.distribTearDown super.distribTearDown complete, closing all socket proxies
   [junit4]   2> 288685 T707 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:51934/
   [junit4]   2> 288685 T707 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:51924/
   [junit4]   2> 288685 T707 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:51914/
   [junit4]   2> 288685 T707 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:51898/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ReplicationFactorTest -Dtests.method=test -Dtests.seed=D5DBBEBCFA84D54D -Dtests.slow=true -Dtests.locale=zh_CN -Dtests.timezone=Asia/Novosibirsk -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   90.7s | ReplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=878, name=updateExecutor-103-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@569dcf rejected from java.util.concurrent.ThreadPoolExecutor@92896a[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D5DBBEBCFA84D54D]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 288703 T707 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest D5DBBEBCFA84D54D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=zh_CN, timezone=Asia/Novosibirsk
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=107880640,total=235929600
   [junit4]   2> NOTE: All tests run in this JVM: [FastVectorHighlighterTest, SolrTestCaseJ4Test, TestQuerySenderListener, DistributedExpandComponentTest, CurrencyFieldXmlFileTest, TestRemoteStreaming, HdfsRecoveryZkTest, SyncSliceTest, SpellPossibilityIteratorTest, TestRecoveryHdfs, CoreMergeIndexesAdminHandlerTest, DistributedFacetPivotSmallTest, FieldMutatingUpdateProcessorTest, SpatialRPTFieldTypeTest, BadIndexSchemaTest, CircularListTest, TestPseudoReturnFields, TestDynamicLoading, CSVRequestHandlerTest, TestDefaultSimilarityFactory, SuggesterWFSTTest, ReplicationFactorTest]
   [junit4] Completed in 90.77s, 1 test, 1 error <<< FAILURES!

[...truncated 1423 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 1 error, 57 ignored (30 assumptions)

Total time: 149 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4436 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4436/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings

Error Message:
startOffset 255 expected:<1408> but was:<1407>

Stack Trace:
java.lang.AssertionError: startOffset 255 expected:<1408> but was:<1407>
	at __randomizedtesting.SeedInfo.seed([D5DDAE0AF40D364E:5D54AEB45709617B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:182)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:295)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:299)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:812)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:611)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:509)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:433)
	at org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings(TestICUNormalizer2CharFilter.java:190)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 13066 lines...]
   [junit4] Suite: org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter
   [junit4]   2> TEST FAIL: useCharFilter=false text='\u0017k\u00bbq \u0174\u0136\u0134\u0154\u011d \u214d\u214a\u214d\u2117\u213f\u2123 x \u25e8\u25d4\u25eb\u25c9\u25bd\u25b1\u25f3\u25a1\u25a6\u25ca\u25bf\u25ba \u2998\ue1a0\u04d5\udafb\udcdf\u001b mviyuqgu jplfogeyu vjx <  yv \ue32fo\udabb\uddcc\u0776\uffd8\ud838\udcfe\u0175 xmcx \ue2e1 towv &#x59d \u001b\ufb85 whbmy \u1efe\u1e85\u1ee7\u1e9e \ud87e\udd09 \ueb15\u0097\ufe10\u0102\u010e\uf3c5 \u0006\u0252\u64b0\n\u0293O\uf546 ohurws dx  epg \ua4ad\ua4bb\ua4cb\ua4ae\ua4b4 xygqaedkhc [.(?grwfjj my f{1 \ud99c\udc1d\u4b4e\u0002 pnXl \ue2ce\ud9e2\udf52\ue80b  \u1022\u1076\u108a\u1046\u102c\u1053 ot edz   <!--<  \ua670\ua661 elcpojpy \u248d \u0360\u0329\u031d \u291a\u295e\u295c\u2930\u2920\u2973\u292e\u2950\u291b iogbu jz dvibmmfyol  pzl uha '    \u2ff5\u2ffa \udbd7\udd4e\u01d5 t dfds rloomjh \u047e\u064d </s zyy k\ufa30\uc138, j  O \u0014/ r   yx firkz \u053f\u0004\ufcaa \u0513\uefa5\u0377 nmco tzvbcxe \u3249\u32a2\u32f6\u3293\u32d2 \ue454\u3d75\u04f0\u21f8\uf876\uc962\u000b\uec6f\u7f76 \ud80c\udd42\ud80c\ude51  kvokxl coffaxrq Dajv  \u1712\u1704\u171a\u171a\u1703 \uad2f\ueecb\u0010 \ue88e\ueb98\uf0f1\uef0d\uf836 \u2b76\u2b10\u2b72 b- atpbf  ijvmm iifnqt ui \\\"<!-- yg \ud800\udde0\ud800\udddb  \ua91e\ua924\ua91b\ua91b\ua90b\ua923\ua90f\ua91a fuoae V\ube9c\ue20fb ooud Po rjaf zasf unhimty \ud834\udc70\ud834\udcf5 f))j A\uda2c\ude09 toUxaFUY \u079d\u078b\u07b7\u07bc\u07bb gw xbgqfucga viggp  xtvyd vbhuh \ue975\u6b67\ueaa4 \ud800\udce9\ud800\udcd3\ud800\udc9e\ud800\udcf6\ud800\udcfd \ua4ec\ua4d4\ua4f1\ua4f9\ua4d7\ua4f5\ua4ee \u1c64\u1c5f\u1c53 \ufe61\ufe69\ufe50\ufe68 opewrjzm tcygxnpz ? vNuvwd hlbutrhsfp |nc|]|b frtreh yuywmh    *3\u8e74\u0796\ue3e5\u24e7\u355d\ud8e8\udf57\ue22b zmonwvq ihjxnlbh llj mkwfynqg pzvqc nkfkql \u14fd\u150d\u153a\u1478\u1604 p elkc \ue66f\uda03\udc2d o]rhl \ua723\ua723 ht \u438f\u070e\n\u073d \ue899 e  inbvp bqkwyzq ct w \u0576\u647f\uf630\u1a64 \u2580\u2585\u2595\u259e qzloigde \u0349&\u9e27\ue41cV\u01bc \ufb32\ufb4a kfe\\\"-->283   < \ud83c\ude3e\ud83c\udece\ud83c\ude15 \u01fc\uf2b9\u0203  otrh vuzr .]?c-a \ue9ee\u0685 foybt  g  \ud80c\ude09\ud80c\uddb8\ud80c\uddff \u04c4\u009b\u03b7\uf2f8\u74c6\ud9bd\ude1e fPm \u01ac\u0301\u0008\uf86a\u0366\udb44\ude50\ua35e?\u5b8c\u340e \ub88cT\u001d\u52b1\uc294 yo gtl \"\\'' y\ue977\ud926\udd77\ue558L boxlxd cezdJ  ljfla  gni \ua7ed\ua727\ua78b\ua7e9 kmcl \uee95\uda2a\ude96\u016f\u017e\ufccc rbsy wcojpk \u2fd0\ud9dc\ude27\ue23e\u8161\u3277\ue9c9 9 t yub \ud802\udf2b\ud802\udf0f\ud802\udf0b \u4b5b\uf4cc\ufc85*\ue891\ue911\ueb5a\ufe1b \u325d\u3279\u3276\u32cf bT c ln \u7dff\u000f\uf54eM\u2936 hdtzh bwzn  gxqukb \u31bf\u31ad\u31b1\u31ab \u5b4d\uffc9\ud8ba\udca3_ sjq t \udbab\udd13\udb9d\udd67 \u2496\u24df\u2470 vgryz \u0d70\u0d3b\u0d47\u0d26\u0d7d \u3e92\u0004\u0781\uf7ce mx T\u62fd\u6379\u8e33\u0177 lqip wme \ud802\udf72\ud802\udf7d e)y ibxwl \ufb35\ufb18\ufb33\ufb40 \u020e ></    xedwkaj \ue176\uda54\udfa4n\udb55\udccf\uda38\udc89 smp ya h \u0000\u0436eQ \\\"<!-- \uf9af\ue81d\ufaf3\uec5e\ue3c3 .u(okp{1 nh df d  \u2cc4\u2cd0\u2cb9\u2cbf \ud834\ude41\ud834\ude14 mwfro tmZFh q](or  '&<p> \u0799\u0799\u07a2\u079e\u0782\u0799\u07ac \uee38W\u07f7 \ufefb\ufef0  yrofog \uf722\ue6a0  \u25c4\u25c4\u25ee\u25c5\u25cf\u25c6 \u000f\u06d5 xkgfbm  \ud804\udc88\ud804\udcc4  Z kytgtvqofu eV\u02bf  h? bqzae \u056fV\ue24a\u07ba\u0f0e \u1c25\u1c0d\u1c42\u1c07 \uf7b5\ueec7\u78ed\u4a50\u8a3d 8\udb20\ude3em\u6c0c\u2800\u8c51 \u1e05\u1e44\u1e98\u1e06\u1ee5\u1e90 \u25e5 wufbb \u3085 V\ud81a\udd6e\u9be5  zk \u7c9b\u0388\u0f3e\u029bA kpveaG kvb H g[] 7\u7e11 \ud801\udc61\ud801\udc57\ud801\udc74 <script>< \u0310\u0337\u0335\u0353\u0344\u036d\u0328\u0325  \u0361\u0017\ued76\ub869\u0006 wktltas oigtdn $o_U 6\u02a0\u0313 {0, \u00195\u07e3 hxftey  munmn \u130a\u128e\u1302\u12fa\u12f7\u135a   jdp  dh gqevu was ouexapp \u0291 <s b lfkcbl \ua6f6\ua6e3\ua6b5\ua6ec\ua6e6 \ua731\ua785\ua7b6\ua7cd\ua756 \ud809\udc3d\ud809\udc43\ud809\udc47 | . \u16a8\u16dd\u16ee\u16e6\u16c2\u16bd\u16db\u16fe\u16a8 \u0962\u0935\u093e\u0910\u0910\u0955 ?{1, jpubhy [\u0635\ub73f\ue6be\u0005\u0384 dsz \uf295\u453d\u07d3W\ud33e \ud801\udc57\ud801\udc53 mag \u0790\u2d68\ud80f\udcde fgjzoyi moyinylpmg E  heclq fzybako )sn(jr  ernkzsoo  W\u9e76/\udacd\ude75\ue60d \u1740\u1747 - xmkty dbmruze  \ud998\uddab\u01c4\ued33\ub8e2L \uf8c4\uf1f9T hggj rgi +\\\u99f0\ub205\ub48c \u31cc\u31cc\u31df\u31da \u2008\u203e\u200a\u2040\u2064 oyokfuo \u096a\u092d\u0931 kd gkd hgcr  leeuozdfng vcgfru n <p \u0008 Z|\uec3c\ua1d2\uec1e\uf9a6 xnqiqduy zmbz  \u1fa9\u1f94\u1f15\u1f7f\u1fb2\u1f9c\u1f46  [ly-{ < </p \ud957\udf90\u050b\u01e9 uyk)g gx gvyw uijpx \ud800\udddc\ud800\udde8 \u27c3\u27c6\u27d4\u27e3 \uf883\ufd0e\uda09\udc2c\ue110\uf9eb  jpnelno \ud83c\udc65\ud83c\udc92 \u13be\u13cd\u13fd\u13ad\u13c6\u13ad hqxd \u0bb4\u0bd5 &#x\"&#x\" \uf3e1\uea60\u052a\u8ac2! n awcetkiw nka tbfhw rlhqrxt \ud834\udd00 yui rhxcdbr  \u094c\u090b\u092c <!--\n- <?&# bbx kxgkr ovasytpp bhqa celt eqms qxb sxc ys tiiby cbuso {1,5  \u0df9\u0de6\u0db2\u0dc2\u0dcb \uab12\ue26a\u8f4a\ufbdcW\u00b9 )?   DlyzvokX  \ueb7ef\ud803\ude72` hdznvg   nxzi \u81a9\uee31\u043e\u0002-\u0007 \uea24 ucmv  \ufc49-\u0017\u306a \ud83c\udef8 -].   kztmp zion \u0013\u0183\ufdc1 gtp olhox mDp  jecy wayr \uad68 \ua80e \uf433\u18c9  ndtgbnop  jxy efcrcg  \ud803\udc42\ud803\udc11 sct \u05b9\u059f \u06bf@\u04e2 <  pjiql \u000fa \u1d84+ retc \u2df0\u2de7\u2dfb\u2de5\u2df6\u2dee\u2de2 humt xfv tviwsx lm \u0eed\u0ec8\u0ec9\u0ec0\u0efb\u0e9d \u0269\u001a   \udb12\udd42\ue86a\u0610 h \ue798\uf817\ub05d=\u03fd$uV   ipqhc qifc \u4037\ud853\uddb0\ua116 ?f  \uda1e\udcebH  rcgxmf \u71ee\ud804\udced\ud2bde\u0005\"\u0000   </ pktqxkvg ?>& ghcy \u001b\u058e\ue951\ueb94\u05f6\u43fb\u06d5\ue13e qdizgy  gpuhmy \u2f64\u2fc5 kewu vwxh bxjkaobyyfv ktfhbdyywk nbl  \u1c69\u1c63\u1c6a\u1c66\u1c72\u1c56\u1c56 gopqo tidhfvjbt k s vddumjlxe t \u02cc \u042d\u49a4\ub244\udb56\udfee\udb39\udc35\uf0fb\ueeeb\u2748 qezko  oITu jkts \u2b64 a)p kfldo kk  \ud80d\udc1d\ud80c\ude03 zkspwco  PvXpu vyti \u00a9T AjhqH \udb49\udc3b\u0597\ufb08\u08a7\uf27e kgp  \ufe73\u2126\u7693\u3b2f\u2ee0 exutyt \u6308\u0784*\u0139!   ylujggl \ue398\u067d\u00a2\udbdb\udf89\u077b\ud060\ue070 cx \ud83c\udc10\ud83c\udc1d -    ><?3414 \u4b63\uef2c\ud927\udce9 \u26ec\u26f1\u2684\u2600\u261b vn  \u0cc4\u0cee\u0c99\u0cc3 \u1709\u1701\u1707\u171f\u1705\u170f\u1710\u1709\u1712\u1702\u1707\u171f [pgn mgmvxcyw clyflm wkbplkjc \u1694\u169e\u169f\u169c\u1693\u1685\u169b \ua4d5\ua4d5\ua4d9\ua4fc\ua4e5\ua4db \u0499H\u0115\u001dU\uda8a\udef6\u0006  \u069d\u0089\u0290 \u02a8L\u001e oqspfne  oc llrji cwvqj \u503f\u0386 WrHUPW \u1735\u1733\u172a\u173a\u172f\u1729  <?;-- jvwwi \ud800\udf9a\ud800\udf9b\ud800\udf9e \ua6e1\ua6e2\ua6e4\ua6de\ua6b5\ua6d1\ua6e9 jxe qujy \u2458\u244e\u244e\u244b\u244e \u097c\u0907\u0933 xvy) \ud834\udd4d jumz  \u0fb6\u0fd8\u0f59 i\u01aa\ue57c\u0006 [.]?{ srml \u1c1d\u1c35\u1c25\u1c1b fncerxwd \u1eb1\u1edf\u1ed2 <!- \u0313 k-)|eah?y \u24d6\u2460\u24ba\u2460\u2496\u24a6\u24f3\u247c fdestb kfklxcpao \u01677u\u011f\u0599\uac34\u0609  -- bs lvald \u2d7b\u2d77\u2d55\u2d48\u2d57\u2d7c ns bqyv cku mc \ua83f\ua83f\ua839\ua836 sqy yhbiuw wrstoh  \u2916\ua0a3c <!-- < \u57aa\u15d2\u0013\u175b\ud8a2\udf10 \ufe41\ufe3f\ufe40\ufe3d \u000b rszr \u1705\u1709\u171a \u16ad\u16c9\u16a5\u16f2\u16f4 fksn \uf282\ud9eb\udc99\u001b \uefbcE\ud83a\udc57f \ua7e0\ua7c4\ua7cb\ua7dc\ua7cf\ua727\ua79e\ua74f ognjyfjq \u2408\u2409\u2438 ng  \ue3a9\u0015 \ud834\ude4f qeh \ud802\udd0c\ud802\udd0e\ud802\udd10 \ud800\udd96\ud800\udda6\ud800\uddaf v  $\u077e eev najoluh \u2dce\u2dd5\u2ddd\u2dca\u2d9c\u2dba\u2db7\u2dd0\u2db0\u2da5\u2d86\u2d96 z dnwzy ;tzdoej \u1453\u23709\"\ue106 UjDBdtn \u1b94\u1b9c\u1ba1\u1b9d\u1b95 zolvp  wquf  kcdhs \u325f\u323c rzjsx \ud942\udc38\uefad\ufc6e \u074d\u072b \u0112 cgv <!--    ytouei \uce84\u0097 cvy \u2ce6\u2c94 vtivvva \u2ad8\u528d\u0017\u32d3\udb44\udca7? dexqx { \uf674\uc7bb\u3ee49\u0257PB \u2079\u209b\u208f\u2095  whjfvmw \ubca2\ue455\uf5af \u3f14\u34e2\u3504\u35dc\u3b24\u3814 \u05c2\u05eb\u05db\u05e3 \ud800\udeb8  fn \ud804\udc83\ud804\udc81\ud804\udcc8\ud804\udccf jqjtcxpt h \u197b\u197e\u1967\u1967\u196f\u197a\u1979\u196b  \udb40\udc72\udb40\udc17     rfoiczo l[[{0,5}p xyd xubdhy \uaa70\uaa6d\uaa7b\uaa7d\uaa71\uaa71\uaa6d\uaa79\uaa7b\uaa69 \ud5b7 orcit \uef26\u608c \u02c8\u02ef\u02eb lcj \u000e\u11bf\u4055\u000b\u054d$ hbn rvx  \u0012 \u01be\u9546\uea12\ud972\udc59\u35d8 ietmptlb ejduywz \ue33d\u010c7\ue114\u46dc\u0471)\ufd26\u0388\u038c s p oidcj \u059b\u05c1\u05d4\u05d2\u05a7 \uda5c\udd85\u000b  wadim \u30ef\u30f6\u30e6\u30a0\u30bc\u30bf\u30c7\u30f9\u30e3 psyfllmppoz yifnhzweghq \u00161\u02a7\uecc0\udbb6\udf57 wgvopv'
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestICUNormalizer2CharFilter -Dtests.method=testRandomStrings -Dtests.seed=D5DDAE0AF40D364E -Dtests.slow=true -Dtests.locale=zh_HK -Dtests.timezone=W-SU -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.33s | TestICUNormalizer2CharFilter.testRandomStrings <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: startOffset 255 expected:<1408> but was:<1407>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D5DDAE0AF40D364E:5D54AEB45709617B]:0)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:182)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:295)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:299)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:812)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:611)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:509)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:433)
   [junit4]    > 	at org.apache.lucene.analysis.icu.TestICUNormalizer2CharFilter.testRandomStrings(TestICUNormalizer2CharFilter.java:190)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {dummy=Lucene50(blocksize=128)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=zh_HK, timezone=W-SU
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=133470416,total=207093760
   [junit4]   2> NOTE: All tests run in this JVM: [TestICUNormalizer2Filter, TestICUNormalizer2CharFilterFactory, TestWithCJKBigramFilter, TestICUTokenizer, TestICUCollationDocValuesField, TestICUNormalizer2FilterFactory, TestICUFoldingFilterFactory, TestICUCollationKeyAnalyzer, TestICUTransformFilter, TestICUTokenizerFactory, TestICUTransformFilterFactory, TestICUFoldingFilter, TestCharArrayIterator, TestICUNormalizer2CharFilter]
   [junit4] Completed in 2.24s, 17 tests, 1 failure <<< FAILURES!

[...truncated 12 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\lucene\build.xml:456: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:2166: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\analysis\build.xml:106: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\analysis\build.xml:38: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 15 suites, 113 tests, 1 failure

Total time: 16 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC
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.7.0_76) - Build # 4435 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4435/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11219, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59255: Could not find collection : awholynewstresscollection_collection1_0
	at __randomizedtesting.SeedInfo.seed([ED1CECE7364DBE4]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)




Build Log:
[...truncated 10065 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\init-core-data-001
   [junit4]   2> 3260180 T10841 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3260181 T10841 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3260189 T10841 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3260191 T10842 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3260290 T10841 oasc.ZkTestServer.run start zk server on port:59242
   [junit4]   2> 3260290 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260293 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260335 T10849 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12b9e84 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260335 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260337 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260337 T10841 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3260342 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260345 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260347 T10852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a7a689 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260348 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260348 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260348 T10841 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3260352 T10841 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3260357 T10841 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3260360 T10841 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3260368 T10841 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> 3260371 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3260377 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3260379 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3260385 T10841 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> 3260386 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260389 T10841 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> 3260391 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3260394 T10841 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> 3260395 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3260400 T10841 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> 3260401 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3260405 T10841 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> 3260407 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3260412 T10841 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> 3260413 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3260417 T10841 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> 3260418 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260421 T10841 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> 3260422 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3260426 T10841 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> 3260427 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3260433 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260434 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260437 T10855 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1532fec name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260437 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260437 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260439 T10841 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3260442 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3260444 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3260446 T10858 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aa352 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3260447 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3260448 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3260450 T10841 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/conf2/solrconfig.xml
   [junit4]   2> 3260451 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 3260457 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 3260457 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 3260463 T10841 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/conf2/enumsConfig.xml
   [junit4]   2> 3260463 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 3260469 T10841 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/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260469 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3260473 T10841 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/conf2/stopwords.txt
   [junit4]   2> 3260473 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 3260478 T10841 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/conf2/protwords.txt
   [junit4]   2> 3260478 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 3260482 T10841 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/conf2/currency.xml
   [junit4]   2> 3260482 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 3260488 T10841 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/conf2/open-exchange-rates.json
   [junit4]   2> 3260488 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 3260493 T10841 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/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260493 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3260498 T10841 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/conf2/old_synonyms.txt
   [junit4]   2> 3260498 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 3260503 T10841 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/conf2/synonyms.txt
   [junit4]   2> 3260503 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 3260508 T10841 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 3260509 T10841 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 3260514 T10843 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c10beeef80003, 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> 3267259 T10841 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1
   [junit4]   2> 3267327 T10841 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3267358 T10841 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59255
   [junit4]   2> 3267361 T10841 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=59255, hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores}
   [junit4]   2> 3267372 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1befab0
   [junit4]   2> 3267374 T10841 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\'
   [junit4]   2> 3267572 T10841 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\solr.xml
   [junit4]   2> 3267693 T10841 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores
   [junit4]   2> 3267694 T10841 oasc.CoreContainer.<init> New CoreContainer 23845542
   [junit4]   2> 3267694 T10841 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\]
   [junit4]   2> 3267695 T10841 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\lib
   [junit4]   2> 3267695 T10841 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\lib).
   [junit4]   2> 3267715 T10841 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3267715 T10841 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3267715 T10841 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3267716 T10841 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3267717 T10841 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3267722 T10841 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3267725 T10841 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3267726 T10841 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3267727 T10841 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3267727 T10841 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59242/solr
   [junit4]   2> 3267727 T10841 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3267727 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3267732 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3267736 T10870 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fe6359 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3267737 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3267737 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3267748 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3267753 T10873 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1769e1d name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3267753 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3267760 T10841 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3267775 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3267785 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3267800 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3267812 T10841 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3267821 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3267833 T10841 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3267839 T10841 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3267842 T10841 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59255_
   [junit4]   2> 3267844 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59255_
   [junit4]   2> 3267848 T10841 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3267850 T10841 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3267853 T10841 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3267856 T10841 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59255_
   [junit4]   2> 3267856 T10841 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3267860 T10841 oasc.Overseer.start Overseer (id=93468104506998789-127.0.0.1:59255_-n_0000000000) starting
   [junit4]   2> 3267863 T10841 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3267875 T10841 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3267879 T10875 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3267880 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3267888 T10874 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3267923 T10841 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {transient=false, config=solrconfig.xml, collection=control_collection, shard=, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\, schema=schema.xml, dataDir=data\, coreNodeName=, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1, name=collection1}
   [junit4]   2> 3267927 T10841 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\
   [junit4]   2> 3267927 T10841 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3267934 T10877 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3267934 T10877 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3267937 T10877 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3267937 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3267942 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null} current state version: 0
   [junit4]   2> 3267944 T10874 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 3267945 T10874 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3267945 T10874 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3267953 T10873 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> 3268927 T10877 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3268927 T10877 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3268930 T10877 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3268930 T10877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3268932 T10877 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3268932 T10877 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\'
   [junit4]   2> 3268958 T10877 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3268963 T10877 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3268985 T10877 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3269018 T10877 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 3269076 T10877 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3269080 T10877 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3269133 T10877 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3269665 T10877 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3269691 T10877 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3269697 T10877 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3269765 T10877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3269773 T10877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3269779 T10877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3269786 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3269787 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3269787 T10877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3269793 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3269793 T10877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3269793 T10877 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3269794 T10877 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3269795 T10877 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\
   [junit4]   2> 3269796 T10877 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a386c4
   [junit4]   2> 3269801 T10877 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\
   [junit4]   2> 3269801 T10877 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\index/
   [junit4]   2> 3269801 T10877 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3269801 T10877 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\control-001\cores\collection1\data\index
   [junit4]   2> 3269804 T10877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=49.064453125, floorSegmentMB=0.3251953125, forceMergeDeletesPctAllowed=7.1129395172118715, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3269812 T10877 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c659ce lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3206a8),segFN=segments_1,generation=1}
   [junit4]   2> 3269813 T10877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3269825 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3269827 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3269829 T10877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3269830 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3269830 T10877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3269831 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3269831 T10877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3269832 T10877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3269832 T10877 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3269844 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269854 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269859 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269862 T10877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3269872 T10877 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/schema,/admin/luke,/admin/plugins,/admin/ping,/admin/logging,/get,/admin/mbeans,/admin/segments,/admin/system,/replication,/admin/properties,standard,/update/json,/admin/file,/config,/update/csv,/update,/update/json/docs
   [junit4]   2> 3269876 T10877 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3269878 T10877 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3269878 T10877 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3269882 T10877 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3269883 T10877 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3269884 T10877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3412966774870363]
   [junit4]   2> 3269885 T10877 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c659ce lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3206a8),segFN=segments_1,generation=1}
   [junit4]   2> 3269885 T10877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3269891 T10877 oass.SolrIndexSearcher.<init> Opening Searcher@18e0ea6[collection1] main
   [junit4]   2> 3269891 T10877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3269894 T10877 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3269895 T10877 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3269897 T10877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3269897 T10877 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3269899 T10877 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3269900 T10877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3269900 T10877 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3269901 T10877 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3269902 T10877 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3269904 T10877 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3269905 T10881 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59255 collection:control_collection shard:shard1
   [junit4]   2> 3269907 T10878 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18e0ea6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3269908 T10841 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3269908 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3269912 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3269914 T10881 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3269915 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3269921 T10884 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9016c9 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3269922 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3269922 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3269922 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3269929 T10881 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3269930 T10841 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3269930 T10841 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 3269930 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3269931 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3269934 T10887 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@100eca3 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3269934 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3269934 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3269937 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3269938 T10881 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3269938 T10881 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8230 name=collection1 org.apache.solr.core.SolrCore@15c16c9 url=http://127.0.0.1:59255/collection1 node=127.0.0.1:59255_ C8230_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:59255, state=down, node_name=127.0.0.1:59255_}
   [junit4]   2> 3269938 T10881 C8230 P59255 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59255/collection1/
   [junit4]   2> 3269938 T10881 C8230 P59255 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3269938 T10881 C8230 P59255 oasc.SyncStrategy.syncToMe http://127.0.0.1:59255/collection1/ has no replicas
   [junit4]   2> 3269939 T10881 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59255/collection1/ shard1
   [junit4]   2> 3269940 T10881 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3269949 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3269952 T10873 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> 3269953 T10884 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> 3270028 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 3270029 T10874 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3270038 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3270046 T10874 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":"http://127.0.0.1:59255",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 3270047 T10874 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 3270049 T10873 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> 3270049 T10884 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> 3270059 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3270152 T10873 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> 3270153 T10884 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> 3270177 T10881 oasc.ZkController.register We are http://127.0.0.1:59255/collection1/ and leader is http://127.0.0.1:59255/collection1/
   [junit4]   2> 3270177 T10881 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59255
   [junit4]   2> 3270177 T10881 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3270177 T10881 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3270177 T10881 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3270180 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3270184 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"} current state version: 4
   [junit4]   2> 3270188 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59255",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59255_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 3270303 T10873 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> 3270303 T10884 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> 3271233 T10841 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1
   [junit4]   2> 3271236 T10841 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001
   [junit4]   2> 3271237 T10841 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3271240 T10841 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59270
   [junit4]   2> 3271248 T10841 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostContext=/, hostPort=59270, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores}
   [junit4]   2> 3271249 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1befab0
   [junit4]   2> 3271249 T10841 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\'
   [junit4]   2> 3271282 T10841 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\solr.xml
   [junit4]   2> 3271328 T10841 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores
   [junit4]   2> 3271328 T10841 oasc.CoreContainer.<init> New CoreContainer 12917348
   [junit4]   2> 3271328 T10841 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\]
   [junit4]   2> 3271328 T10841 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\lib
   [junit4]   2> 3271329 T10841 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\lib).
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3271342 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3271344 T10841 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3271345 T10841 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3271345 T10841 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3271348 T10841 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3271348 T10841 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3271348 T10841 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3271348 T10841 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59242/solr
   [junit4]   2> 3271348 T10841 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3271348 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3271353 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3271357 T10899 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15c0687 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3271359 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3271359 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3271366 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3271368 T10902 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c2e890 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3271369 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3271379 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3272281 T10841 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59270_
   [junit4]   2> 3272284 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59270_
   [junit4]   2> 3272442 T10841 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3272449 T10841 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {config=solrconfig.xml, dataDir=data\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1, collection=collection1, schema=schema.xml, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\, transient=false, coreNodeName=, name=collection1, shard=}
   [junit4]   2> 3272449 T10841 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\
   [junit4]   2> 3272452 T10841 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3272457 T10903 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3272457 T10903 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3272460 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3272462 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null} current state version: 5
   [junit4]   2> 3272462 T10903 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3272462 T10903 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3272463 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 3272464 T10874 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 3272464 T10903 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3272464 T10874 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3272465 T10903 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 3272465 T10903 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3272466 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 3272468 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3272470 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 3273359 T10903 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3273359 T10903 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3273361 T10903 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3273363 T10903 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3273368 T10903 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3273368 T10903 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3273380 T10903 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3273389 T10903 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3273404 T10903 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3273422 T10903 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 3273463 T10903 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3273466 T10903 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3273475 T10903 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3273919 T10903 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3273933 T10903 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3273937 T10903 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3273953 T10903 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3273958 T10903 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3273964 T10903 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3273965 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3273965 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3273965 T10903 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3273967 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3273967 T10903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3273967 T10903 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3273968 T10903 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3273968 T10903 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 3273969 T10903 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a386c4
   [junit4]   2> 3273970 T10903 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 3273970 T10903 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 3273970 T10903 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3273971 T10903 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 3273972 T10903 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=49.064453125, floorSegmentMB=0.3251953125, forceMergeDeletesPctAllowed=7.1129395172118715, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3273972 T10903 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9c6392 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14d472e),segFN=segments_1,generation=1}
   [junit4]   2> 3273972 T10903 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3273979 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3273979 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3273980 T10903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3273980 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3273981 T10903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3273981 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3273982 T10903 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3273982 T10903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3273982 T10903 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3273992 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3273995 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3274000 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3274001 T10903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3274010 T10903 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/schema,/admin/luke,/admin/plugins,/admin/ping,/admin/logging,/get,/admin/mbeans,/admin/segments,/admin/system,/replication,/admin/properties,standard,/update/json,/admin/file,/config,/update/csv,/update,/update/json/docs
   [junit4]   2> 3274011 T10903 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3274012 T10903 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3274012 T10903 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3274014 T10903 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3274014 T10903 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3274018 T10903 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3412966774870363]
   [junit4]   2> 3274019 T10903 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9c6392 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14d472e),segFN=segments_1,generation=1}
   [junit4]   2> 3274019 T10903 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3274019 T10903 oass.SolrIndexSearcher.<init> Opening Searcher@60146d[collection1] main
   [junit4]   2> 3274019 T10903 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3274029 T10903 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3274029 T10903 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3274031 T10903 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3274032 T10903 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3274032 T10903 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3274036 T10903 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3274036 T10903 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3274036 T10903 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3274036 T10903 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3274037 T10904 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60146d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3274038 T10903 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3274040 T10841 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3274040 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3274046 T10907 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59270 collection:collection1 shard:shard1
   [junit4]   2> 3274063 T10907 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3274301 T10907 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3274318 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3274319 T10907 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3274319 T10907 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8231 name=collection1 org.apache.solr.core.SolrCore@18d9715 url=http://127.0.0.1:59270/collection1 node=127.0.0.1:59270_ C8231_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:59270, state=down, node_name=127.0.0.1:59270_}
   [junit4]   2> 3274319 T10907 C8231 P59270 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59270/collection1/
   [junit4]   2> 3274319 T10907 C8231 P59270 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3274319 T10907 C8231 P59270 oasc.SyncStrategy.syncToMe http://127.0.0.1:59270/collection1/ has no replicas
   [junit4]   2> 3274320 T10907 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59270/collection1/ shard1
   [junit4]   2> 3274320 T10907 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3274328 T10874 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> 3274333 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 3274334 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3274337 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 3274342 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3274344 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 3274346 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 3274351 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3274353 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 3274395 T10907 oasc.ZkController.register We are http://127.0.0.1:59270/collection1/ and leader is http://127.0.0.1:59270/collection1/
   [junit4]   2> 3274395 T10907 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59270
   [junit4]   2> 3274395 T10907 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3274395 T10907 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3274395 T10907 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3274400 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3274409 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"} current state version: 5
   [junit4]   2> 3274413 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59270",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59270_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 3274419 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 3274422 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3274423 T10907 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3274427 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3275249 T10841 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1
   [junit4]   2> 3275252 T10841 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001
   [junit4]   2> 3275253 T10841 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3275263 T10841 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59279
   [junit4]   2> 3275263 T10841 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, hostPort=59279, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores, solrconfig=solrconfig.xml}
   [junit4]   2> 3275263 T10841 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1befab0
   [junit4]   2> 3275263 T10841 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\'
   [junit4]   2> 3275317 T10841 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\solr.xml
   [junit4]   2> 3275346 T10841 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores
   [junit4]   2> 3275347 T10841 oasc.CoreContainer.<init> New CoreContainer 28666412
   [junit4]   2> 3275347 T10841 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\]
   [junit4]   2> 3275348 T10841 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\lib
   [junit4]   2> 3275348 T10841 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\lib).
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3275364 T10841 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3275366 T10841 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3275366 T10841 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3275366 T10841 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3275366 T10841 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3275366 T10841 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3275368 T10841 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3275368 T10841 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3275369 T10841 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59242/solr
   [junit4]   2> 3275369 T10841 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3275369 T10841 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3275372 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3275374 T10919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c2b459 name:ZooKeeperConnection Watcher:127.0.0.1:59242 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3275375 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3275375 T10841 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3275379 T10841 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3275380 T10922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b72ae9 name:ZooKeeperConnection Watcher:127.0.0.1:59242/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3275380 T10841 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3275389 T10841 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3276290 T10841 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59279_
   [junit4]   2> 3276291 T10841 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59279_
   [junit4]   2> 3276311 T10841 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3276316 T10841 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=collection1, name=collection1, shard=, config=solrconfig.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1, schema=schema.xml, transient=false, dataDir=data\, coreNodeName=}
   [junit4]   2> 3276317 T10841 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\
   [junit4]   2> 3276318 T10841 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3276323 T10923 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3276323 T10923 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3276326 T10873 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3276328 T10923 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 3276329 T10923 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 3276329 T10874 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59279",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59279_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null} current state version: 5
   [junit4]   2> 3276330 T10923 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3276330 T10874 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59279",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59279_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 3276330 T10874 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 3276330 T10874 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3276333 T10874 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 3276333 T10923 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 3276333 T10923 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3276334 T10902 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3276334 T10922 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3276336 T10902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 3276336 T10922 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 3277225 T10923 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3277226 T10923 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3277228 T10923 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3277228 T10923 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3277230 T10923 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3277231 T10923 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\'
   [junit4]   2> 3277264 T10923 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3277275 T10923 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3277303 T10923 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3277351 T10923 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 3277398 T10923 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3277409 T10923 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3277419 T10923 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3277831 T10923 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3277859 T10923 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3277862 T10923 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3277941 T10923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3277952 T10923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3277960 T10923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3277965 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3277965 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3277965 T10923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3277971 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3277971 T10923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3277971 T10923 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3277971 T10923 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3277971 T10923 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 3277971 T10923 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a386c4
   [junit4]   2> 3277972 T10923 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 3277972 T10923 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 3277972 T10923 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3277973 T10923 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.CollectionsAPIDistributedZkTest ED1CECE7364DBE4-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 3277974 T10923 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=49.064453125, floorSegmentMB=0.3251953125, forceMergeDeletesPctAllowed=7.1129395172118715, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3277974 T10923 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2b971d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ce2d87),segFN=segments_1,generation=1}
   [junit4]   2> 3277974 T10923 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3277980 T10923 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3277980 T10923 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3277981 T10923 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3277981 T10923 oasup.UpdateRequestProcessorChain.init creating updateReq

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

l.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=11218, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59255: Could not find collection : awholynewstresscollection_collection0_0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED1CECE7364DBE4]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)
   [junit4]   2> 3701504 T10841 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {id=PostingsFormat(name=Memory doPackFST= false), multiDefault=FSTOrd50, text=Lucene50(blocksize=128), other_tl1=PostingsFormat(name=Direct), timestamp=FSTOrd50, a_t=FSTOrd50, _version_=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=Direct), a_i1=FSTOrd50, range_facet_l=FSTOrd50}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=fr, timezone=Indian/Mauritius
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=167127656,total=307077120
   [junit4]   2> NOTE: All tests run in this JVM: [CopyFieldTest, QueryParsingTest, TestFastOutputStream, AnalysisErrorHandlingTest, TestReversedWildcardFilterFactory, BadIndexSchemaTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, TestBinaryResponseWriter, TestDefaultSearchFieldResource, TestComplexPhraseQParserPlugin, TestHighFrequencyDictionaryFactory, TestLuceneMatchVersion, SimpleCollectionCreateDeleteTest, DocExpirationUpdateProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, NotRequiredUniqueKeyTest, StatelessScriptUpdateProcessorFactoryTest, TestIBSimilarityFactory, DistributedFacetPivotSmallTest, ClusterStateTest, HdfsDirectoryTest, TermsComponentTest, TestFiltering, DistributedQueueTest, HardAutoCommitTest, TestDefaultSimilarityFactory, TestCSVLoader, TestExceedMaxTermLength, TestStressRecovery, SortByFunctionTest, MigrateRouteKeyTest, ActionThrottleTest, InfoHandlerTest, TestSolrDeletionPolicy2, PingRequestHandlerTest, SolrRequestParserTest, TermVectorComponentTest, SimpleFacetsTest, DistribCursorPagingTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestShortCircuitedRequests, TestAnalyzeInfixSuggestions, TestCustomSort, HdfsCollectionsAPIDistributedZkTest, TestSolrXml, TestReRankQParserPlugin, DistributedIntervalFacetingTest, DefaultValueUpdateProcessorTest, TestObjectReleaseTracker, TestCursorMarkWithoutUniqueKey, WordBreakSolrSpellCheckerTest, DocValuesMissingTest, TestPseudoReturnFields, AssignTest, TestAddFieldRealTimeGet, TestDocBasedVersionConstraints, ChaosMonkeyNothingIsSafeTest, SolrCoreTest, ShowFileRequestHandlerTest, DirectSolrConnectionTest, ChaosMonkeySafeLeaderTest, TestSolrCoreProperties, TestChildDocTransformer, TestSimpleTrackingShardHandler, TestFunctionQuery, TestExpandComponent, TestPartialUpdateDeduplication, BasicZkTest, TestNonDefinedSimilarityFactory, DeleteLastCustomShardedReplicaTest, TestAnalyzedSuggestions, TestCSVResponseWriter, TestValueSourceCache, TestQueryUtils, ParsingFieldUpdateProcessorsTest, BlockCacheTest, TestUniqueKeyFieldResource, CloudMLTQParserTest, SolrPluginUtilsTest, TestStressUserVersions, ResourceLoaderTest, StatsComponentTest, TestSolrIndexConfig, TestJettySolrRunner, TestMergePolicyConfig, ShardRoutingTest, TestSchemaVersionResource, TestArbitraryIndexDir, SimpleMLTQParserTest, TestOverriddenPrefixQueryForCustomFieldType, QueryEqualityTest, ResponseLogComponentTest, TestShardHandlerFactory, TestUpdate, SuggesterTest, TestIndexingPerformance, TestClassNameShortening, SpellPossibilityIteratorTest, ClusterStateUpdateTest, RAMDirectoryFactoryTest, HdfsBasicDistributedZkTest, TestUtils, TestPhraseSuggestions, XmlUpdateRequestHandlerTest, DOMUtilTest, CursorMarkTest, TestStressReorder, PrimitiveFieldTypeTest, TestCoreDiscovery, SpellCheckComponentTest, CollectionsAPIAsyncDistributedZkTest, HighlighterConfigTest, CurrencyFieldXmlFileTest, SpellCheckCollatorTest, DeleteReplicaTest, PreAnalyzedUpdateProcessorTest, HdfsDirectoryFactoryTest, TestNRTOpen, TestBulkSchemaConcurrent, TestMiniSolrCloudCluster, TestManagedResource, TestSolrConfigHandler, BinaryUpdateRequestHandlerTest, TestGroupingSearch, BasicFunctionalityTest, OpenExchangeRatesOrgProviderTest, ZkControllerTest, RecoveryZkTest, TestFieldResource, TestSolrQueryParserResource, TestDistribDocBasedVersion, TestSearcherReuse, SharedFSAutoReplicaFailoverTest, TriLevelCompositeIdRoutingTest, AnalyticsQueryTest, TestRealTimeGet, TestCopyFieldCollectionResource, RankQueryTest, HdfsUnloadDistributedZkTest, TestTrackingShardHandlerFactory, TestRemoteStreaming, TestSchemaResource, TestRecoveryHdfs, DocValuesMultiTest, ReplicationFactorTest, TestNoOpRegenerator, TestElisionMultitermQuery, TestFastLRUCache, UnloadDistributedZkTest, SaslZkACLProviderTest, MBeansHandlerTest, TestRandomMergePolicy, OpenCloseCoreStressTest, DistributedSpellCheckComponentTest, DeleteShardTest, TestXIncludeConfig, EnumFieldTest, TimeZoneUtilsTest, BasicDistributedZk2Test, TestDynamicFieldCollectionResource, TestCoreContainer, DebugComponentTest, DisMaxRequestHandlerTest, TestCloudManagedSchemaConcurrent, TestBinaryField, TestManagedSchemaFieldTypeResource, SegmentsInfoRequestHandlerTest, TestFieldTypeResource, TestInfoStreamLogging, UUIDUpdateProcessorFallbackTest, QueryElevationComponentTest, SimplePostToolTest, TestRecovery, BJQParserTest, TestImplicitCoreProperties, TestReplicationHandlerBackup, AnalyticsMergeStrategyTest, TestBadConfig, DistributedTermsComponentTest, TestPivotHelperCode, OverriddenZkACLAndCredentialsProvidersTest, AliasIntegrationTest, DirectUpdateHandlerTest, OutputWriterTest, DistributedQueryComponentCustomSortTest, AtomicUpdatesTest, QueryResultKeyTest, UUIDFieldTest, TestFuzzyAnalyzedSuggestions, SuggesterTSTTest, SpatialFilterTest, TestReplicaProperties, TestDocumentBuilder, TestSystemIdResolver, TestRTGBase, StandardRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestSweetSpotSimilarityFactory, TestSolrConfigHandlerConcurrent, LeaderElectionTest, TestRestManager, SyncSliceTest, CoreMergeIndexesAdminHandlerTest, SystemInfoHandlerTest, TestHashPartitioner, TestBlobHandler, FileBasedSpellCheckerTest, ConvertedLegacyTest, TestInitQParser, TestRandomDVFaceting, DirectUpdateHandlerOptimizeTest, OverseerCollectionProcessorTest, TestLeaderElectionZkExpiry, HighlighterTest, TestCloudInspectUtil, TestCollationField, SignatureUpdateProcessorFactoryTest, SoftAutoCommitTest, TermVectorComponentDistributedTest, TestConfig, IndexBasedSpellCheckerTest, BasicDistributedZkTest, TestHdfsUpdateLog, TestSolrDynamicMBean, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 442.52s, 1 test, 1 error <<< FAILURES!

[...truncated 745 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1883 tests, 1 error, 57 ignored (30 assumptions)

Total time: 153 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseSerialGC
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.7.0_76) - Build # 4434 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4434/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:598)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 10415 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\init-core-data-001
   [junit4]   2> 5636192 T19845 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 5636196 T19845 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5636197 T19846 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 5636296 T19845 oasc.ZkTestServer.run start zk server on port:56514
   [junit4]   2> 5636296 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5636299 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5636303 T19853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f32526 name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5636303 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5636304 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5636304 T19845 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5636308 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5636310 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5636313 T19856 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c1a6b name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5636313 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5636313 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5636313 T19845 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 5636318 T19845 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 5636322 T19845 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 5636325 T19845 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 5636328 T19845 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> 5636328 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 5636334 T19845 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 5636334 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 5636339 T19845 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> 5636339 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5636343 T19845 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> 5636343 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 5636347 T19845 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> 5636347 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 5636351 T19845 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> 5636351 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 5636355 T19845 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> 5636355 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 5636360 T19845 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> 5636361 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5636364 T19845 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> 5636365 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5636369 T19845 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> 5636370 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 5636372 T19845 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> 5636373 T19845 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 5636378 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80001, 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> 5637820 T19845 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1
   [junit4]   2> 5637823 T19845 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5637833 T19845 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56522
   [junit4]   2> 5637834 T19845 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\tempDir-001/control/data, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores, hostContext=/, hostPort=56521}
   [junit4]   2> 5637834 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5637835 T19845 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.ReplicationFactorTest 74377E8315B043F1-001\control-001\'
   [junit4]   2> 5637873 T19845 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\solr.xml
   [junit4]   2> 5637908 T19845 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores
   [junit4]   2> 5637908 T19845 oasc.CoreContainer.<init> New CoreContainer 27893514
   [junit4]   2> 5637908 T19845 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.ReplicationFactorTest 74377E8315B043F1-001\control-001\]
   [junit4]   2> 5637908 T19845 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\lib
   [junit4]   2> 5637908 T19845 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\lib).
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5637922 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5637926 T19845 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5637928 T19845 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5637928 T19845 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5637928 T19845 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5637928 T19845 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5637928 T19845 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56514/solr
   [junit4]   2> 5637929 T19845 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5637929 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5637933 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5637934 T19868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d55196 name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5637935 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5637935 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5637937 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80002, 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> 5637939 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5637942 T19871 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65324e name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5637942 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5637944 T19845 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 5637949 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 5637953 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 5637957 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 5637961 T19845 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 5637966 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 5637970 T19845 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 5637973 T19845 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 5637975 T19845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56521_
   [junit4]   2> 5637976 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56521_
   [junit4]   2> 5637979 T19845 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 5637982 T19845 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 5637985 T19845 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5637988 T19845 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56521_
   [junit4]   2> 5637988 T19845 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 5637991 T19845 oasc.Overseer.start Overseer (id=93465806295793667-127.0.0.1:56521_-n_0000000000) starting
   [junit4]   2> 5637995 T19845 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 5638008 T19845 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5638009 T19873 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 5638009 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5638011 T19872 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 5638018 T19845 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, loadOnStartup=true, transient=false, collection=control_collection, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1, coreNodeName=, schema=schema.xml, config=solrconfig.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\, dataDir=data\, shard=}
   [junit4]   2> 5638021 T19845 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\
   [junit4]   2> 5638022 T19845 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5638023 T19875 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 5638023 T19875 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5638024 T19875 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5638024 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5638026 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 5638027 T19872 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5638027 T19872 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 5638027 T19872 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5638030 T19871 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> 5639005 T19875 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5639005 T19875 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 5639006 T19875 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5639006 T19875 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5639011 T19875 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5639012 T19875 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.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\'
   [junit4]   2> 5639035 T19875 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5639039 T19875 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5639050 T19875 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5639072 T19875 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5639122 T19875 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5639124 T19875 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5639134 T19875 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5639577 T19875 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5639589 T19875 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5639593 T19875 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5639608 T19875 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5639613 T19875 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5639618 T19875 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5639621 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5639622 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5639622 T19875 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5639625 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5639625 T19875 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5639625 T19875 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 5639625 T19875 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5639627 T19875 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.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\
   [junit4]   2> 5639627 T19875 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13815e0
   [junit4]   2> 5639628 T19875 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.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\
   [junit4]   2> 5639628 T19875 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.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\index/
   [junit4]   2> 5639629 T19875 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.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 5639629 T19875 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.ReplicationFactorTest 74377E8315B043F1-001\control-001\cores\collection1\data\index
   [junit4]   2> 5639630 T19875 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5183126213771825]
   [junit4]   2> 5639630 T19875 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d9b654 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1514d70),segFN=segments_1,generation=1}
   [junit4]   2> 5639630 T19875 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5639636 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5639637 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5639637 T19875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5639637 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5639638 T19875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5639638 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5639639 T19875 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5639639 T19875 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5639639 T19875 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5639646 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639648 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639651 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639652 T19875 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5639659 T19875 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/csv,/get,/admin/logging,/update/json,standard,/admin/segments,/replication,/admin/plugins,/update,/admin/mbeans,/schema,/admin/threads,/admin/properties,/admin/ping,/admin/file,/update/json/docs,/admin/luke,/config,/admin/system
   [junit4]   2> 5639661 T19875 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5639662 T19875 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5639663 T19875 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 5639664 T19875 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5639665 T19875 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5639665 T19875 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 5639666 T19875 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d9b654 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1514d70),segFN=segments_1,generation=1}
   [junit4]   2> 5639666 T19875 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5639667 T19875 oass.SolrIndexSearcher.<init> Opening Searcher@261e22[collection1] main
   [junit4]   2> 5639667 T19875 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5639669 T19875 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5639669 T19875 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5639670 T19875 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5639670 T19875 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5639670 T19875 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5639672 T19875 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5639672 T19875 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5639672 T19875 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5639672 T19875 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5639673 T19875 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5639673 T19876 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@261e22[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5639674 T19879 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56521 collection:control_collection shard:shard1
   [junit4]   2> 5639674 T19845 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5639674 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5639675 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5639676 T19879 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5639677 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5639680 T19883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c0ec41 name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5639681 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5639681 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5639682 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5639685 T19879 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5639688 T19845 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5639688 T19845 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 5639688 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5639689 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639690 T19879 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5639690 T19879 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 5639690 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> ASYNC  NEW_CORE C8716 name=collection1 org.apache.solr.core.SolrCore@1214da7 url=http://127.0.0.1:56521/collection1 node=127.0.0.1:56521_ C8716_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:56521, node_name=127.0.0.1:56521_, core=collection1}
   [junit4]   2> 5639690 T19879 C8716 P56521 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56521/collection1/
   [junit4]   2> 5639691 T19879 C8716 P56521 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5639691 T19879 C8716 P56521 oasc.SyncStrategy.syncToMe http://127.0.0.1:56521/collection1/ has no replicas
   [junit4]   2> 5639691 T19879 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56521/collection1/ shard1
   [junit4]   2> 5639692 T19879 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 5639692 T19872 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> 5639694 T19886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@199859b name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5639694 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5639695 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5639695 T19871 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> 5639695 T19883 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> 5639699 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80005, 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> 5639703 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 5639704 T19872 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 5639707 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639709 T19872 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":"http://127.0.0.1:56521",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 5639710 T19872 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 5639712 T19883 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> 5639713 T19871 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> 5639719 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639720 T19883 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> 5639720 T19871 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> 5639754 T19879 oasc.ZkController.register We are http://127.0.0.1:56521/collection1/ and leader is http://127.0.0.1:56521/collection1/
   [junit4]   2> 5639754 T19879 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56521
   [junit4]   2> 5639754 T19879 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5639754 T19879 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 5639754 T19879 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5639755 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5639756 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 5639757 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56521",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56521_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5639862 T19883 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> 5639863 T19871 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> 5641142 T19845 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1
   [junit4]   2> 5641146 T19845 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001
   [junit4]   2> 5641147 T19845 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5641150 T19845 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56538
   [junit4]   2> 5641152 T19845 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=56537, hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 5641153 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5641153 T19845 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.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\'
   [junit4]   2> 5641187 T19845 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\solr.xml
   [junit4]   2> 5641214 T19845 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores
   [junit4]   2> 5641215 T19845 oasc.CoreContainer.<init> New CoreContainer 3608341
   [junit4]   2> 5641215 T19845 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.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\]
   [junit4]   2> 5641215 T19845 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\lib
   [junit4]   2> 5641215 T19845 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\lib).
   [junit4]   2> 5641228 T19845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5641229 T19845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5641229 T19845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5641230 T19845 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5641231 T19845 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5641231 T19845 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5641231 T19845 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5641231 T19845 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5641231 T19845 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56514/solr
   [junit4]   2> 5641232 T19845 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5641232 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5641235 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5641236 T19898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24d5c5 name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5641237 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5641237 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5641241 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5641244 T19901 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16fff0d name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5641244 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5641252 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5642261 T19845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56537_
   [junit4]   2> 5642263 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56537_
   [junit4]   2> 5642271 T19845 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5642278 T19845 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1, dataDir=data\, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\, shard=, schema=schema.xml, config=solrconfig.xml, coreNodeName=, loadOnStartup=true}
   [junit4]   2> 5642278 T19845 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\
   [junit4]   2> 5642281 T19845 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5642285 T19902 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5642286 T19902 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5642289 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5642290 T19902 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5642291 T19902 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5642292 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5642292 T19902 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5642293 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5642293 T19872 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5642293 T19872 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 5642297 T19902 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 5642297 T19902 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5642297 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 5642298 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5642301 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 5643375 T19902 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5643375 T19902 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5643377 T19902 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5643377 T19902 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5643379 T19902 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5643379 T19902 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.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\'
   [junit4]   2> 5643418 T19902 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5643424 T19902 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5643444 T19902 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5643474 T19902 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5643535 T19902 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5643537 T19902 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5643547 T19902 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5643988 T19902 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5644064 T19902 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5644067 T19902 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5644085 T19902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5644091 T19902 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5644096 T19902 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5644099 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5644099 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5644099 T19902 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5644101 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5644101 T19902 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5644101 T19902 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5644101 T19902 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5644102 T19902 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.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 5644102 T19902 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13815e0
   [junit4]   2> 5644103 T19902 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.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 5644104 T19902 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.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 5644104 T19902 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.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 5644105 T19902 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.ReplicationFactorTest 74377E8315B043F1-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 5644105 T19902 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5183126213771825]
   [junit4]   2> 5644106 T19902 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6c30f1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10127a9),segFN=segments_1,generation=1}
   [junit4]   2> 5644106 T19902 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5644115 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5644115 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5644116 T19902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5644116 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5644116 T19902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5644117 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5644117 T19902 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5644118 T19902 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5644118 T19902 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5644124 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644127 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644131 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644133 T19902 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5644142 T19902 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/csv,/get,/admin/logging,/update/json,standard,/admin/segments,/replication,/admin/plugins,/update,/admin/mbeans,/schema,/admin/threads,/admin/properties,/admin/ping,/admin/file,/update/json/docs,/admin/luke,/config,/admin/system
   [junit4]   2> 5644145 T19902 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5644146 T19902 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5644147 T19902 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 5644148 T19902 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5644149 T19902 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5644149 T19902 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 5644151 T19902 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6c30f1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10127a9),segFN=segments_1,generation=1}
   [junit4]   2> 5644151 T19902 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5644152 T19902 oass.SolrIndexSearcher.<init> Opening Searcher@5e05b7[collection1] main
   [junit4]   2> 5644152 T19902 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5644154 T19902 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5644154 T19902 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5644155 T19902 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5644155 T19902 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5644156 T19902 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5644157 T19902 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5644157 T19902 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5644157 T19902 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5644158 T19902 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5644158 T19903 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e05b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5644159 T19902 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5644160 T19906 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56537 collection:collection1 shard:shard3
   [junit4]   2> 5644161 T19845 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5644161 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5644162 T19906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 5644171 T19906 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 5644174 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5644175 T19906 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5644175 T19906 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8717 name=collection1 org.apache.solr.core.SolrCore@ba9bc9 url=http://127.0.0.1:56537/collection1 node=127.0.0.1:56537_ C8717_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:56537, node_name=127.0.0.1:56537_, core=collection1}
   [junit4]   2> 5644175 T19906 C8717 P56537 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56537/collection1/
   [junit4]   2> 5644175 T19906 C8717 P56537 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5644175 T19906 C8717 P56537 oasc.SyncStrategy.syncToMe http://127.0.0.1:56537/collection1/ has no replicas
   [junit4]   2> 5644176 T19906 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56537/collection1/ shard3
   [junit4]   2> 5644176 T19906 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 5644178 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 5644180 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 5644182 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5644184 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 5644191 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 5644193 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 5644195 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5644196 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 5644201 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5644244 T19906 oasc.ZkController.register We are http://127.0.0.1:56537/collection1/ and leader is http://127.0.0.1:56537/collection1/
   [junit4]   2> 5644244 T19906 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56537
   [junit4]   2> 5644244 T19906 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5644244 T19906 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 5644244 T19906 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5644247 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5644250 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5644251 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56537",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56537_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5644253 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 5644254 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5644255 T19906 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5644256 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5645773 T19845 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1
   [junit4]   2> 5645778 T19845 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001
   [junit4]   2> 5645779 T19845 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5645784 T19845 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56548
   [junit4]   2> 5645787 T19845 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores, hostPort=56547}
   [junit4]   2> 5645788 T19845 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5645789 T19845 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.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\'
   [junit4]   2> 5645841 T19845 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\solr.xml
   [junit4]   2> 5645892 T19845 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores
   [junit4]   2> 5645893 T19845 oasc.CoreContainer.<init> New CoreContainer 19037038
   [junit4]   2> 5645893 T19845 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.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\]
   [junit4]   2> 5645893 T19845 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\lib
   [junit4]   2> 5645893 T19845 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\lib).
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5645915 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5645918 T19845 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5645920 T19845 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5645920 T19845 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5645920 T19845 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5645920 T19845 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5645922 T19845 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56514/solr
   [junit4]   2> 5645922 T19845 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5645922 T19845 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5645926 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5645929 T19919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16d25b name:ZooKeeperConnection Watcher:127.0.0.1:56514 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5645929 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5645929 T19845 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5645932 T19847 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0ea7d6e80008, 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> 5645934 T19845 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5645937 T19922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@900ac1 name:ZooKeeperConnection Watcher:127.0.0.1:56514/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5645937 T19845 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5645948 T19845 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5647037 T19845 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56547_
   [junit4]   2> 5647039 T19845 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56547_
   [junit4]   2> 5647047 T19845 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5647051 T19845 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\, loadOnStartup=true, schema=schema.xml, coreNodeName=, shard=, collection=collection1, config=solrconfig.xml, name=collection1, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1, dataDir=data\}
   [junit4]   2> 5647051 T19845 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\
   [junit4]   2> 5647051 T19845 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5647057 T19923 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5647057 T19923 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5647060 T19871 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5647062 T19923 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5647062 T19923 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5647063 T19872 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56547",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56547_",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5647063 T19923 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5647064 T19872 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56547",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:56547_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5647064 T19872 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5647064 T19872 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5647067 T19923 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5647067 T19923 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5647067 T19872 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 5647068 T19922 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5647068 T19901 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5647069 T19922 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5647070 T19901 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5648145 T19923 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5648145 T19923 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5648147 T19923 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5648147 T19923 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5648149 T19923 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5648149 T19923 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.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\'
   [junit4]   2> 5648174 T19923 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5648179 T19923 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5648191 T19923 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5648227 T19923 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5648306 T19923 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5648309 T19923 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5648322 T19923 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5648794 T19923 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5648810 T19923 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5648813 T19923 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5648831 T19923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5648838 T19923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5648843 T19923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5648846 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5648847 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5648847 T19923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5648849 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5648849 T19923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5648849 T19923 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5648849 T19923 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5648850 T19923 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.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 5648850 T19923 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13815e0
   [junit4]   2> 5648851 T19923 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.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 5648851 T19923 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.ReplicationFactorTest 74377E8315B043F1-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 5648851 T19923 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.ReplicationFactorTest 74377E

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

eld, TestFiltering, URLClassifyProcessorTest, OpenExchangeRatesOrgProviderTest, TestQuerySenderNoQuery, TestExceedMaxTermLength, TestSortingResponseWriter, ShardSplitTest, AnalyticsMergeStrategyTest, LukeRequestHandlerTest, TestAddFieldRealTimeGet, TestSolrDynamicMBean, DistributedFacetPivotSmallTest, TestMiniSolrCloudCluster, SyncSliceTest, TermVectorComponentDistributedTest, TestFastOutputStream, CursorMarkTest, WordBreakSolrSpellCheckerTest, ResponseLogComponentTest, SimpleMLTQParserTest, HdfsRecoveryZkTest, DistributedSpellCheckComponentTest, TestFoldingMultitermQuery, TestOrdValues, TestRebalanceLeaders, TestStressRecovery, DeleteReplicaTest, TestFieldTypeResource, TestCollapseQParserPlugin, CacheHeaderTest, HardAutoCommitTest, RecoveryZkTest, TestSolrJ, AsyncMigrateRouteKeyTest, ResponseHeaderTest, FieldMutatingUpdateProcessorTest, SharedFSAutoReplicaFailoverTest, TestManagedSchema, TestPerFieldSimilarity, TestIntervalFaceting, DirectUpdateHandlerOptimizeTest, SharedFSAutoReplicaFailoverUtilsTest, TestSerializedLuceneMatchVersion, SuggesterTest, ConnectionManagerTest, TestCollationField, SolrIndexConfigTest, TestPhraseSuggestions, AtomicUpdatesTest, DistanceUnitsTest, ExternalFileFieldSortTest, SpellCheckComponentTest, RAMDirectoryFactoryTest, CollectionsAPIDistributedZkTest, TestBlendedInfixSuggestions, PrimitiveFieldTypeTest, SolrXmlInZkTest, PreAnalyzedFieldTest, HdfsUnloadDistributedZkTest, QueryParsingTest, TestOverriddenPrefixQueryForCustomFieldType, TestHighlightDedupGrouping, DistributedMLTComponentTest, TestRecovery, TestLRUCache, ChaosMonkeyNothingIsSafeTest, TestLazyCores, CopyFieldTest, PingRequestHandlerTest, TestStressVersions, DateFieldTest, TestSolr4Spatial2, TestAnalyzeInfixSuggestions, TestDocSet, CursorPagingTest, TestMergePolicyConfig, PrimUtilsTest, DistribJoinFromCollectionTest, CoreAdminRequestStatusTest, RemoteQueryErrorTest, JSONWriterTest, DistanceFunctionTest, IndexBasedSpellCheckerTest, HdfsLockFactoryTest, FacetPivotSmallTest, TestElisionMultitermQuery, TestNoOpRegenerator, DistribCursorPagingTest, StandardRequestHandlerTest, TestDistribDocBasedVersion, DocumentAnalysisRequestHandlerTest, TestPseudoReturnFields, ClusterStateUpdateTest, SolrPluginUtilsTest, JsonLoaderTest, MultiTermTest, SortByFunctionTest, DistributedQueueTest, TestLRUStatsCache, TestCoreContainer, TestManagedSchemaFieldResource, HdfsChaosMonkeySafeLeaderTest, TestCharFilters, DeleteShardTest, DistributedQueryElevationComponentTest, DistributedFacetPivotLargeTest, TestSolrQueryParser, RecoveryAfterSoftCommitTest, TestSearchPerf, TestSchemaVersionResource, RequiredFieldsTest, TestWordDelimiterFilterFactory, SearchHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, TestFieldCollectionResource, TestFreeTextSuggestions, ZkNodePropsTest, TestSolrCoreProperties, DistributedQueryComponentCustomSortTest, BadCopyFieldTest, SimplePostToolTest, TestZkChroot, EnumFieldTest, DocExpirationUpdateProcessorFactoryTest, SpellingQueryConverterTest, DirectSolrSpellCheckerTest, TestObjectReleaseTracker, ZkControllerTest, SegmentsInfoRequestHandlerTest, NotRequiredUniqueKeyTest, TestInitQParser, ClusterStateTest, TestDefaultStatsCache, TestReload, LeaderElectionIntegrationTest, TestRealTimeGet, MergeStrategyTest, TestSolrQueryParserResource, TestBlobHandler, TestManagedResourceStorage, TestRequestStatusCollectionAPI, TestFieldResource, OverseerRolesTest, TestUtils, TestCollectionAPI, SampleTest, TestSweetSpotSimilarityFactory, TestRangeQuery, TestCodecSupport, SolrCmdDistributorTest, OverseerStatusTest, TestSolrConfigHandlerConcurrent, TestSchemaResource, SSLMigrationTest, DateRangeFieldTest, TestBulkSchemaAPI, DistribDocExpirationUpdateProcessorTest, TestDocBasedVersionConstraints, DistributedTermsComponentTest, DocValuesMissingTest, TestCustomSort, DocumentBuilderTest, TestCryptoKeys, BasicDistributedZk2Test, AnalyticsQueryTest, TestFunctionQuery, HdfsDirectoryFactoryTest, ShowFileRequestHandlerTest, SpatialRPTFieldTypeTest, TestReplicationHandlerBackup, TestCloudManagedSchemaConcurrent, LeaderInitiatedRecoveryOnCommitTest, TestClassNameShortening, TestCSVResponseWriter, TestCursorMarkWithoutUniqueKey, TestSuggestSpellingConverter, IndexSchemaRuntimeFieldTest, ShardRoutingTest, TimeZoneUtilsTest, RequestLoggingTest, BufferStoreTest, TestUniqueKeyFieldResource, TestSolrConfigHandler, DistributedSuggestComponentTest, DistributedExpandComponentTest, BJQParserTest, CSVRequestHandlerTest, TestSchemaSimilarityResource, DisMaxRequestHandlerTest, TestStressLucene, DirectUpdateHandlerTest, UpdateParamsTest, TestBulkSchemaConcurrent, TestHighFrequencyDictionaryFactory, LoggingHandlerTest, HdfsSyncSliceTest, DocValuesMultiTest, AlternateDirectoryTest, TestCloudPivotFacet, TestMaxScoreQueryParser, TestManagedSchemaFieldTypeResource, PluginInfoTest, TestSolrXml, SOLR749Test, TermVectorComponentTest, SynonymTokenizerTest, PathHierarchyTokenizerFactoryTest, SuggestComponentTest, TestCloudInspectUtil, SolrTestCaseJ4Test, VMParamsZkACLAndCredentialsProvidersTest, OverseerTest, SolrInfoMBeanTest, AnalysisErrorHandlingTest, QueryElevationComponentTest, SpellCheckCollatorTest, LeaderElectionTest, BinaryUpdateRequestHandlerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TestStressReorder, TestJoin, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, TestGroupingSearch, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, TestSolrIndexConfig, BadComponentTest, TestSolrDeletionPolicy2, NumericFieldsTest, MinimalSchemaTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestXIncludeConfig, EchoParamsTest, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, ResourceLoaderTest, ScriptEngineTest, TestFastLRUCache, DateMathParserTest, TestSystemIdResolver, DOMUtilTest, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, ReplicationFactorTest]
   [junit4] Completed in 86.37s, 1 test, 1 error <<< FAILURES!

[...truncated 271 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1882 tests, 1 error, 57 ignored (30 assumptions)

Total time: 148 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4433 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4433/
Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseG1GC

6 tests failed.
FAILED:  org.apache.solr.schema.TestCloudManagedSchemaConcurrent.test

Error Message:
QUERY FAILED: xpath=/response/lst[@name='responseHeader']/int[@name='status'][.='0']  request=/schema/dynamicfields/?wt=xml&updateTimeoutSecs=15  response=<?xml version="1.0" encoding="UTF-8"?> <response>  <lst name="responseHeader">   <int name="status">500</int>   <int name="QTime">11909</int> </lst> <lst name="error">   <str name="msg">1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]</str>   <str name="trace">org.apache.solr.common.SolrException: 1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]  at org.apache.solr.schema.ManagedIndexSchema.waitForSchemaZkVersionAgreement(ManagedIndexSchema.java:264)  at org.apache.solr.rest.schema.BaseFieldResource.waitForSchemaUpdateToPropagate(BaseFieldResource.java:120)  at org.apache.solr.rest.schema.DynamicFieldCollectionResource.post(DynamicFieldCollectionResource.java:195)  at org.restlet.resource.ServerResource.doHandle(ServerResource.java:437)  at org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:350)  at org.restlet.resource.ServerResource.handle(ServerResource.java:952)  at org.restlet.resource.Finder.handle(Finder.java:246)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Router.doHandle(Router.java:431)  at org.restlet.routing.Router.handle(Router.java:648)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:155)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)  at org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:84)  at org.restlet.Application.handle(Application.java:381)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Router.doHandle(Router.java:431)  at org.restlet.routing.Router.handle(Router.java:648)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.routing.Router.doHandle(Router.java:431)  at org.restlet.routing.Router.handle(Router.java:648)  at org.restlet.routing.Filter.doHandle(Filter.java:159)  at org.restlet.routing.Filter.handle(Filter.java:206)  at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)  at org.restlet.Component.handle(Component.java:392)  at org.restlet.Server.handle(Server.java:516)  at org.restlet.engine.ServerHelper.handle(ServerHelper.java:72)  at org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:152)  at org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1089)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)  at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) </str>   <int name="code">500</int> </lst> </response> 

Stack Trace:
java.lang.AssertionError: QUERY FAILED: xpath=/response/lst[@name='responseHeader']/int[@name='status'][.='0']  request=/schema/dynamicfields/?wt=xml&updateTimeoutSecs=15  response=<?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">500</int>
  <int name="QTime">11909</int>
</lst>
<lst name="error">
  <str name="msg">1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]</str>
  <str name="trace">org.apache.solr.common.SolrException: 1 out of 8 replicas failed to update their schema to version 4 within 15 seconds! Failed cores: [http://127.0.0.1:52747/e_jg/collection1/]
	at org.apache.solr.schema.ManagedIndexSchema.waitForSchemaZkVersionAgreement(ManagedIndexSchema.java:264)
	at org.apache.solr.rest.schema.BaseFieldResource.waitForSchemaUpdateToPropagate(BaseFieldResource.java:120)
	at org.apache.solr.rest.schema.DynamicFieldCollectionResource.post(DynamicFieldCollectionResource.java:195)
	at org.restlet.resource.ServerResource.doHandle(ServerResource.java:437)
	at org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:350)
	at org.restlet.resource.ServerResource.handle(ServerResource.java:952)
	at org.restlet.resource.Finder.handle(Finder.java:246)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Router.doHandle(Router.java:431)
	at org.restlet.routing.Router.handle(Router.java:648)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:155)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)
	at org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:84)
	at org.restlet.Application.handle(Application.java:381)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Router.doHandle(Router.java:431)
	at org.restlet.routing.Router.handle(Router.java:648)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.routing.Router.doHandle(Router.java:431)
	at org.restlet.routing.Router.handle(Router.java:648)
	at org.restlet.routing.Filter.doHandle(Filter.java:159)
	at org.restlet.routing.Filter.handle(Filter.java:206)
	at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)
	at org.restlet.Component.handle(Component.java:392)
	at org.restlet.Server.handle(Server.java:516)
	at org.restlet.engine.ServerHelper.handle(ServerHelper.java:72)
	at org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:152)
	at org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1089)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)
	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
</str>
  <int name="code">500</int>
</lst>
</response>

	at __randomizedtesting.SeedInfo.seed([6E257D6ECCA3E2A5:E67142B4625F8F5D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.verifySuccess(TestCloudManagedSchemaConcurrent.java:107)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.addDynamicFieldPost(TestCloudManagedSchemaConcurrent.java:144)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.access$400(TestCloudManagedSchemaConcurrent.java:45)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent$Operation$4.execute(TestCloudManagedSchemaConcurrent.java:291)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.concurrentOperationsTest(TestCloudManagedSchemaConcurrent.java:450)
	at org.apache.solr.schema.TestCloudManagedSchemaConcurrent.test(TestCloudManagedSchemaConcurrent.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.AnalyticsQueryTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:274)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:228)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:188)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:310)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:12)


FAILED:  org.apache.solr.search.stats.TestExactSharedStatsCache.test

Error Message:
Error from server at http://127.0.0.1:52939//collection1: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 500 {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)  at java.util.concurrent.FutureTask.run(FutureTask.java:262)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  ... 1 more Caused by: java.lang.OutOfMemoryError: PermGen space  at sun.misc.Unsafe.defineClass(Native Method)  at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)  at java.security.AccessController.doPrivileged(Native Method)  at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)  at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)  at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)  ... 6 more ,code=500}</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /collection1/update. Reason: <pre>    {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)  at org.eclipse.jetty.server.Server.handle(Server.java:368)  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)  at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)  at java.util.concurrent.FutureTask.run(FutureTask.java:262)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  ... 1 more Caused by: java.lang.OutOfMemoryError: PermGen space  at sun.misc.Unsafe.defineClass(Native Method)  at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)  at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)  at java.security.AccessController.doPrivileged(Native Method)  at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)  at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)  at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)  at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)  ... 6 more ,code=500}</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52939//collection1: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.OutOfMemoryError: PermGen space
	at sun.misc.Unsafe.defineClass(Native Method)
	at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)
	at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
	at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)
	... 6 more
,code=500}</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /collection1/update. Reason:
<pre>    {msg=SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:763)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:304)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: JVM Error creating core [collection1]: PermGen space
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:535)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:283)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:277)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
Caused by: java.lang.OutOfMemoryError: PermGen space
	at sun.misc.Unsafe.defineClass(Native Method)
	at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:63)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:399)
	at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:396)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:395)
	at sun.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:94)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:48)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:571)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:526)
	at org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
	at org.apache.solr.core.SolrCore.createInstances(SolrCore.java:2136)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:795)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:648)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:518)
	... 6 more
,code=500}</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([6E257D6ECCA3E2A5:E67142B4625F8F5D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:553)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:896)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:859)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:874)
	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:541)
	at org.apache.solr.search.stats.TestDefaultStatsCache.test(TestDefaultStatsCache.java:43)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:980)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.DocExpirationUpdateProcessorFactoryTest

Error Message:
PermGen space

Stack Trace:
java.lang.OutOfMemoryError: PermGen space


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51147/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51147/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51147/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:598)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 10392 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\init-core-data-001
   [junit4]   2> 4948572 T17083 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 4948585 T17083 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4948585 T17084 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4948678 T17083 oasc.ZkTestServer.run start zk server on port:51124
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4948678 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4948678 T17091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78bcd701 name:ZooKeeperConnection Watcher:127.0.0.1:51124 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4948678 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4948678 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4948678 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4948692 T17094 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d524366 name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4948692 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4948692 T17083 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> 4948692 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4948705 T17083 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4948705 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4948705 T17083 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> 4948705 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4948705 T17083 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> 4948705 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4948718 T17083 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> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4948718 T17083 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> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4948718 T17083 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> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4948718 T17083 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> 4948718 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4948732 T17083 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> 4948732 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4948732 T17083 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> 4948732 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4948732 T17083 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> 4948732 T17083 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4949921 T17083 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1
   [junit4]   2> 4949921 T17083 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4949921 T17083 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51132
   [junit4]   2> 4949921 T17083 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores, hostPort=51131, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\tempDir-001/control/data}
   [junit4]   2> 4949921 T17083 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6da21389
   [junit4]   2> 4949921 T17083 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.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\'
   [junit4]   2> 4949961 T17083 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\solr.xml
   [junit4]   2> 4949988 T17083 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores
   [junit4]   2> 4949988 T17083 oasc.CoreContainer.<init> New CoreContainer 1344475707
   [junit4]   2> 4949988 T17083 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.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\]
   [junit4]   2> 4949988 T17083 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\lib
   [junit4]   2> 4949988 T17083 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\lib).
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4950001 T17083 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4950001 T17083 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4950001 T17083 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4950001 T17083 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4950001 T17083 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4950001 T17083 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51124/solr
   [junit4]   2> 4950001 T17083 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4950001 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4950014 T17106 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@352c4acf name:ZooKeeperConnection Watcher:127.0.0.1:51124 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4950014 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4950014 T17109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40ddcf0a name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4950014 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4950014 T17083 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4950028 T17083 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4950041 T17083 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51131_
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51131_
   [junit4]   2> 4950041 T17083 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4950054 T17083 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4950054 T17083 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4950054 T17083 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51131_
   [junit4]   2> 4950054 T17083 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4950054 T17083 oasc.Overseer.start Overseer (id=93463400041611267-127.0.0.1:51131_-n_0000000000) starting
   [junit4]   2> 4950054 T17083 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4950068 T17083 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4950068 T17111 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4950068 T17083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4950068 T17110 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4950081 T17083 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=control_collection, name=collection1, schema=schema.xml, dataDir=data\, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\, config=solrconfig.xml, loadOnStartup=true, coreNodeName=, shard=, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1}
   [junit4]   2> 4950081 T17083 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\
   [junit4]   2> 4950081 T17083 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4950081 T17113 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4950081 T17113 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4950081 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4950081 T17113 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4950081 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null} current state version: 0
   [junit4]   2> 4950081 T17110 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 4950081 T17110 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4950081 T17110 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4950095 T17109 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> 4950936 T17113 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4950936 T17113 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4950936 T17113 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4950936 T17113 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4950936 T17113 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4950936 T17113 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.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\'
   [junit4]   2> 4950950 T17113 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4950950 T17113 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4950963 T17113 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4950990 T17113 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4951096 T17113 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4951096 T17113 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4951096 T17113 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4951577 T17113 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4951591 T17113 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4951591 T17113 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4951604 T17113 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4951617 T17113 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4951617 T17113 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4951617 T17113 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4951617 T17113 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4951617 T17113 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.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\
   [junit4]   2> 4951617 T17113 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f6f3d1
   [junit4]   2> 4951617 T17113 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.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\
   [junit4]   2> 4951617 T17113 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.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4951617 T17113 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.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4951617 T17113 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.ReplicationFactorTest 6E257D6ECCA3E2A5-001\control-001\cores\collection1\data\index
   [junit4]   2> 4951617 T17113 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=15.46484375, floorSegmentMB=2.05859375, forceMergeDeletesPctAllowed=26.7779272264072, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17677225956053233
   [junit4]   2> 4951617 T17113 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dfebb9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ecf4798),segFN=segments_1,generation=1}
   [junit4]   2> 4951617 T17113 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4951631 T17113 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4951631 T17113 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4951644 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951644 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951658 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951658 T17113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4951658 T17113 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/logging,/update/json,/admin/file,/admin/plugins,/config,/admin/properties,/update/csv,/admin/segments,/replication,/update,standard,/admin/luke,/admin/system,/admin/ping,/schema,/get,/admin/threads,/admin/mbeans,/update/json/docs
   [junit4]   2> 4951671 T17113 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4951671 T17113 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4951671 T17113 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4951671 T17113 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4951671 T17113 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4951671 T17113 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=68.38671875, floorSegmentMB=0.888671875, forceMergeDeletesPctAllowed=6.993485349908815, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4951671 T17113 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dfebb9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ecf4798),segFN=segments_1,generation=1}
   [junit4]   2> 4951671 T17113 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4951671 T17113 oass.SolrIndexSearcher.<init> Opening Searcher@351aceda[collection1] main
   [junit4]   2> 4951671 T17113 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4951671 T17113 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4951671 T17113 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4951671 T17113 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4951671 T17113 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4951671 T17113 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4951671 T17114 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@351aceda[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4951671 T17113 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4951684 T17083 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4951684 T17083 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4951684 T17117 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51131 collection:control_collection shard:shard1
   [junit4]   2> 4951684 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4951684 T17117 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4951684 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4951698 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3772 name=collection1 org.apache.solr.core.SolrCore@5fb42bd5 url=http://127.0.0.1:51131/collection1 node=127.0.0.1:51131_ C3772_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:51131, node_name=127.0.0.1:51131_, state=down, core=collection1}
   [junit4]   2> 4951698 T17117 C3772 P51131 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51131/collection1/
   [junit4]   2> 4951698 T17117 C3772 P51131 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4951698 T17117 C3772 P51131 oasc.SyncStrategy.syncToMe http://127.0.0.1:51131/collection1/ has no replicas
   [junit4]   2> 4951698 T17117 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51131/collection1/ shard1
   [junit4]   2> 4951698 T17117 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4951711 T17110 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> 4951711 T17121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3af8345 name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4951711 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4951711 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4951711 T17083 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4951711 T17109 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> 4951711 T17121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 4951724 T17083 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4951724 T17083 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 4951724 T17083 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4951738 T17083 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4951738 T17110 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":"http://127.0.0.1:51131",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4951738 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951738 T17121 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> 4951738 T17109 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> 4951751 T17124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25c44929 name:ZooKeeperConnection Watcher:127.0.0.1:51124/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4951751 T17083 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4951751 T17083 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4951751 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951751 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 3
   [junit4]   2> 4951751 T17110 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4951791 T17117 oasc.ZkController.register We are http://127.0.0.1:51131/collection1/ and leader is http://127.0.0.1:51131/collection1/
   [junit4]   2> 4951791 T17117 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51131
   [junit4]   2> 4951791 T17117 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4951791 T17117 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4951791 T17117 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4951831 T17109 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4951831 T17110 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1"} current state version: 3
   [junit4]   2> 4951831 T17110 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51131",
   [junit4]   2> 	  "node_name":"127.0.0.1:51131_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 4951831 T17110 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]  

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

al2, DateMathParserTest, TestLazyCores, FullSolrCloudDistribCmdsTest, TestNonDefinedSimilarityFactory, ResponseHeaderTest, RollingRestartTest, TestBulkSchemaConcurrent, StatelessScriptUpdateProcessorFactoryTest, TestDistribDocBasedVersion, SolrCoreCheckLockOnStartupTest, MBeansHandlerTest, SuggesterFSTTest, TestOverriddenPrefixQueryForCustomFieldType, TestChildDocTransformer, TestBulkSchemaAPI, TestRawResponseWriter, DocValuesTest, TestComplexPhraseQParserPlugin, TestReload, TestMergePolicyConfig, AsyncMigrateRouteKeyTest, TestReloadAndDeleteDocs, TestSolrQueryParser, TestSolrXml, TestBinaryResponseWriter, BlockDirectoryTest, TestUtils, TestManagedSynonymFilterFactory, CursorMarkTest, TestHashPartitioner, LeaderInitiatedRecoveryOnCommitTest, CacheHeaderTest, BasicDistributedZkTest, ExitableDirectoryReaderTest, CircularListTest, TestCodecSupport, TestBlobHandler, ScriptEngineTest, DistributedDebugComponentTest, TestJmxIntegration, TestDynamicFieldResource, RecoveryZkTest, HdfsCollectionsAPIDistributedZkTest, TestConfigReload, CopyFieldTest, ClusterStateUpdateTest, TestRecoveryHdfs, TestSchemaVersionResource, TestCollapseQParserPlugin, DateFieldTest, DeleteShardTest, TestStressReorder, BJQParserTest, SpatialFilterTest, TestXIncludeConfig, CSVRequestHandlerTest, EnumFieldTest, TestDefaultStatsCache, SolrTestCaseJ4Test, AtomicUpdatesTest, UniqFieldsUpdateProcessorFactoryTest, TestCloudSchemaless, DirectUpdateHandlerOptimizeTest, TestBM25SimilarityFactory, TestPivotHelperCode, DistributedFacetPivotWhiteBoxTest, TestClusterStateMutator, AssignTest, CloudExitableDirectoryReaderTest, TestTrie, TestOrdValues, TestRandomFaceting, TestExpandComponent, TestCloudManagedSchema, RecoveryAfterSoftCommitTest, TestDynamicLoading, DistributedQueryComponentOptimizationTest, UnloadDistributedZkTest, TestLFUCache, TestSolrQueryParserResource, BadComponentTest, TestQuerySenderListener, TestReplicationHandlerBackup, TestAddFieldRealTimeGet, SignatureUpdateProcessorFactoryTest, DOMUtilTest, TestReplicationHandler, ShardRoutingTest, TestHighlightDedupGrouping, TestFastWriter, DistributedQueryComponentCustomSortTest, SolrRequestParserTest, SolrXmlInZkTest, TestFaceting, UUIDUpdateProcessorFallbackTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, ZkSolrClientTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SpellCheckCollatorTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestStressLucene, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, EchoParamsTest, TestDefaultSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestJettySolrRunner, ActionThrottleTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, ExternalCollectionsTest, HttpPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestCryptoKeys, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestReplicaProperties, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, CachingDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSets, TestInitParams, TestNRTOpen, TestSolrConfigHandler, TestSolrDynamicMBean, RequestLoggingTest, TestReqParamsAPI, TestSolrConfigHandlerCloud, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, DistributedSuggestComponentTest, SpatialHeatmapFacetsTest, SuggestComponentTest, TestIntervalFaceting, TestSortingResponseWriter, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestClassNameShortening, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestFieldResource, TestManagedSchemaDynamicFieldResource, TestManagedSchemaFieldTypeResource, TestSchemaNameResource, TestSchemaResource, TestSchemaSimilarityResource, TestSolrQueryParserDefaultOperatorResource, BadCopyFieldTest, ChangedSchemaMergeTest, DateRangeFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchemaConcurrent, TestManagedSchema, RankQueryTest, TestCustomSort, TestMissingGroups, TestReRankQParserPlugin, TestSimpleQParserPlugin, TestStandardQParsers, CloudMLTQParserTest, TestExactSharedStatsCache]
   [junit4] Completed in 29.39s, 1 test, 1 error <<< FAILURES!

[...truncated 13 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory
   [junit4] ERROR   0.00s | TestHighFrequencyDictionaryFactory (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 19 lines...]
   [junit4] Suite: org.apache.solr.update.processor.DocExpirationUpdateProcessorFactoryTest
   [junit4] ERROR   0.00s | DocExpirationUpdateProcessorFactoryTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: PermGen space
   [junit4] Completed in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 10 lines...]
   [junit4] JVM J0: stdout was not empty, see: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20150312_040914_118.sysout
   [junit4] >>> JVM J0: stdout (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: PermGen space
   [junit4] Dumping heap to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\heapdumps\java_pid3920.hprof ...
   [junit4] Heap dump file created [135315796 bytes in 1.717 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 13 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1875 tests, 3 suite-level errors, 2 errors, 1 failure, 57 ignored (30 assumptions)

Total time: 141 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseG1GC
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_31) - Build # 4432 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4432/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001

	at __randomizedtesting.SeedInfo.seed([9176BDD3BB428874]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63301/s_sb/c/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63301/s_sb/c/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63301/s_sb/c/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 10401 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\init-core-data-001
   [junit4]   2> 4353757 T18820 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /s_sb/c
   [junit4]   2> 4353762 T18820 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4353764 T18821 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4353872 T18820 oasc.ZkTestServer.run start zk server on port:63278
   [junit4]   2> 4353872 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4353875 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4353879 T18828 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ca50fa name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4353879 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4353880 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4353880 T18820 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4353885 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4353886 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4353888 T18831 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18a08ad name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4353889 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4353889 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4353889 T18820 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4353894 T18820 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4353897 T18820 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4353899 T18820 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4353903 T18820 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> 4353903 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4353907 T18820 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4353908 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4353912 T18820 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> 4353913 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4353916 T18820 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> 4353917 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4353920 T18820 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> 4353920 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4353923 T18820 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> 4353924 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4353927 T18820 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> 4353927 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4353930 T18820 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> 4353932 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4353934 T18820 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> 4353935 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4353938 T18820 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> 4353938 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4353941 T18820 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> 4353942 T18820 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4355519 T18820 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1
   [junit4]   2> 4355524 T18820 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4355531 T18820 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63286
   [junit4]   2> 4355532 T18820 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\tempDir-001/control/data, hostContext=/s_sb/c, hostPort=63285, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores}
   [junit4]   2> 4355533 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4355533 T18820 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.ReplicationFactorTest 9176BDD3BB428874-001\control-001\'
   [junit4]   2> 4355587 T18820 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\solr.xml
   [junit4]   2> 4355596 T18820 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores
   [junit4]   2> 4355596 T18820 oasc.CoreContainer.<init> New CoreContainer 12595269
   [junit4]   2> 4355596 T18820 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.ReplicationFactorTest 9176BDD3BB428874-001\control-001\]
   [junit4]   2> 4355596 T18820 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\lib
   [junit4]   2> 4355596 T18820 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\lib).
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4355611 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4355613 T18820 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4355615 T18820 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4355615 T18820 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4355615 T18820 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4355615 T18820 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4355615 T18820 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4355617 T18820 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63278/solr
   [junit4]   2> 4355617 T18820 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4355617 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4355620 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4355622 T18843 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b84553 name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4355623 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4355623 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4355625 T18822 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0a5c9cc50002, 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> 4355628 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4355630 T18846 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a1d284 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4355630 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4355633 T18820 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4355636 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4355640 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4355643 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4355647 T18820 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4355651 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4355654 T18820 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4355656 T18820 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4355658 T18820 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63285_s_sb%2Fc
   [junit4]   2> 4355659 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63285_s_sb%2Fc
   [junit4]   2> 4355662 T18820 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4355664 T18820 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4355668 T18820 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4355670 T18820 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63285_s_sb%2Fc
   [junit4]   2> 4355670 T18820 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4355673 T18820 oasc.Overseer.start Overseer (id=93461085151363075-127.0.0.1:63285_s_sb%2Fc-n_0000000000) starting
   [junit4]   2> 4355676 T18820 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4355688 T18820 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4355689 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4355690 T18848 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4355689 T18847 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4355697 T18820 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4355699 T18820 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\
   [junit4]   2> 4355700 T18820 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4355704 T18850 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4355704 T18850 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4355705 T18850 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4355707 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4355708 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [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> 4355709 T18847 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4355709 T18847 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4355710 T18847 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4355712 T18846 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> 4356784 T18850 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4356784 T18850 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4356785 T18850 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4356786 T18850 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4356787 T18850 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4356787 T18850 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.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\'
   [junit4]   2> 4356808 T18850 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4356811 T18850 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4356820 T18850 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4356825 T18850 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4356834 T18850 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4356837 T18850 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4356841 T18850 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4356960 T18850 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4356973 T18850 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4356975 T18850 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4356989 T18850 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4356993 T18850 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4356996 T18850 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4356997 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4356997 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4356997 T18850 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4356999 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4356999 T18850 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4356999 T18850 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4356999 T18850 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4357000 T18850 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.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\
   [junit4]   2> 4357000 T18850 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a1b2a
   [junit4]   2> 4357000 T18850 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.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\
   [junit4]   2> 4357000 T18850 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.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4357000 T18850 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.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4357003 T18850 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.ReplicationFactorTest 9176BDD3BB428874-001\control-001\cores\collection1\data\index
   [junit4]   2> 4357003 T18850 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3169027070581336]
   [junit4]   2> 4357003 T18850 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c1771 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30ff05),segFN=segments_1,generation=1}
   [junit4]   2> 4357003 T18850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4357007 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4357008 T18850 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4357009 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4357009 T18850 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4357009 T18850 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4357010 T18850 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4357017 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357020 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357023 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357026 T18850 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4357032 T18850 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4357033 T18850 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4357034 T18850 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4357034 T18850 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4357037 T18850 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4357037 T18850 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4357038 T18850 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=68.20703125, floorSegmentMB=1.083984375, forceMergeDeletesPctAllowed=5.02950899291373, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4357038 T18850 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c1771 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30ff05),segFN=segments_1,generation=1}
   [junit4]   2> 4357038 T18850 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4357039 T18850 oass.SolrIndexSearcher.<init> Opening Searcher@5b7bfa[collection1] main
   [junit4]   2> 4357039 T18850 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4357040 T18850 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4357040 T18850 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4357041 T18850 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4357041 T18850 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4357041 T18850 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4357043 T18850 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4357043 T18850 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4357043 T18850 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4357043 T18850 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4357045 T18850 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4357045 T18851 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b7bfa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4357046 T18854 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63285/s_sb/c collection:control_collection shard:shard1
   [junit4]   2> 4357047 T18820 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4357047 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4357048 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4357049 T18854 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4357051 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4357053 T18858 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7529bc name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4357054 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4357054 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4357055 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4357058 T18854 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4357060 T18820 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4357060 T18820 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 4357060 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4357060 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357061 T18854 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4357061 T18854 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4512 name=collection1 org.apache.solr.core.SolrCore@1973951 url=http://127.0.0.1:63285/s_sb/c/collection1 node=127.0.0.1:63285_s_sb%2Fc C4512_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63285/s_sb/c, node_name=127.0.0.1:63285_s_sb%2Fc, state=down}
   [junit4]   2> 4357063 T18854 C4512 P63285 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63285/s_sb/c/collection1/
   [junit4]   2> 4357064 T18854 C4512 P63285 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4357064 T18854 C4512 P63285 oasc.SyncStrategy.syncToMe http://127.0.0.1:63285/s_sb/c/collection1/ has no replicas
   [junit4]   2> 4357064 T18854 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63285/s_sb/c/collection1/ shard1
   [junit4]   2> 4357064 T18847 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> 4357065 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4357065 T18854 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4357068 T18861 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@922199 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4357069 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4357069 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4357073 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357075 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 4357076 T18847 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4357078 T18846 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> 4357079 T18858 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> 4357098 T18847 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":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4357099 T18847 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 4357101 T18846 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> 4357103 T18858 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> 4357112 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357115 T18846 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> 4357116 T18858 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> 4357141 T18854 oasc.ZkController.register We are http://127.0.0.1:63285/s_sb/c/collection1/ and leader is http://127.0.0.1:63285/s_sb/c/collection1/
   [junit4]   2> 4357141 T18854 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63285/s_sb/c
   [junit4]   2> 4357141 T18854 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4357141 T18854 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4357141 T18854 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4357145 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4357147 T18847 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":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 4357148 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63285/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63285_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4357259 T18858 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> 4357260 T18846 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> 4358708 T18820 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1
   [junit4]   2> 4358713 T18820 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001
   [junit4]   2> 4358713 T18820 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4358719 T18820 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63302
   [junit4]   2> 4358719 T18820 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/s_sb/c, hostPort=63301, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores}
   [junit4]   2> 4358719 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4358719 T18820 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\'
   [junit4]   2> 4358755 T18820 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\solr.xml
   [junit4]   2> 4358764 T18820 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores
   [junit4]   2> 4358764 T18820 oasc.CoreContainer.<init> New CoreContainer 3906549
   [junit4]   2> 4358764 T18820 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\]
   [junit4]   2> 4358764 T18820 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\lib
   [junit4]   2> 4358764 T18820 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\lib).
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4358778 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4358780 T18820 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4358780 T18820 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4358783 T18820 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4358783 T18820 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4358783 T18820 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4358783 T18820 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63278/solr
   [junit4]   2> 4358783 T18820 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4358784 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4358787 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4358791 T18873 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fa3962 name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4358792 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4358792 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4358794 T18822 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0a5c9cc50006, 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> 4358795 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4358800 T18876 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1068a84 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4358800 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4358805 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4359892 T18820 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63301_s_sb%2Fc
   [junit4]   2> 4359895 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63301_s_sb%2Fc
   [junit4]   2> 4359900 T18820 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4359903 T18820 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4359903 T18820 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\
   [junit4]   2> 4359903 T18820 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4359909 T18877 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4359909 T18877 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4359911 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4359912 T18877 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4359914 T18877 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4359914 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4359914 T18877 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4359915 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4359915 T18847 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4359915 T18847 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4359917 T18877 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 4359917 T18877 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4359918 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 4359918 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4359919 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 4360995 T18877 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4360995 T18877 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4360996 T18877 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4360996 T18877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4360998 T18877 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4360998 T18877 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4361019 T18877 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4361022 T18877 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4361032 T18877 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4361033 T18877 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4361037 T18877 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4361040 T18877 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4361046 T18877 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4361171 T18877 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4361182 T18877 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4361183 T18877 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4361198 T18877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4361202 T18877 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4361205 T18877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4361208 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4361208 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4361208 T18877 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4361210 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4361210 T18877 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4361210 T18877 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4361210 T18877 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4361211 T18877 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4361211 T18877 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a1b2a
   [junit4]   2> 4361212 T18877 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4361212 T18877 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4361212 T18877 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4361212 T18877 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4361214 T18877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3169027070581336]
   [junit4]   2> 4361214 T18877 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a7bc76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@182a411),segFN=segments_1,generation=1}
   [junit4]   2> 4361215 T18877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4361219 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4361219 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4361220 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4361222 T18877 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4361222 T18877 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4361222 T18877 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4361227 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361230 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361231 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361233 T18877 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4361240 T18877 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4361240 T18877 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4361244 T18877 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4361244 T18877 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4361246 T18877 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4361246 T18877 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4361247 T18877 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=68.20703125, floorSegmentMB=1.083984375, forceMergeDeletesPctAllowed=5.02950899291373, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4361247 T18877 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a7bc76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@182a411),segFN=segments_1,generation=1}
   [junit4]   2> 4361247 T18877 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4361248 T18877 oass.SolrIndexSearcher.<init> Opening Searcher@1e98a8f[collection1] main
   [junit4]   2> 4361248 T18877 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4361249 T18877 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4361251 T18877 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4361251 T18877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4361252 T18877 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4361252 T18877 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4361253 T18877 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4361253 T18877 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4361253 T18877 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4361253 T18877 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4361254 T18878 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e98a8f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4361255 T18877 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4361256 T18881 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63301/s_sb/c collection:collection1 shard:shard2
   [junit4]   2> 4361256 T18820 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4361258 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4361259 T18881 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4361268 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4361270 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4361270 T18881 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4361271 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4513 name=collection1 org.apache.solr.core.SolrCore@1a8657b url=http://127.0.0.1:63301/s_sb/c/collection1 node=127.0.0.1:63301_s_sb%2Fc C4513_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63301/s_sb/c, node_name=127.0.0.1:63301_s_sb%2Fc, state=down}
   [junit4]   2> 4361271 T18881 C4513 P63301 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63301/s_sb/c/collection1/
   [junit4]   2> 4361271 T18881 C4513 P63301 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4361271 T18881 C4513 P63301 oasc.SyncStrategy.syncToMe http://127.0.0.1:63301/s_sb/c/collection1/ has no replicas
   [junit4]   2> 4361271 T18881 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63301/s_sb/c/collection1/ shard2
   [junit4]   2> 4361273 T18881 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4361275 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 4361277 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 4361278 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4361281 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 4361288 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 4361290 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 4361291 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4361292 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 4361296 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4361346 T18881 oasc.ZkController.register We are http://127.0.0.1:63301/s_sb/c/collection1/ and leader is http://127.0.0.1:63301/s_sb/c/collection1/
   [junit4]   2> 4361346 T18881 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63301/s_sb/c
   [junit4]   2> 4361346 T18881 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4361346 T18881 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4361346 T18881 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4361348 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4361349 T18847 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":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4361351 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63301/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63301_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4361354 T18847 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 4361355 T18876 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4361358 T18881 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4361359 T18876 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 4363173 T18820 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1
   [junit4]   2> 4363179 T18820 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001
   [junit4]   2> 4363181 T18820 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4363187 T18820 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63312
   [junit4]   2> 4363187 T18820 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/s_sb/c, hostPort=63311, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores}
   [junit4]   2> 4363187 T18820 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4363187 T18820 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\'
   [junit4]   2> 4363229 T18820 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\solr.xml
   [junit4]   2> 4363239 T18820 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores
   [junit4]   2> 4363241 T18820 oasc.CoreContainer.<init> New CoreContainer 23896489
   [junit4]   2> 4363241 T18820 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.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\]
   [junit4]   2> 4363241 T18820 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\lib
   [junit4]   2> 4363244 T18820 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\lib).
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4363256 T18820 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4363261 T18820 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4363261 T18820 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4363261 T18820 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4363262 T18820 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4363262 T18820 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4363262 T18820 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4363262 T18820 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63278/solr
   [junit4]   2> 4363262 T18820 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4363262 T18820 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4363266 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4363269 T18894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a3757e name:ZooKeeperConnection Watcher:127.0.0.1:63278 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4363269 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4363269 T18820 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4363273 T18822 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c0a5c9cc50008, 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> 4363276 T18820 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4363278 T18897 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f90a03 name:ZooKeeperConnection Watcher:127.0.0.1:63278/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4363278 T18820 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4363287 T18820 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4364479 T18820 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63311_s_sb%2Fc
   [junit4]   2> 4364482 T18820 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63311_s_sb%2Fc
   [junit4]   2> 4364490 T18820 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4364493 T18820 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4364494 T18820 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9176BDD3BB428874-001\shard-2-001\cores\collection1\
   [junit4]   2> 4364494 T18820 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4364499 T18898 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4364499 T18898 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4364501 T18846 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4364503 T18898 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 4364503 T18898 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 4364504 T18847 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63311/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63311_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4364504 T18898 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4364505 T18847 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63311/s_sb/c",
   [junit4]   2> 	  "node_name":"127.0.0.1:63311_s_sb%2Fc",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":n

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

ns, TestQuerySenderNoQuery, SortByFunctionTest, TestDefaultSimilarityFactory, TestIndexSearcher, FileBasedSpellCheckerTest, TestSchemaNameResource, OpenExchangeRatesOrgProviderTest, TestSolrConfigHandlerConcurrent, SaslZkACLProviderTest, SolrInfoMBeanTest, PreAnalyzedFieldTest, NumericFieldsTest, DateRangeFieldTest, AutoCommitTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, LeaderElectionIntegrationTest, TestMiniSolrCloudCluster, TestReplicaProperties, DocValuesMultiTest, HdfsDirectoryTest, PolyFieldTest, PreAnalyzedUpdateProcessorTest, TestQuerySenderListener, ActionThrottleTest, DocValuesTest, TestAnalyzeInfixSuggestions, SuggesterFSTTest, TriLevelCompositeIdRoutingTest, CoreMergeIndexesAdminHandlerTest, TestCloudManagedSchemaConcurrent, SimpleCollectionCreateDeleteTest, CurrencyFieldOpenExchangeTest, TestDynamicLoading, SOLR749Test, ShowFileRequestHandlerTest, TestClassNameShortening, TestManagedResourceStorage, TestRealTimeGet, RecoveryAfterSoftCommitTest, TestCopyFieldCollectionResource, TestSearcherReuse, TestDocSet, SyncSliceTest, DistributedTermsComponentTest, TestFieldCollectionResource, TestCharFilters, TestStressLucene, TestIndexingPerformance, StressHdfsTest, TestManagedSchemaFieldResource, TestReplicationHandler, TestComplexPhraseQParserPlugin, SimpleMLTQParserTest, TestShortCircuitedRequests, TestRandomDVFaceting, ResponseLogComponentTest, TestFieldTypeCollectionResource, LukeRequestHandlerTest, TestBulkSchemaAPI, ZkStateWriterTest, TestSchemaVersionResource, FastVectorHighlighterTest, SolrTestCaseJ4Test, CSVRequestHandlerTest, TestChildDocTransformer, DebugComponentTest, TestCloudManagedSchema, MultiThreadedOCPTest, RAMDirectoryFactoryTest, DistributedSpellCheckComponentTest, SegmentsInfoRequestHandlerTest, AddBlockUpdateTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestDistributedSearch, TestDistributedGrouping, TestFaceting, ZkControllerTest, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, SolrCoreTest, StatsComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestSolrDeletionPolicy1, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestBinaryField, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, TestFastOutputStream, URLClassifyProcessorTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DOMUtilTest, TestSolrJ, TestLRUCache, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, ShardSplitTest, SharedFSAutoReplicaFailoverUtilsTest, TestCloudPivotFacet, TestCollectionAPI, TestCryptoKeys, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, QueryResultKeyTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=9176BDD3BB428874 -Dtests.slow=true -Dtests.locale=ar_TN -Dtests.timezone=Etc/GMT+2 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9176BDD3BB428874-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9176BDD3BB428874]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 14.52s, 4 tests, 1 error <<< FAILURES!

[...truncated 210 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1882 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 127 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC
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_31) - Build # 4431 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4431/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:46F3ABF066A5CDDC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:403)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial

Error Message:
expected:<s[]> but was:<s[vk6+]>

Stack Trace:
org.junit.ComparisonFailure: expected:<s[]> but was:<s[vk6+]>
	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:6AA4B1B7CA59D6AD]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial(FieldAnalysisRequestHandlerTest.java:426)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:62767/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:62767/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:62767/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 9536 lines...]
   [junit4] Suite: org.apache.solr.handler.FieldAnalysisRequestHandlerTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001
   [junit4]   2> 1307343 T3600 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1307345 T3600 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1307346 T3600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1307348 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1307349 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1307349 T3600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1307480 T3600 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1307512 T3600 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1307600 T3600 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1307601 T3600 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 1307637 T3600 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1307978 T3600 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1308006 T3600 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1308008 T3600 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1308034 T3600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308046 T3600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308052 T3600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308055 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308056 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308057 T3600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308057 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308059 T3600 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308060 T3600 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1308060 T3600 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1308060 T3600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 1308113 T3600 oasc.CoreContainer.<init> New CoreContainer 12646502
   [junit4]   2> 1308114 T3600 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 1308115 T3600 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 1308120 T3600 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 1308144 T3600 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 1308144 T3600 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1308144 T3600 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1308147 T3600 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1308149 T3600 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1308149 T3600 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1308149 T3600 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1308150 T3600 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1308150 T3600 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1308150 T3600 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1308150 T3600 oasc.CoreContainer.load Node Name: testNode
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001, shard=shard1}
   [junit4]   2> 1308156 T3601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 1308157 T3601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1308157 T3601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1308157 T3601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1308225 T3601 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1308257 T3601 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1308345 T3601 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1308347 T3601 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 1308368 T3601 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1308706 T3601 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1308727 T3601 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1308730 T3601 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1308753 T3601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308758 T3601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308770 T3601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308770 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308770 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308772 T3601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308772 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308774 T3601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308774 T3601 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 1308774 T3601 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1308776 T3601 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\
   [junit4]   2> 1308776 T3601 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41619f
   [junit4]   2> 1308780 T3601 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\
   [junit4]   2> 1308780 T3601 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.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index/
   [junit4]   2> 1308780 T3601 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.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1308782 T3601 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index
   [junit4]   2> 1308784 T3601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8437612982644563]
   [junit4]   2> 1308786 T3601 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1752a07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@86d57d),segFN=segments_1,generation=1}
   [junit4]   2> 1308786 T3601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1308805 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1308806 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1308807 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1308809 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1308809 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1308811 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1308811 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1308812 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1308813 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1308814 T3601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1308815 T3601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1308815 T3601 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1308825 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308831 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308837 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308847 T3601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308873 T3601 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1308889 T3601 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1308891 T3601 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1308893 T3601 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1308896 T3601 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1308896 T3601 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1308898 T3601 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1308899 T3601 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1308901 T3601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=624688005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1308903 T3601 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1752a07 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@86d57d),segFN=segments_1,generation=1}
   [junit4]   2> 1308904 T3601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1308904 T3601 oass.SolrIndexSearcher.<init> Opening Searcher@17974f[collection1] main
   [junit4]   2> 1308905 T3601 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1308907 T3601 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1308907 T3601 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1308908 T3601 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1308928 T3601 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1309017 T3601 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1309021 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 1309021 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 1309024 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1309024 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1309025 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1309025 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 1309029 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 1309030 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 1309030 T3602 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 1309034 T3602 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17974f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1309036 T3601 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1309049 T3600 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1309060 T3600 oas.SolrTestCaseJ4.setUp ###Starting testSpatial
   [junit4]   2> 1309197 T3600 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy location_rpt{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={geo=true, maxDistErr=0.001, distErrPct=0.025, distanceUnits=kilometers, class=solr.SpatialRecursivePrefixTreeFieldType}} strat: RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches) maxLevels: 11
   [junit4]   2> 1309300 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testSpatial
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FieldAnalysisRequestHandlerTest -Dtests.method=testSpatial -Dtests.seed=CEA7942AC859A024 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Chicago -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.30s | FieldAnalysisRequestHandlerTest.testSpatial <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<s[]> but was:<s[vk6+]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:6AA4B1B7CA59D6AD]:0)
   [junit4]    > 	at org.apache.solr.handler.FieldAnalysisRequestHandlerTest.testSpatial(FieldAnalysisRequestHandlerTest.java:426)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1309362 T3600 oas.SolrTestCaseJ4.setUp ###Starting testCharFilterAnalysis
   [junit4]   2> 1309967 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testCharFilterAnalysis
   [junit4]   2> 1309982 T3600 oas.SolrTestCaseJ4.setUp ###Starting testResolveAnalysisRequest
   [junit4]   2> 1309982 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testResolveAnalysisRequest
   [junit4]   2> 1309995 T3600 oas.SolrTestCaseJ4.setUp ###Starting testPositionHistoryWithWDF
   [junit4]   2> 1310000 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testPositionHistoryWithWDF
   [junit4]   2> 1310013 T3600 oas.SolrTestCaseJ4.setUp ###Starting testHandleAnalysisRequest
   [junit4]   2> 1310032 T3600 oas.SolrTestCaseJ4.tearDown ###Ending testHandleAnalysisRequest
   [junit4]   2> 1310035 T3600 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1310037 T3600 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=12646502
   [junit4]   2> 1310038 T3600 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1571ee2
   [junit4]   2> 1310038 T3600 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1310038 T3600 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1310041 T3600 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1310041 T3600 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1310045 T3600 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1310126 T3600 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1310128 T3600 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1310128 T3600 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\index
   [junit4]   2> 1310130 T3600 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\;done=false>>]
   [junit4]   2> 1310130 T3600 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.FieldAnalysisRequestHandlerTest CEA7942AC859A024-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_HN, timezone=America/Chicago
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=136393104,total=234266624
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, TestRTGBase, TestMiniSolrCloudCluster, EnumFieldTest, DocumentBuilderTest, DistribDocExpirationUpdateProcessorTest, SortByFunctionTest, TestCloudSchemaless, TestFastLRUCache, TestNoOpRegenerator, ShardRoutingCustomTest, TestExactStatsCache, TestStressVersions, TestNonDefinedSimilarityFactory, TestFieldTypeResource, DistributedQueryElevationComponentTest, BasicZkTest, XmlUpdateRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, WordBreakSolrSpellCheckerTest, TestReloadAndDeleteDocs, TestNRTOpen, TestTrackingShardHandlerFactory, TestExactSharedStatsCache, AlternateDirectoryTest, IndexSchemaTest, RegexBoostProcessorTest, TestSolrQueryParser, TestSimpleQParserPlugin, TermVectorComponentDistributedTest, ActionThrottleTest, DistributedDebugComponentTest, ScriptEngineTest, TestDistribDocBasedVersion, TestStressLucene, TestUtils, PathHierarchyTokenizerFactoryTest, TestSurroundQueryParser, UniqFieldsUpdateProcessorFactoryTest, CloudMLTQParserTest, OpenExchangeRatesOrgProviderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDynamicLoading, DeleteShardTest, ClusterStateTest, MigrateRouteKeyTest, TestIndexingPerformance, LeaderInitiatedRecoveryOnCommitTest, TestBadConfig, HighlighterMaxOffsetTest, TestManagedSchema, HdfsBasicDistributedZkTest, CustomCollectionTest, TestAnalyzeInfixSuggestions, FieldAnalysisRequestHandlerTest]
   [junit4] Completed in 2.87s, 5 tests, 1 failure <<< FAILURES!

[...truncated 136 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\init-core-data-001
   [junit4]   2> 1815323 T5330 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1815330 T5330 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1815330 T5331 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1815404 T5330 oasc.ZkTestServer.run start zk server on port:62737
   [junit4]   2> 1815404 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1815406 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1815412 T5338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c086b name:ZooKeeperConnection Watcher:127.0.0.1:62737 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815413 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1815413 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1815413 T5330 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1815420 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1815422 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1815431 T5341 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ee49b8 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815431 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1815431 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1815432 T5330 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1815437 T5330 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1815443 T5330 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1815447 T5330 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1815452 T5330 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> 1815453 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1815460 T5330 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1815461 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1815467 T5330 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> 1815467 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1815473 T5330 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> 1815473 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1815479 T5330 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> 1815479 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1815487 T5330 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> 1815488 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1815493 T5330 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> 1815494 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1815501 T5330 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> 1815503 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1815509 T5330 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> 1815510 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1815514 T5330 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> 1815515 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1815520 T5330 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> 1815521 T5330 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1817038 T5330 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1
   [junit4]   2> 1817042 T5330 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1817050 T5330 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62745
   [junit4]   2> 1817050 T5330 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\tempDir-001/control/data, hostContext=/, hostPort=62744, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores}
   [junit4]   2> 1817050 T5330 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1817050 T5330 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.ReplicationFactorTest CEA7942AC859A024-001\control-001\'
   [junit4]   2> 1817094 T5330 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\solr.xml
   [junit4]   2> 1817108 T5330 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores
   [junit4]   2> 1817109 T5330 oasc.CoreContainer.<init> New CoreContainer 27594607
   [junit4]   2> 1817109 T5330 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.ReplicationFactorTest CEA7942AC859A024-001\control-001\]
   [junit4]   2> 1817109 T5330 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\lib
   [junit4]   2> 1817109 T5330 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\lib).
   [junit4]   2> 1817123 T5330 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1817124 T5330 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1817124 T5330 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1817124 T5330 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1817125 T5330 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1817126 T5330 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1817126 T5330 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62737/solr
   [junit4]   2> 1817126 T5330 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1817126 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1817130 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817132 T5353 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@576ac6 name:ZooKeeperConnection Watcher:127.0.0.1:62737 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817133 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817134 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1817141 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1817146 T5356 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d9db85 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1817146 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1817150 T5330 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1817158 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1817164 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1817171 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1817177 T5330 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1817185 T5330 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1817190 T5330 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1817195 T5330 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1817199 T5330 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62744_
   [junit4]   2> 1817201 T5330 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62744_
   [junit4]   2> 1817207 T5330 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1817212 T5330 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1817216 T5330 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1817221 T5330 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62744_
   [junit4]   2> 1817221 T5330 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1817230 T5330 oasc.Overseer.start Overseer (id=93459322775863299-127.0.0.1:62744_-n_0000000000) starting
   [junit4]   2> 1817236 T5330 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1817259 T5330 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1817260 T5330 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1817261 T5357 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1817261 T5358 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1817282 T5330 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1817285 T5330 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\
   [junit4]   2> 1817288 T5330 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1817290 T5360 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1817290 T5360 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1817292 T5360 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1817292 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1817294 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [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> 1817296 T5357 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1817296 T5357 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1817296 T5357 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1817298 T5356 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> 1818098 T5360 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1818098 T5360 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1818100 T5360 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1818101 T5360 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1818103 T5360 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1818104 T5360 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.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\'
   [junit4]   2> 1818138 T5360 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1818143 T5360 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1818157 T5360 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1818161 T5360 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1818170 T5360 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1818175 T5360 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1818209 T5360 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1818348 T5360 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1818361 T5360 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1818363 T5360 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1818386 T5360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1818391 T5360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1818397 T5360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1818399 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1818400 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1818400 T5360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1818402 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1818402 T5360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1818402 T5360 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1818402 T5360 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1818405 T5360 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.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\
   [junit4]   2> 1818405 T5360 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@41619f
   [junit4]   2> 1818407 T5360 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.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\
   [junit4]   2> 1818407 T5360 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.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1818407 T5360 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.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1818409 T5360 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.ReplicationFactorTest CEA7942AC859A024-001\control-001\cores\collection1\data\index
   [junit4]   2> 1818410 T5360 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1818412 T5360 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1dc0af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@192e433),segFN=segments_1,generation=1}
   [junit4]   2> 1818413 T5360 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1818423 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1818423 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1818424 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1818425 T5360 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1818426 T5360 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1818426 T5360 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1818433 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818435 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818438 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818441 T5360 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1818453 T5360 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1818454 T5360 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1818455 T5360 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1818455 T5360 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1818459 T5360 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1818459 T5360 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1818460 T5360 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=10.0556640625, floorSegmentMB=2.08203125, forceMergeDeletesPctAllowed=5.791333267168211, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1818461 T5360 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1dc0af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@192e433),segFN=segments_1,generation=1}
   [junit4]   2> 1818461 T5360 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1818462 T5360 oass.SolrIndexSearcher.<init> Opening Searcher@23fb31[collection1] main
   [junit4]   2> 1818462 T5360 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1818464 T5360 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1818465 T5360 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1818466 T5360 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1818466 T5360 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1818466 T5360 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1818469 T5360 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1818470 T5360 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1818470 T5360 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1818470 T5360 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1818471 T5360 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1818473 T5361 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23fb31[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1818474 T5364 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62744 collection:control_collection shard:shard1
   [junit4]   2> 1818475 T5330 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1818475 T5330 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1818477 T5364 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1818479 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1818483 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1818488 T5368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@121e437 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1818490 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1818490 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1818490 T5330 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1818499 T5364 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1818502 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1818503 T5330 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1818504 T5364 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1818504 T5364 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4035 name=collection1 org.apache.solr.core.SolrCore@216de url=http://127.0.0.1:62744/collection1 node=127.0.0.1:62744_ C4035_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62744, node_name=127.0.0.1:62744_, state=down}
   [junit4]   2> 1818504 T5364 C4035 P62744 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62744/collection1/
   [junit4]   2> 1818504 T5364 C4035 P62744 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1818504 T5364 C4035 P62744 oasc.SyncStrategy.syncToMe http://127.0.0.1:62744/collection1/ has no replicas
   [junit4]   2> 1818504 T5364 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62744/collection1/ shard1
   [junit4]   2> 1818504 T5364 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1818505 T5357 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> 1818512 T5356 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> 1818514 T5368 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> 1818538 T5357 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":"http://127.0.0.1:62744",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1818544 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1818630 T5356 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> 1818630 T5368 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> 1818665 T5364 oasc.ZkController.register We are http://127.0.0.1:62744/collection1/ and leader is http://127.0.0.1:62744/collection1/
   [junit4]   2> 1818665 T5364 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62744
   [junit4]   2> 1818665 T5364 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1818665 T5364 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1818665 T5364 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1818671 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1818676 T5357 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":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1818678 T5357 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62744",
   [junit4]   2> 	  "node_name":"127.0.0.1:62744_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1818764 T5356 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> 1818766 T5368 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> 1820069 T5330 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1
   [junit4]   2> 1820070 T5330 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001
   [junit4]   2> 1820073 T5330 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1820078 T5330 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62758
   [junit4]   2> 1820078 T5330 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=62757, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores}
   [junit4]   2> 1820078 T5330 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1820078 T5330 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.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\'
   [junit4]   2> 1820126 T5330 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\solr.xml
   [junit4]   2> 1820139 T5330 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores
   [junit4]   2> 1820140 T5330 oasc.CoreContainer.<init> New CoreContainer 29937891
   [junit4]   2> 1820140 T5330 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.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\]
   [junit4]   2> 1820140 T5330 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\lib
   [junit4]   2> 1820140 T5330 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\lib).
   [junit4]   2> 1820154 T5330 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1820155 T5330 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1820156 T5330 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1820156 T5330 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1820156 T5330 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1820157 T5330 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1820158 T5330 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62737/solr
   [junit4]   2> 1820158 T5330 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1820158 T5330 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1820160 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1820164 T5380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1af0902 name:ZooKeeperConnection Watcher:127.0.0.1:62737 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1820165 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1820166 T5330 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1820170 T5330 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1820177 T5383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1073de8 name:ZooKeeperConnection Watcher:127.0.0.1:62737/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1820177 T5330 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1820187 T5330 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1821005 T5330 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62757_
   [junit4]   2> 1821008 T5330 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62757_
   [junit4]   2> 1821016 T5330 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1821023 T5330 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1821025 T5330 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1\
   [junit4]   2> 1821027 T5330 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1821029 T5384 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1821030 T5384 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1821031 T5356 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1821031 T5384 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1821034 T5357 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62757",
   [junit4]   2> 	  "node_name":"127.0.0.1:62757_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 1821036 T5357 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62757",
   [junit4]   2> 	  "node_name":"127.0.0.1:62757_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1821036 T5357 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1821037 T5357 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1821040 T5356 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> 1821041 T5383 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> 1821040 T5368 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> 1821837 T5384 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1821838 T5384 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1821840 T5384 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1821841 T5384 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1821844 T5384 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1821844 T5384 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.ReplicationFactorTest CEA7942AC859A024-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1821875 T5384 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1821879 T5384 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1821892 T5384 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1821909 T5384 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1821917 T5384 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1821921 T5384 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1821932 T5384 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1822091 T5384 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1822109 T5384 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1822109 T5384 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1822129 T5384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1822134 T5384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1822139 T5384 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1822142

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

75494 T14749 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 4675782 T14749 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50627 50627
   [junit4]   2> 4678989 T14750 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50627 50627
   [junit4]   2> 4678993 T14750 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		14	/solr/aliases.json
   [junit4]   2> 		14	/solr/clusterstate.json
   [junit4]   2> 		7	/solr/configs/conf1
   [junit4]   2> 		4	/solr/collections/compositeid_collection_with_routerfield/state.json
   [junit4]   2> 		4	/solr/collections/implicit_collection_without_routerfield/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		14	/solr/live_nodes
   [junit4]   2> 		7	/solr/overseer/queue
   [junit4]   2> 		7	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test -Dtests.seed=CEA7942AC859A024 -Dtests.slow=true -Dtests.locale=es_PR -Dtests.timezone=America/Catamarca -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 91.8s | FullSolrCloudDistribCmdsTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<0> but was:<1>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CEA7942AC859A024:46F3ABF066A5CDDC]:0)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:403)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 4679031 T14749 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.FullSolrCloudDistribCmdsTest CEA7942AC859A024-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=DefaultSimilarity, locale=es_PR, timezone=America/Catamarca
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=102799168,total=340627456
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, TestRTGBase, TestMiniSolrCloudCluster, EnumFieldTest, DocumentBuilderTest, DistribDocExpirationUpdateProcessorTest, SortByFunctionTest, TestCloudSchemaless, TestFastLRUCache, TestNoOpRegenerator, ShardRoutingCustomTest, TestExactStatsCache, TestStressVersions, TestNonDefinedSimilarityFactory, TestFieldTypeResource, DistributedQueryElevationComponentTest, BasicZkTest, XmlUpdateRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, WordBreakSolrSpellCheckerTest, TestReloadAndDeleteDocs, TestNRTOpen, TestTrackingShardHandlerFactory, TestExactSharedStatsCache, AlternateDirectoryTest, IndexSchemaTest, RegexBoostProcessorTest, TestSolrQueryParser, TestSimpleQParserPlugin, TermVectorComponentDistributedTest, ActionThrottleTest, DistributedDebugComponentTest, ScriptEngineTest, TestDistribDocBasedVersion, TestStressLucene, TestUtils, PathHierarchyTokenizerFactoryTest, TestSurroundQueryParser, UniqFieldsUpdateProcessorFactoryTest, CloudMLTQParserTest, OpenExchangeRatesOrgProviderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDynamicLoading, DeleteShardTest, ClusterStateTest, MigrateRouteKeyTest, TestIndexingPerformance, LeaderInitiatedRecoveryOnCommitTest, TestBadConfig, HighlighterMaxOffsetTest, TestManagedSchema, HdfsBasicDistributedZkTest, CustomCollectionTest, TestAnalyzeInfixSuggestions, FieldAnalysisRequestHandlerTest, TestBulkSchemaAPI, NoCacheHeaderTest, ShowFileRequestHandlerTest, OpenCloseCoreStressTest, FastVectorHighlighterTest, TestBlendedInfixSuggestions, CoreMergeIndexesAdminHandlerTest, EchoParamsTest, SuggestComponentTest, RequestLoggingTest, FileBasedSpellCheckerTest, DocExpirationUpdateProcessorFactoryTest, DistributedQueryComponentOptimizationTest, HdfsBasicDistributedZk2Test, SolrRequestParserTest, LeaderElectionIntegrationTest, HardAutoCommitTest, RollingRestartTest, SegmentsInfoRequestHandlerTest, TestRandomFaceting, HttpPartitionTest, HighlighterConfigTest, DOMUtilTest, TestZkChroot, InfoHandlerTest, ChaosMonkeySafeLeaderTest, PreAnalyzedUpdateProcessorTest, AliasIntegrationTest, TestIBSimilarityFactory, DebugComponentTest, TestSolrCoreProperties, TestConfigSets, SynonymTokenizerTest, ResponseLogComponentTest, CoreAdminHandlerTest, MinimalSchemaTest, SharedFSAutoReplicaFailoverUtilsTest, SuggesterFSTTest, TestSolrIndexConfig, TestPostingsSolrHighlighter, ReplicationFactorTest, TestPartialUpdateDeduplication, SuggesterWFSTTest, TestSchemaNameResource, TestQueryTypes, TestCloudManagedSchemaConcurrent, TestLFUCache, TestDefaultStatsCache, TestReversedWildcardFilterFactory, TestSolrDeletionPolicy1, SpellCheckComponentTest, TestDistributedSearch, SimpleCollectionCreateDeleteTest, TestManagedSchemaFieldTypeResource, TestGroupingSearch, TestManagedResource, SSLMigrationTest, TestExtendedDismaxParser, TestSortingResponseWriter, BlockDirectoryTest, TestValueSourceCache, TestBinaryResponseWriter, PrimitiveFieldTypeTest, TestReplicaProperties, TestFileDictionaryLookup, TestDocumentBuilder, TestManagedSchemaFieldResource, TestRealTimeGet, SolrInfoMBeanTest, ConnectionManagerTest, ParsingFieldUpdateProcessorsTest, TestElisionMultitermQuery, DistributedQueueTest, TestCustomSort, AddSchemaFieldsUpdateProcessorFactoryTest, JSONWriterTest, ZkSolrClientTest, TestSchemaSimilarityResource, TestDynamicFieldCollectionResource, AnalysisAfterCoreReloadTest, TestFieldCollectionResource, OverseerStatusTest, TestCollectionAPI, DistributedIntervalFacetingTest, QueryEqualityTest, JsonLoaderTest, CopyFieldTest, DistributedTermsComponentTest, TestLazyCores, TestFuzzyAnalyzedSuggestions, CurrencyFieldOpenExchangeTest, TimeZoneUtilsTest, SolrXmlInZkTest, TestInitParams, CursorMarkTest, TestSolrConfigHandlerCloud, RemoteQueryErrorTest, TestStressRecovery, TestRangeQuery, TriLevelCompositeIdRoutingTest, TermsComponentTest, RequiredFieldsTest, TestReRankQParserPlugin, TestTrie, TestSchemaVersionResource, TestUniqueKeyFieldResource, SliceStateTest, FieldMutatingUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, DirectUpdateHandlerTest, SolrIndexSplitterTest, TestSearchPerf, QueryResultKeyTest, FacetPivotSmallTest, TestLRUStatsCache, SolrCmdDistributorTest, BasicDistributedZk2Test, TestOmitPositions, ZkControllerTest, SpellPossibilityIteratorTest, StandardRequestHandlerTest, TestExceedMaxTermLength, SolrIndexConfigTest, HdfsUnloadDistributedZkTest, TestSchemaManager, DateMathParserTest, SpatialHeatmapFacetsTest, PluginInfoTest, TestWordDelimiterFilterFactory, TestCloudManagedSchema, MoreLikeThisHandlerTest, SpatialRPTFieldTypeTest, TestWriterPerf, CacheHeaderTest, MBeansHandlerTest, HdfsCollectionsAPIDistributedZkTest, LukeRequestHandlerTest, TestJoin, SpatialFilterTest, TestObjectReleaseTracker, TermVectorComponentTest, BadIndexSchemaTest, TestArbitraryIndexDir, TestPivotHelperCode, HdfsChaosMonkeySafeLeaderTest, CurrencyFieldXmlFileTest, TestOrdValues, TestInitQParser, CollectionsAPIAsyncDistributedZkTest, CloudExitableDirectoryReaderTest, StatelessScriptUpdateProcessorFactoryTest, TestSchemaResource, TestSerializedLuceneMatchVersion, TestDocBasedVersionConstraints, DateFieldTest, CoreAdminRequestStatusTest, SaslZkACLProviderTest, SimpleMLTQParserTest, RecoveryZkTest, SpellCheckCollatorTest, TestRandomDVFaceting, TestIntervalFaceting, TestFoldingMultitermQuery, TestChildDocTransformer, TestShortCircuitedRequests, CSVRequestHandlerTest, OverseerRolesTest, TestQueryUtils, ExternalCollectionsTest, TestReplicationHandlerBackup, SyncSliceTest, TestSolrDeletionPolicy2, SolrPluginUtilsTest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed in 91.87s, 1 test, 1 failure <<< FAILURES!

[...truncated 725 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1882 tests, 1 error, 2 failures, 57 ignored (30 assumptions)

Total time: 155 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC
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_31) - Build # 4430 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4430/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63454/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63454/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:63454/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001

	at __randomizedtesting.SeedInfo.seed([6472203B9885E1BC]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10422 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\init-core-data-001
   [junit4]   2> 4449633 T17777 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 4449642 T17777 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4449643 T17778 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4449739 T17777 oasc.ZkTestServer.run start zk server on port:63434
   [junit4]   2> 4449739 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4449741 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4449746 T17785 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f3c8 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4449747 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4449747 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4449747 T17777 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4449753 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4449754 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4449757 T17788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f5271 name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4449757 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4449758 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4449758 T17777 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4449763 T17777 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4449767 T17777 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4449770 T17777 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4449775 T17777 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> 4449775 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4449782 T17777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4449782 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4449786 T17777 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> 4449787 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4449791 T17777 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> 4449791 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4449798 T17777 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> 4449798 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4449802 T17777 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> 4449802 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4449810 T17777 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> 4449811 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4449815 T17777 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> 4449815 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4449820 T17777 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> 4449820 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4449825 T17777 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> 4449825 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4449828 T17777 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> 4449828 T17777 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4451243 T17777 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1
   [junit4]   2> 4451247 T17777 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4451253 T17777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63442
   [junit4]   2> 4451253 T17777 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\tempDir-001/control/data, hostContext=/, hostPort=63441, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores}
   [junit4]   2> 4451253 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4451253 T17777 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.ReplicationFactorTest 6472203B9885E1BC-001\control-001\'
   [junit4]   2> 4451297 T17777 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\solr.xml
   [junit4]   2> 4451308 T17777 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores
   [junit4]   2> 4451309 T17777 oasc.CoreContainer.<init> New CoreContainer 33149993
   [junit4]   2> 4451309 T17777 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.ReplicationFactorTest 6472203B9885E1BC-001\control-001\]
   [junit4]   2> 4451309 T17777 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\lib
   [junit4]   2> 4451309 T17777 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\lib).
   [junit4]   2> 4451323 T17777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4451324 T17777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4451328 T17777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4451328 T17777 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4451328 T17777 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4451328 T17777 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4451328 T17777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4451328 T17777 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4451328 T17777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63434/solr
   [junit4]   2> 4451328 T17777 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4451331 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4451333 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4451335 T17800 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dc8ee1 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4451335 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4451336 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4451338 T17779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c051afdd90002, 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> 4451340 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4451345 T17803 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1068cd0 name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4451346 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4451348 T17777 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4451356 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4451360 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4451364 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4451368 T17777 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4451372 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4451375 T17777 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4451377 T17777 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4451379 T17777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63441_
   [junit4]   2> 4451380 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63441_
   [junit4]   2> 4451383 T17777 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4451386 T17777 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4451389 T17777 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4451390 T17777 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63441_
   [junit4]   2> 4451390 T17777 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4451394 T17777 oasc.Overseer.start Overseer (id=93455305754083331-127.0.0.1:63441_-n_0000000000) starting
   [junit4]   2> 4451398 T17777 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4451409 T17777 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4451410 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4451411 T17805 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4451411 T17804 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4451418 T17777 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4451420 T17777 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\
   [junit4]   2> 4451420 T17777 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4451422 T17807 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4451422 T17807 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4451423 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4451423 T17807 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4451425 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [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> 4451426 T17804 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4451426 T17804 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4451426 T17804 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4451428 T17803 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> 4452385 T17807 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4452386 T17807 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4452387 T17807 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4452387 T17807 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4452389 T17807 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4452389 T17807 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.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\'
   [junit4]   2> 4452415 T17807 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4452421 T17807 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4452433 T17807 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4452437 T17807 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4452449 T17807 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4452453 T17807 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4452460 T17807 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4452614 T17807 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4452620 T17807 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4452620 T17807 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4452640 T17807 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4452644 T17807 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4452647 T17807 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4452650 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4452650 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4452650 T17807 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4452652 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4452652 T17807 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4452652 T17807 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4452652 T17807 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4452653 T17807 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.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\
   [junit4]   2> 4452653 T17807 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bde1b5
   [junit4]   2> 4452655 T17807 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.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\
   [junit4]   2> 4452655 T17807 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.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4452655 T17807 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.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4452657 T17807 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.ReplicationFactorTest 6472203B9885E1BC-001\control-001\cores\collection1\data\index
   [junit4]   2> 4452657 T17807 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=4.560546875, floorSegmentMB=1.951171875, forceMergeDeletesPctAllowed=23.85696706652719, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47535515608685097
   [junit4]   2> 4452658 T17807 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eb1f4a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84617e),segFN=segments_1,generation=1}
   [junit4]   2> 4452658 T17807 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4452665 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4452665 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4452666 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4452668 T17807 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4452669 T17807 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4452669 T17807 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4452676 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452677 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452679 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452681 T17807 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4452690 T17807 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4452690 T17807 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4452693 T17807 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4452693 T17807 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4452695 T17807 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4452696 T17807 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4452697 T17807 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.540026476081682]
   [junit4]   2> 4452697 T17807 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eb1f4a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84617e),segFN=segments_1,generation=1}
   [junit4]   2> 4452697 T17807 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4452698 T17807 oass.SolrIndexSearcher.<init> Opening Searcher@5f1be5[collection1] main
   [junit4]   2> 4452698 T17807 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4452700 T17807 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4452700 T17807 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4452701 T17807 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4452701 T17807 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4452701 T17807 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4452703 T17807 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4452703 T17807 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4452703 T17807 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4452703 T17807 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4452704 T17807 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4452706 T17808 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f1be5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4452706 T17811 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63441 collection:control_collection shard:shard1
   [junit4]   2> 4452707 T17777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4452708 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4452708 T17811 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4452708 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4452709 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4452711 T17815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@196faad name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4452712 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4452712 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4452712 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4452719 T17811 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4452719 T17777 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4452720 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4452720 T17811 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4452721 T17811 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4016 name=collection1 org.apache.solr.core.SolrCore@18fe6f5 url=http://127.0.0.1:63441/collection1 node=127.0.0.1:63441_ C4016_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63441, node_name=127.0.0.1:63441_, state=down}
   [junit4]   2> 4452721 T17811 C4016 P63441 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63441/collection1/
   [junit4]   2> 4452721 T17811 C4016 P63441 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4452721 T17811 C4016 P63441 oasc.SyncStrategy.syncToMe http://127.0.0.1:63441/collection1/ has no replicas
   [junit4]   2> 4452722 T17811 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63441/collection1/ shard1
   [junit4]   2> 4452722 T17811 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4452723 T17804 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> 4452731 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4452734 T17804 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":"http://127.0.0.1:63441",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 4452835 T17815 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> 4452835 T17803 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> 4452880 T17811 oasc.ZkController.register We are http://127.0.0.1:63441/collection1/ and leader is http://127.0.0.1:63441/collection1/
   [junit4]   2> 4452880 T17811 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63441
   [junit4]   2> 4452880 T17811 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4452880 T17811 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4452880 T17811 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4452882 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4452884 T17804 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":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 4452890 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63441",
   [junit4]   2> 	  "node_name":"127.0.0.1:63441_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4452991 T17803 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> 4452993 T17815 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> 4454123 T17777 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1
   [junit4]   2> 4454127 T17777 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001
   [junit4]   2> 4454127 T17777 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4454132 T17777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63455
   [junit4]   2> 4454132 T17777 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=63454, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores}
   [junit4]   2> 4454133 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4454134 T17777 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\'
   [junit4]   2> 4454173 T17777 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\solr.xml
   [junit4]   2> 4454185 T17777 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores
   [junit4]   2> 4454185 T17777 oasc.CoreContainer.<init> New CoreContainer 8989620
   [junit4]   2> 4454187 T17777 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\]
   [junit4]   2> 4454187 T17777 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\lib
   [junit4]   2> 4454187 T17777 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\lib).
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4454201 T17777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4454204 T17777 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4454205 T17777 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4454205 T17777 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4454205 T17777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4454207 T17777 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4454207 T17777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63434/solr
   [junit4]   2> 4454207 T17777 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4454207 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4454210 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4454212 T17827 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1beea93 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4454213 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4454214 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4454216 T17779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c051afdd90005, 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> 4454218 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4454221 T17830 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@227afd name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4454221 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4454229 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4455197 T17777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63454_
   [junit4]   2> 4455198 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63454_
   [junit4]   2> 4455204 T17777 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4455208 T17777 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4455208 T17777 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\
   [junit4]   2> 4455208 T17777 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4455212 T17831 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4455212 T17831 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4455213 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4455213 T17831 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4455215 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 4455216 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4455216 T17804 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4455216 T17804 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4455219 T17815 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> 4455220 T17803 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> 4455220 T17830 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> 4456175 T17831 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4456175 T17831 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4456176 T17831 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4456176 T17831 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4456178 T17831 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4456178 T17831 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4456207 T17831 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4456210 T17831 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4456222 T17831 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4456228 T17831 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4456239 T17831 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4456242 T17831 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4456253 T17831 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4456407 T17831 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4456415 T17831 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4456416 T17831 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4456434 T17831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4456438 T17831 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4456441 T17831 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4456444 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4456444 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4456444 T17831 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4456446 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4456446 T17831 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4456446 T17831 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4456446 T17831 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4456447 T17831 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4456447 T17831 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bde1b5
   [junit4]   2> 4456449 T17831 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4456449 T17831 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4456449 T17831 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4456450 T17831 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4456451 T17831 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=4.560546875, floorSegmentMB=1.951171875, forceMergeDeletesPctAllowed=23.85696706652719, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47535515608685097
   [junit4]   2> 4456451 T17831 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5b1c71 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e7243c),segFN=segments_1,generation=1}
   [junit4]   2> 4456451 T17831 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4456459 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4456459 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4456460 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4456461 T17831 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4456462 T17831 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4456462 T17831 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4456467 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456468 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456471 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456473 T17831 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4456491 T17831 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4456492 T17831 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4456494 T17831 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4456495 T17831 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4456497 T17831 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4456497 T17831 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4456498 T17831 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.540026476081682]
   [junit4]   2> 4456499 T17831 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5b1c71 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e7243c),segFN=segments_1,generation=1}
   [junit4]   2> 4456500 T17831 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4456500 T17831 oass.SolrIndexSearcher.<init> Opening Searcher@50621c[collection1] main
   [junit4]   2> 4456501 T17831 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4456503 T17831 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4456503 T17831 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4456504 T17831 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4456504 T17831 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4456504 T17831 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4456506 T17831 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4456506 T17831 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4456506 T17831 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4456506 T17831 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4456508 T17831 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4456510 T17835 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63454 collection:collection1 shard:shard2
   [junit4]   2> 4456510 T17832 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50621c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4456510 T17777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4456511 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4456512 T17835 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4456526 T17835 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4456529 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4456530 T17835 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4456530 T17835 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4017 name=collection1 org.apache.solr.core.SolrCore@2a54d5 url=http://127.0.0.1:63454/collection1 node=127.0.0.1:63454_ C4017_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63454, node_name=127.0.0.1:63454_, state=down}
   [junit4]   2> 4456530 T17835 C4017 P63454 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63454/collection1/
   [junit4]   2> 4456531 T17835 C4017 P63454 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4456531 T17835 C4017 P63454 oasc.SyncStrategy.syncToMe http://127.0.0.1:63454/collection1/ has no replicas
   [junit4]   2> 4456531 T17835 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63454/collection1/ shard2
   [junit4]   2> 4456532 T17835 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4456537 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 4456547 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4456552 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 4456655 T17803 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> 4456656 T17830 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> 4456657 T17815 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> 4456697 T17835 oasc.ZkController.register We are http://127.0.0.1:63454/collection1/ and leader is http://127.0.0.1:63454/collection1/
   [junit4]   2> 4456697 T17835 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63454
   [junit4]   2> 4456697 T17835 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4456698 T17835 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4456698 T17835 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4456701 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4456705 T17804 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":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4456706 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63454",
   [junit4]   2> 	  "node_name":"127.0.0.1:63454_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4456810 T17803 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> 4456811 T17830 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> 4456814 T17815 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> 4457965 T17777 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1
   [junit4]   2> 4457968 T17777 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001
   [junit4]   2> 4457969 T17777 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4457973 T17777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63465
   [junit4]   2> 4457975 T17777 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=63464, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores}
   [junit4]   2> 4457975 T17777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4457975 T17777 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\'
   [junit4]   2> 4458014 T17777 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\solr.xml
   [junit4]   2> 4458021 T17777 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores
   [junit4]   2> 4458024 T17777 oasc.CoreContainer.<init> New CoreContainer 21500523
   [junit4]   2> 4458025 T17777 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\]
   [junit4]   2> 4458025 T17777 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\lib
   [junit4]   2> 4458025 T17777 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\lib).
   [junit4]   2> 4458038 T17777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4458038 T17777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4458038 T17777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4458040 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4458042 T17777 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4458044 T17777 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4458044 T17777 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4458044 T17777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4458044 T17777 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4458044 T17777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63434/solr
   [junit4]   2> 4458046 T17777 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4458046 T17777 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4458048 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4458051 T17848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f894b6 name:ZooKeeperConnection Watcher:127.0.0.1:63434 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4458052 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4458052 T17777 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4458055 T17777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4458058 T17851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b22f8e name:ZooKeeperConnection Watcher:127.0.0.1:63434/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4458059 T17777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4458067 T17777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4458942 T17777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63464_
   [junit4]   2> 4458942 T17777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63464_
   [junit4]   2> 4458948 T17777 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4458951 T17777 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 4458953 T17777 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1\
   [junit4]   2> 4458953 T17777 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4458955 T17852 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4458955 T17852 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4458957 T17852 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4458957 T17803 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4458958 T17804 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63464",
   [junit4]   2> 	  "node_name":"127.0.0.1:63464_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 4458958 T17804 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63464",
   [junit4]   2> 	  "node_name":"127.0.0.1:63464_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4458959 T17804 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4458959 T17804 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4458962 T17803 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> 4458963 T17830 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> 4458963 T17815 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> 4458963 T17851 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> 4459821 T17852 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4459821 T17852 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4459822 T17852 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4459822 T17852 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4459825 T17852 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4459825 T17852 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.ReplicationFactorTest 6472203B9885E1BC-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4459858 T17852 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4459861 T17852 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4459874 T17852 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4459880 T17852 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4459891 T17852 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4459892 T17852 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4459899 T17852 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4460040 T17852 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4460049 T17852 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4460054 T17852 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4460070 T17852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4460075 T17852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4460081 T17852 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4460083 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4460083 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4460083 T17852 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4460086 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4460086 T17852 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4460086 T17852 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4460086 T17852 oasc.SolrCore.initDirectoryFactory 

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

rFilterFactory, OutputWriterTest, TestSort, TestCSVResponseWriter, TestFunctionQuery, TestBadConfig, TestBlobHandler, TestFoldingMultitermQuery, CollectionsAPIDistributedZkTest, MoreLikeThisHandlerTest, TestQueryTypes, CollectionsAPIAsyncDistributedZkTest, TestShardHandlerFactory, TestSolrQueryParserResource, DistributedSpellCheckComponentTest, DistribCursorPagingTest, RequestLoggingTest, TestCloudInspectUtil, DocumentBuilderTest, TestFileDictionaryLookup, DocValuesMissingTest, DistributedFacetPivotWhiteBoxTest, HdfsLockFactoryTest, TestGroupingSearch, InfoHandlerTest, UpdateRequestProcessorFactoryTest, TestZkChroot, AnalyticsQueryTest, TestDefaultStatsCache, TestMaxScoreQueryParser, ZkNodePropsTest, QueryEqualityTest, TestAtomicUpdateErrorCases, BufferStoreTest, UUIDFieldTest, CloudMLTQParserTest, FacetPivotSmallTest, TestSearchPerf, TestJmxIntegration, TestSystemIdResolver, TestLazyCores, TestFreeTextSuggestions, HardAutoCommitTest, EchoParamsTest, TestOverriddenPrefixQueryForCustomFieldType, MigrateRouteKeyTest, ConnectionManagerTest, CacheHeaderTest, TestSchemaVersionResource, URLClassifyProcessorTest, HdfsChaosMonkeySafeLeaderTest, TestStressReorder, SimpleCollectionCreateDeleteTest, DistributedTermsComponentTest, TestDynamicFieldResource, TestSortingResponseWriter, TestUtils, CurrencyFieldOpenExchangeTest, SliceStateTest, RankQueryTest, TestCopyFieldCollectionResource, DistributedMLTComponentTest, TestRealTimeGet, IndexSchemaTest, TestFieldCollectionResource, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, TestDistributedSearch, TermVectorComponentDistributedTest, TestJoin, TestReload, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, SolrPluginUtilsTest, MBeansHandlerTest, TestPartialUpdateDeduplication, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, BadComponentTest, TestSolrDeletionPolicy2, SampleTest, TestBinaryField, NumericFieldsTest, TestConfig, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCodecSupport, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, TestDocumentBuilder, FileUtilsTest, CircularListTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, ActionThrottleTest, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, TestCloudPivotFacet, TestCollectionAPI, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestReplicaProperties, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSets, TestDynamicLoading, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=6472203B9885E1BC -Dtests.slow=true -Dtests.locale=lv_LV -Dtests.timezone=Pacific/Enderbury -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 6472203B9885E1BC-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6472203B9885E1BC]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 19.58s, 4 tests, 1 error <<< FAILURES!

[...truncated 201 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1878 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 136 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC
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.7.0_76) - Build # 4429 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4429/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 9160 lines...]
    [javac] Compiling 516 source files to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\classes\test
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test\org\apache\solr\cloud\TestMiniSolrCloudCluster.java:176: error: local variable jettyIndex is accessed from within inner class; needs to be declared final
    [javac]           if (jettyIndex.incrementAndGet() != 2)
    [javac]               ^
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test\org\apache\solr\cloud\TestMiniSolrCloudCluster.java:204: error: local variable jettyIndex is accessed from within inner class; needs to be declared final
    [javac]           if (jettyIndex.incrementAndGet() == 2)
    [javac]               ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:799: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:813: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 39 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC
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_31) - Build # 4428 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4428/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 9024 lines...]
    [javac] Compiling 38 source files to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-test-framework\classes\java
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\test-framework\src\java\org\apache\solr\cloud\MiniSolrCloudCluster.java:152: error: local variable jettyConfig is accessed from within inner class; needs to be declared final
    [javac]           return startJettySolrRunner(jettyConfig);
    [javac]                                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

[...truncated 1 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:420: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\test-framework\build.xml:41: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 40 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC
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.7.0_76) - Build # 4427 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4427/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestCryptoKeys.test

Error Message:
Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'class' full output: {"error":{     "msg":"java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0",     "trace":"java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:833)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:452)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)\r\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\r\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)\r\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\r\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\r\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)\r\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\r\n\tat org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)\r\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)\r\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)\r\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\r\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\r\n\tat org.eclipse.jetty.server.Server.handle(Server.java:368)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)\r\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)\r\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\r\n\tat org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\r\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)\r\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\r\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)\r\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)\r\n\tat java.lang.Thread.run(Thread.java:745)\r\nCaused by: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\r\n\tat java.lang.ClassLoader.defineClass1(Native Method)\r\n\tat java.lang.ClassLoader.defineClass(ClassLoader.java:800)\r\n\tat org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:103)\r\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:76)\r\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:157)\r\n\tat org.apache.solr.core.SolrCore.createInstance(SolrCore.java:557)\r\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.createInst(PluginBag.java:306)\r\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.get(PluginBag.java:293)\r\n\tat org.apache.solr.core.PluginBag.get(PluginBag.java:113)\r\n\tat org.apache.solr.handler.RequestHandlerBase.getRequestHandler(RequestHandlerBase.java:218)\r\n\tat org.apache.solr.core.SolrCore.getRequestHandler(SolrCore.java:1246)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:371)\r\n\t... 26 more\r\n",     "code":500}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'class' full output: {"error":{
    "msg":"java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0",
    "trace":"java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:833)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:452)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)\r\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\r\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)\r\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\r\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\r\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)\r\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\r\n\tat org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)\r\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)\r\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)\r\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\r\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\r\n\tat org.eclipse.jetty.server.Server.handle(Server.java:368)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)\r\n\tat org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)\r\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)\r\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\r\n\tat org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\r\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)\r\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\r\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)\r\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)\r\n\tat java.lang.Thread.run(Thread.java:745)\r\nCaused by: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\r\n\tat java.lang.ClassLoader.defineClass1(Native Method)\r\n\tat java.lang.ClassLoader.defineClass(ClassLoader.java:800)\r\n\tat org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:103)\r\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:76)\r\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:157)\r\n\tat org.apache.solr.core.SolrCore.createInstance(SolrCore.java:557)\r\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.createInst(PluginBag.java:306)\r\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.get(PluginBag.java:293)\r\n\tat org.apache.solr.core.PluginBag.get(PluginBag.java:113)\r\n\tat org.apache.solr.handler.RequestHandlerBase.getRequestHandler(RequestHandlerBase.java:218)\r\n\tat org.apache.solr.core.SolrCore.getRequestHandler(SolrCore.java:1246)\r\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:371)\r\n\t... 26 more\r\n",
    "code":500}}
	at __randomizedtesting.SeedInfo.seed([5F8620792C035AB3:D7D21FA382FF374B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.cloud.TestCryptoKeys.test(TestCryptoKeys.java:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'overlay/requestHandler/\/runtime/class' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "overlay":{     "znodeVersion":1,     "runtimeLib":{"colltest":{         "name":"colltest",         "version":1}},     "requestHandler":{"/test1":{         "name":"/test1",         "class":"org.apache.solr.core.BlobStoreTestRequestHandler",         "runtimeLib":true}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'overlay/requestHandler/\/runtime/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":1,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}},
    "requestHandler":{"/test1":{
        "name":"/test1",
        "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
        "runtimeLib":true}}}}
	at __randomizedtesting.SeedInfo.seed([5F8620792C035AB3:87CB0D2EDBDEFF13]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:172)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001

	at __randomizedtesting.SeedInfo.seed([5F8620792C035AB3]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55170/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55170/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:625)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:948)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:55170/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:598)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:622)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 52 more




Build Log:
[...truncated 9418 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\init-core-data-001
   [junit4]   2> 481512 T1983 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 481512 T1983 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /dj/f
   [junit4]   2> 481517 T1983 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 481517 T1984 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 481604 T1983 oasc.ZkTestServer.run start zk server on port:63175
   [junit4]   2> 481604 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 481606 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 481609 T1991 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14d26c2 name:ZooKeeperConnection Watcher:127.0.0.1:63175 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 481609 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 481609 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 481609 T1983 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 481614 T1985 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bffe5a55b0000, 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> 481614 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 481616 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 481618 T1994 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f7851 name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 481618 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 481618 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 481618 T1983 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 481621 T1983 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 481624 T1983 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 481625 T1983 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 481628 T1983 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> 481628 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 481634 T1983 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 481634 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 481637 T1983 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> 481637 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 481641 T1983 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> 481641 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 481645 T1983 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> 481645 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 481648 T1983 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> 481648 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 481652 T1983 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> 481652 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 481655 T1983 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> 481655 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 481658 T1983 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> 481658 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 481662 T1983 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> 481663 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 481683 T1983 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> 481684 T1983 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 483320 T1983 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1
   [junit4]   2> 483323 T1983 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 483329 T1983 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63182
   [junit4]   2> 483329 T1983 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=63182, hostContext=/dj/f, coreRootDirectory=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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\tempDir-001/control/data}
   [junit4]   2> 483329 T1983 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 483329 T1983 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\'
   [junit4]   2> 483375 T1983 oasc.SolrXmlConfig.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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\solr.xml
   [junit4]   2> 483433 T1983 oasc.CorePropertiesLocator.<init> Config-defined core root directory: 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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores
   [junit4]   2> 483434 T1983 oasc.CoreContainer.<init> New CoreContainer 25396610
   [junit4]   2> 483434 T1983 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\]
   [junit4]   2> 483434 T1983 oasc.CoreContainer.load loading shared library: 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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\lib
   [junit4]   2> 483434 T1983 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: 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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\lib).
   [junit4]   2> 483445 T1983 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 483445 T1983 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 483445 T1983 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 483446 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 483446 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 483446 T1983 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 483446 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 483447 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 483447 T1983 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 483447 T1983 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 483447 T1983 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 483447 T1983 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 483448 T1983 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 483448 T1983 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 483448 T1983 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 483448 T1983 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63175/solr
   [junit4]   2> 483448 T1983 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 483448 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 483449 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 483452 T2006 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c8b7fb name:ZooKeeperConnection Watcher:127.0.0.1:63175 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 483452 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 483453 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 483456 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 483458 T2009 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1688556 name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 483458 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 483460 T1983 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 483463 T1983 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 483466 T1983 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 483470 T1983 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 483473 T1983 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 483477 T1983 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 483479 T1983 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 483481 T1983 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 483482 T1983 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63182_dj%2Ff
   [junit4]   2> 483483 T1983 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63182_dj%2Ff
   [junit4]   2> 483486 T1983 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 483488 T1983 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 483490 T1983 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 483492 T1983 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63182_dj%2Ff
   [junit4]   2> 483492 T1983 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 483494 T1983 oasc.Overseer.start Overseer (id=93449579078025219-127.0.0.1:63182_dj%2Ff-n_0000000000) starting
   [junit4]   2> 483497 T1983 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 483506 T1983 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 483507 T2011 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 483507 T1983 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 483509 T2010 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 483514 T1983 oasc.CorePropertiesLocator.discover Looking for core definitions underneath 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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {config=solrconfig.xml, name=collection1, absoluteInstDir=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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\, loadOnStartup=true, coreNodeName=, schema=schema.xml, transient=false, shard=, instanceDir=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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1, collection=control_collection, dataDir=data\}
   [junit4]   2> 483516 T1983 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\
   [junit4]   2> 483516 T1983 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 483518 T2013 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 483518 T2013 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 483519 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 483519 T2013 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 483521 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63182_dj%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 483522 T2010 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63182_dj%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 483522 T2010 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 483522 T2010 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 483523 T2009 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> 484507 T2013 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 484507 T2013 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 484508 T2013 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 484509 T2013 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 484511 T2013 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 484511 T2013 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\'
   [junit4]   2> 484535 T2013 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 484540 T2013 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 484555 T2013 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 484579 T2013 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 484633 T2013 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 484636 T2013 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 484648 T2013 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 485141 T2013 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 485149 T2013 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 485152 T2013 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 485168 T2013 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 485173 T2013 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 485179 T2013 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 485180 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 485180 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 485180 T2013 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 485182 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 485182 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 485182 T2013 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 485182 T2013 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 485183 T2013 oasc.SolrCore.<init> [collection1] Opening new SolrCore at 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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\, dataDir=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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\
   [junit4]   2> 485183 T2013 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a396e4
   [junit4]   2> 485184 T2013 oasc.CachingDirectoryFactory.get return new directory for 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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\
   [junit4]   2> 485184 T2013 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\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\index/
   [junit4]   2> 485184 T2013 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 485185 T2013 oasc.CachingDirectoryFactory.get return new directory for 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.core.TestDynamicLoading 5F8620792C035AB3-001\control-001\cores\collection1\data\index
   [junit4]   2> 485186 T2013 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1331188335, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 485186 T2013 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dacc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca5a97),segFN=segments_1,generation=1}
   [junit4]   2> 485186 T2013 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 485192 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 485193 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 485193 T2013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 485193 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 485193 T2013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 485194 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 485194 T2013 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 485195 T2013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 485195 T2013 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 485204 T2013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 485206 T2013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 485210 T2013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 485211 T2013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 485219 T2013 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/admin/luke,/admin/logging,/update/csv,/update/json,/update/json/docs,/admin/mbeans,/get,/admin/system,/admin/segments,/admin/plugins,/admin/file,/replication,/admin/ping,/config,/admin/properties,standard,/schema,/update
   [junit4]   2> 485222 T2013 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 485223 T2013 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 485223 T2013 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 485226 T2013 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 485226 T2013 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 485227 T2013 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=22.5078125, floorSegmentMB=0.958984375, forceMergeDeletesPctAllowed=12.540977467030398, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6403100889438651
   [junit4]   2> 485227 T2013 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@dacc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca5a97),segFN=segments_1,generation=1}
   [junit4]   2> 485227 T2013 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 485228 T2013 oass.SolrIndexSearcher.<init> Opening Searcher@104d386[collection1] main
   [junit4]   2> 485228 T2013 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 485231 T2013 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 485231 T2013 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 485232 T2013 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 485232 T2013 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 485232 T2013 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 485233 T2013 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 485233 T2013 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 485233 T2013 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 485233 T2013 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 485234 T2013 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 485234 T2014 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@104d386[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 485235 T2017 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63182/dj/f collection:control_collection shard:shard1
   [junit4]   2> 485235 T1983 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 485236 T1983 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 485236 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 485237 T2017 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 485238 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 485240 T2020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1906e1d name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 485240 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 485240 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 485241 T1983 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 485244 T2017 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 485244 T1983 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 485245 T1983 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 485245 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 485246 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 485247 T2017 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 485247 T2017 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 485247 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> ASYNC  NEW_CORE C228 name=collection1 org.apache.solr.core.SolrCore@141a505 url=http://127.0.0.1:63182/dj/f/collection1 node=127.0.0.1:63182_dj%2Ff C228_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:63182_dj%2Ff, state=down, base_url=http://127.0.0.1:63182/dj/f, core=collection1}
   [junit4]   2> 485247 T2017 C228 P63182 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63182/dj/f/collection1/
   [junit4]   2> 485248 T2017 C228 P63182 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 485248 T2017 C228 P63182 oasc.SyncStrategy.syncToMe http://127.0.0.1:63182/dj/f/collection1/ has no replicas
   [junit4]   2> 485248 T2017 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63182/dj/f/collection1/ shard1
   [junit4]   2> 485248 T2017 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 485249 T2010 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> 485251 T2023 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d81ae6 name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 485252 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 485252 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 485253 T2020 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> 485253 T2009 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> 485265 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 485266 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 485266 T2010 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 485271 T2010 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":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 485272 T2010 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 485274 T2009 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> 485276 T2020 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> 485285 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 485287 T2020 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> 485287 T2009 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> 485318 T2017 oasc.ZkController.register We are http://127.0.0.1:63182/dj/f/collection1/ and leader is http://127.0.0.1:63182/dj/f/collection1/
   [junit4]   2> 485318 T2017 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63182/dj/f
   [junit4]   2> 485318 T2017 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 485318 T2017 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 485318 T2017 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 485321 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 485321 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63182_dj%2Ff",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 485323 T2010 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63182_dj%2Ff",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63182/dj/f",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 485428 T2009 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> 485429 T2020 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> 486721 T1983 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1
   [junit4]   2> 486724 T1983 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001
   [junit4]   2> 486725 T1983 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 486729 T1983 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63197
   [junit4]   2> 486730 T1983 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\tempDir-001/jetty1, hostContext=/dj/f, solrconfig=solrconfig.xml, hostPort=63197}
   [junit4]   2> 486730 T1983 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 486730 T1983 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\'
   [junit4]   2> 486767 T1983 oasc.SolrXmlConfig.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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\solr.xml
   [junit4]   2> 486803 T1983 oasc.CorePropertiesLocator.<init> Config-defined core root directory: 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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores
   [junit4]   2> 486803 T1983 oasc.CoreContainer.<init> New CoreContainer 32252344
   [junit4]   2> 486803 T1983 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\]
   [junit4]   2> 486803 T1983 oasc.CoreContainer.load loading shared library: 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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\lib
   [junit4]   2> 486803 T1983 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: 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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\lib).
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 486816 T1983 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 486820 T1983 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 486820 T1983 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 486820 T1983 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 486820 T1983 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 486820 T1983 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 486821 T1983 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 486821 T1983 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63175/solr
   [junit4]   2> 486821 T1983 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 486821 T1983 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 486825 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 486826 T2035 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12764b7 name:ZooKeeperConnection Watcher:127.0.0.1:63175 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 486827 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 486827 T1983 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 486830 T1983 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 486832 T2038 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8fb1a2 name:ZooKeeperConnection Watcher:127.0.0.1:63175/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 486832 T1983 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 486840 T1983 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 487850 T1983 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63197_dj%2Ff
   [junit4]   2> 487851 T1983 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63197_dj%2Ff
   [junit4]   2> 487856 T1983 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 487860 T1983 oasc.CorePropertiesLocator.discover Looking for core definitions underneath 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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {loadOnStartup=true, shard=, instanceDir=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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1, absoluteInstDir=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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\, config=solrconfig.xml, name=collection1, dataDir=data\, transient=false, schema=schema.xml, coreNodeName=, collection=collection1}
   [junit4]   2> 487863 T1983 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\
   [junit4]   2> 487863 T1983 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 487867 T2039 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 487867 T2039 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 487869 T2009 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 487871 T2039 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 487871 T2039 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 487871 T2010 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63197_dj%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63197/dj/f",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 487872 T2039 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 487873 T2010 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:63197_dj%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63197/dj/f",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 487873 T2010 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 487873 T2010 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 487875 T2039 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 487875 T2039 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 487875 T2010 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 487876 T2038 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 487877 T2038 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 488875 T2039 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 488875 T2039 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 488876 T2039 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 488876 T2039 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 488878 T2039 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 488878 T2039 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\'
   [junit4]   2> 488901 T2039 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 488906 T2039 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 488917 T2039 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 488942 T2039 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 488997 T2039 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 488999 T2039 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 489037 T2039 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 489491 T2039 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 489501 T2039 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 489504 T2039 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 489522 T2039 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 489527 T2039 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 489532 T2039 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 489533 T2039 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 489533 T2039 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 489533 T2039 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 489535 T2039 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 489535 T2039 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 489535 T2039 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 489535 T2039 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 489536 T2039 oasc.SolrCore.<init> [collection1] Opening new SolrCore at 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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\, dataDir=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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 489537 T2039 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a396e4
   [junit4]   2> 489537 T2039 oasc.CachingDirectoryFactory.get return new directory for 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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 489537 T2039 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\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 489537 T2039 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 489540 T2039 oasc.CachingDirectoryFactory.get return new directory for 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.core.TestDynamicLoading 5F8620792C035AB3-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 489541 T2039 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1331188335, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 489542 T2039 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ba1e92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d1ab2),segFN=segments_1,generation=1}
   [junit4]   2> 489542 T2039 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 489548 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 489549 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 489549 T2039 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 489549 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 489550 T2039 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 489550 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 489550 T2039 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 489551 T2039 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 489551 T2039 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 489560 T2039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=6

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

eDirectoryReaderTest, SynonymTokenizerTest, TestBM25SimilarityFactory, ClusterStateTest, ZkControllerTest, ResponseHeaderTest, ScriptEngineTest, LukeRequestHandlerTest, HighlighterTest, TestCloudManagedSchemaConcurrent, SolrXmlInZkTest, SegmentsInfoRequestHandlerTest, TestFieldSortValues, HdfsLockFactoryTest, DirectUpdateHandlerTest, DateMathParserTest, TestSchemaResource, TestSortingResponseWriter, CurrencyFieldOpenExchangeTest, FileUtilsTest, SolrPluginUtilsTest, TestBulkSchemaConcurrent, TestObjectReleaseTracker, TestPartialUpdateDeduplication, TestSort, TestJmxMonitoredMap, TestCollectionAPI, LoggingHandlerTest, TestBinaryField, TestFileDictionaryLookup, SliceStateTest, TestRandomMergePolicy, TestReplicationHandler, ResponseLogComponentTest, TestReplicaProperties, DistribDocExpirationUpdateProcessorTest, ShowFileRequestHandlerTest, QueryElevationComponentTest, TestImplicitCoreProperties, MigrateRouteKeyTest, TestHighlightDedupGrouping, TestRequestStatusCollectionAPI, TestIBSimilarityFactory, LeaderInitiatedRecoveryOnCommitTest, LeaderFailoverAfterPartitionTest, HdfsSyncSliceTest, BufferStoreTest, FullSolrCloudDistribCmdsTest, SpellingQueryConverterTest, TestBulkSchemaAPI, TestSolrQueryParser, TestPHPSerializedResponseWriter, ChangedSchemaMergeTest, PluginInfoTest, CustomCollectionTest, DocValuesMissingTest, DistributedFacetPivotWhiteBoxTest, TestFastLRUCache, TestInitParams, TestInitQParser, TestDynamicFieldCollectionResource, TestDocSet, TestSchemaSimilarityResource, HdfsUnloadDistributedZkTest, ResourceLoaderTest, TestClusterStateMutator, TestFreeTextSuggestions, SolrInfoMBeanTest, TestManagedSchema, UUIDFieldTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestRandomFaceting, TestRandomDVFaceting, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestJoin, TestReload, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestFiltering, TestLazyCores, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestSolrIndexConfig, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestSearchPerf, OutputWriterTest, ExternalFileFieldSortTest, DirectSolrConnectionTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, TestXIncludeConfig, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, TestLRUCache, TestUtils, SystemInfoHandlerTest, CircularListTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestJettySolrRunner, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, TestCloudInspectUtil, TestCloudPivotFacet, TestLeaderElectionZkExpiry, TriLevelCompositeIdRoutingTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsWriteToMultipleCollectionsTest, ZkStateWriterTest, HdfsDirectoryFactoryTest, TestConfigSets, TestNRTOpen, TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=5F8620792C035AB3 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=Africa/Mbabane -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5F8620792C035AB3-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F8620792C035AB3]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 27.39s, 4 tests, 1 error <<< FAILURES!

[...truncated 229 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 472 suites, 1876 tests, 1 suite-level error, 1 error, 2 failures, 57 ignored (30 assumptions)

Total time: 149 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4426 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4426/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65248/lmy/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65248/lmy/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:920)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:811)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65248/lmy/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:569)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	... 52 more




Build Log:
[...truncated 10353 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\init-core-data-001
   [junit4]   2> 4238430 T16052 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /lmy/
   [junit4]   2> 4238443 T16052 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4238444 T16053 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4238579 T16052 oasc.ZkTestServer.run start zk server on port:65208
   [junit4]   2> 4238579 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4238583 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4238591 T16060 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41673df name:ZooKeeperConnection Watcher:127.0.0.1:65208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4238592 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4238592 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4238593 T16052 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4238601 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4238605 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4238613 T16063 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8755f17 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4238614 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4238616 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4238616 T16052 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4238622 T16052 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4238628 T16052 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4238631 T16052 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4238638 T16052 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> 4238639 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4238647 T16052 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4238649 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4238657 T16052 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> 4238658 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4238671 T16052 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> 4238671 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4238686 T16052 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> 4238686 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4238693 T16052 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> 4238695 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4238700 T16052 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> 4238701 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4238707 T16052 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> 4238708 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4238712 T16052 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> 4238712 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4238719 T16052 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> 4238719 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4238722 T16052 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> 4238722 T16052 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4240911 T16052 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1
   [junit4]   2> 4240916 T16052 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4240922 T16052 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65216
   [junit4]   2> 4240922 T16052 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=65215, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores, hostContext=/lmy, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\tempDir-001/control/data}
   [junit4]   2> 4240924 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6951a712
   [junit4]   2> 4240924 T16052 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.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\'
   [junit4]   2> 4240984 T16052 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\solr.xml
   [junit4]   2> 4241023 T16052 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores
   [junit4]   2> 4241024 T16052 oasc.CoreContainer.<init> New CoreContainer 50919098
   [junit4]   2> 4241024 T16052 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.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\]
   [junit4]   2> 4241024 T16052 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\lib
   [junit4]   2> 4241024 T16052 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\lib).
   [junit4]   2> 4241040 T16052 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4241041 T16052 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4241042 T16052 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4241044 T16052 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4241044 T16052 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4241044 T16052 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4241044 T16052 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4241044 T16052 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65208/solr
   [junit4]   2> 4241044 T16052 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4241044 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4241049 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4241054 T16075 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@140ea104 name:ZooKeeperConnection Watcher:127.0.0.1:65208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4241054 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4241056 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4241060 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4241062 T16078 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36710910 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4241064 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4241066 T16052 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4241070 T16052 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4241075 T16052 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4241081 T16052 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4241085 T16052 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4241091 T16052 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4241094 T16052 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65215_lmy
   [junit4]   2> 4241095 T16052 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65215_lmy
   [junit4]   2> 4241099 T16052 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4241102 T16052 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4241104 T16052 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4241108 T16052 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:65215_lmy
   [junit4]   2> 4241108 T16052 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4241112 T16052 oasc.Overseer.start Overseer (id=93447295705153539-127.0.0.1:65215_lmy-n_0000000000) starting
   [junit4]   2> 4241118 T16052 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4241136 T16052 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4241137 T16080 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4241139 T16079 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4241139 T16052 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4241144 T16052 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4241148 T16052 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4241159 T16052 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=control_collection, schema=schema.xml, transient=false, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1, dataDir=data\, shard=, config=solrconfig.xml, coreNodeName=, name=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\, loadOnStartup=true}
   [junit4]   2> 4241161 T16052 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\
   [junit4]   2> 4241161 T16052 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4241164 T16082 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4241164 T16082 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4241165 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4241165 T16082 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4241168 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65215_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65215/lmy"} current state version: 0
   [junit4]   2> 4241169 T16079 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65215_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65215/lmy"}
   [junit4]   2> 4241169 T16079 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4241169 T16079 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4241172 T16078 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> 4242517 T16082 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4242517 T16082 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4242518 T16082 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4242518 T16082 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4242521 T16082 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4242521 T16082 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.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\'
   [junit4]   2> 4242554 T16082 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4242559 T16082 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4242580 T16082 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4242611 T16082 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4242679 T16082 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4242682 T16082 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4242694 T16082 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4243256 T16082 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4243266 T16082 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4243270 T16082 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4243291 T16082 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4243298 T16082 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4243303 T16082 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4243306 T16082 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4243306 T16082 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4243307 T16082 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4243308 T16082 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4243308 T16082 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4243310 T16082 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4243310 T16082 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4243310 T16082 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.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\
   [junit4]   2> 4243310 T16082 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a499002
   [junit4]   2> 4243311 T16082 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.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\
   [junit4]   2> 4243311 T16082 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.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\index/
   [junit4]   2> 4243311 T16082 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.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4243312 T16082 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.ReplicationFactorTest CDEC5D4F2115C0C-001\control-001\cores\collection1\data\index
   [junit4]   2> 4243312 T16082 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4243314 T16082 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6f404fa1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@672c0c16),segFN=segments_1,generation=1}
   [junit4]   2> 4243314 T16082 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4243318 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4243319 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4243319 T16082 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4243319 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4243319 T16082 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4243320 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4243320 T16082 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4243320 T16082 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4243320 T16082 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4243322 T16082 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4243322 T16082 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4243323 T16082 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4243323 T16082 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4243324 T16082 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4243324 T16082 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4243324 T16082 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4243325 T16082 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4243325 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4243328 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4243328 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4243329 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4243329 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4243331 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4243331 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4243332 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4243332 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4243332 T16082 oasc.RequestHandlers.initHandlersFromConfig created /admin/segments: org.apache.solr.handler.admin.SegmentsInfoRequestHandler
   [junit4]   2> 4243333 T16082 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4243340 T16082 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4243344 T16082 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4243345 T16082 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4243348 T16082 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4243351 T16082 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4243352 T16082 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4243353 T16082 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4243354 T16082 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4243354 T16082 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4243356 T16082 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=45.666015625, floorSegmentMB=0.5, forceMergeDeletesPctAllowed=23.41421057740429, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4243356 T16082 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6f404fa1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@672c0c16),segFN=segments_1,generation=1}
   [junit4]   2> 4243356 T16082 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4243357 T16082 oass.SolrIndexSearcher.<init> Opening Searcher@4a084094[collection1] main
   [junit4]   2> 4243357 T16082 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4243358 T16082 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4243360 T16082 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4243360 T16082 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4243361 T16082 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4243361 T16082 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4243362 T16082 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4243362 T16082 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4243362 T16082 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4243362 T16082 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4243362 T16082 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4243368 T16083 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4a084094[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4243369 T16086 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65215/lmy collection:control_collection shard:shard1
   [junit4]   2> 4243370 T16052 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4243370 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4243372 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4243372 T16086 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4243373 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4243377 T16090 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bfb7ce2 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4243377 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4243378 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4243380 T16052 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4243382 T16086 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4243385 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4243386 T16086 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4243386 T16086 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6056 name=collection1 org.apache.solr.core.SolrCore@d8d0a03 url=http://127.0.0.1:65215/lmy/collection1 node=127.0.0.1:65215_lmy C6056_STATE=coll:control_collection core:collection1 props:{state=down, node_name=127.0.0.1:65215_lmy, core=collection1, base_url=http://127.0.0.1:65215/lmy}
   [junit4]   2> 4243386 T16086 C6056 P65215 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65215/lmy/collection1/
   [junit4]   2> 4243386 T16086 C6056 P65215 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4243386 T16079 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> 4243386 T16086 C6056 P65215 oasc.SyncStrategy.syncToMe http://127.0.0.1:65215/lmy/collection1/ has no replicas
   [junit4]   2> 4243387 T16086 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65215/lmy/collection1/ shard1
   [junit4]   2> 4243387 T16086 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4243389 T16052 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4243390 T16078 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> 4243391 T16090 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> 4243413 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4243415 T16079 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":"http://127.0.0.1:65215/lmy",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4243559 T16078 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> 4243559 T16090 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> 4243622 T16086 oasc.ZkController.register We are http://127.0.0.1:65215/lmy/collection1/ and leader is http://127.0.0.1:65215/lmy/collection1/
   [junit4]   2> 4243622 T16086 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65215/lmy
   [junit4]   2> 4243622 T16086 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4243622 T16086 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4243622 T16086 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4243627 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4243630 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:65215_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65215/lmy"} current state version: 3
   [junit4]   2> 4243633 T16079 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:65215_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65215/lmy"}
   [junit4]   2> 4243775 T16078 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> 4243775 T16090 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> 4245343 T16052 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1
   [junit4]   2> 4245349 T16052 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001
   [junit4]   2> 4245350 T16052 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4245357 T16052 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65229
   [junit4]   2> 4245357 T16052 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\tempDir-001/jetty1, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores, hostPort=65228, hostContext=/lmy}
   [junit4]   2> 4245357 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6951a712
   [junit4]   2> 4245357 T16052 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\'
   [junit4]   2> 4245426 T16052 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\solr.xml
   [junit4]   2> 4245517 T16052 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores
   [junit4]   2> 4245517 T16052 oasc.CoreContainer.<init> New CoreContainer 1700000435
   [junit4]   2> 4245520 T16052 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\]
   [junit4]   2> 4245520 T16052 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\lib
   [junit4]   2> 4245521 T16052 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\lib).
   [junit4]   2> 4245540 T16052 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4245540 T16052 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4245541 T16052 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4245541 T16052 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4245541 T16052 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4245541 T16052 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4245543 T16052 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4245543 T16052 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65208/solr
   [junit4]   2> 4245544 T16052 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4245544 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4245546 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4245550 T16102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3eed5a5b name:ZooKeeperConnection Watcher:127.0.0.1:65208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4245550 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4245552 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4245554 T16054 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bfdd201ba0005, 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> 4245557 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4245561 T16105 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26668c86 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4245562 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4245576 T16052 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4246954 T16052 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65228_lmy
   [junit4]   2> 4246956 T16052 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65228_lmy
   [junit4]   2> 4246966 T16052 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4246973 T16052 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {shard=, name=collection1, schema=schema.xml, transient=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\, dataDir=data\, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1, coreNodeName=, config=solrconfig.xml, collection=collection1}
   [junit4]   2> 4246976 T16052 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\
   [junit4]   2> 4246976 T16052 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4246979 T16106 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4246979 T16106 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4246981 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4246981 T16106 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4246983 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65228_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy"} current state version: 4
   [junit4]   2> 4246985 T16079 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65228_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy"}
   [junit4]   2> 4246985 T16079 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4246986 T16079 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4246988 T16078 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> 4246989 T16105 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> 4246989 T16090 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> 4248467 T16106 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4248467 T16106 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4248472 T16106 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4248472 T16106 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4248476 T16106 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4248478 T16106 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4248511 T16106 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4248518 T16106 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4248537 T16106 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4248573 T16106 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4248640 T16106 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4248644 T16106 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4248656 T16106 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4249244 T16106 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4249257 T16106 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4249260 T16106 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4249286 T16106 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4249294 T16106 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4249302 T16106 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4249303 T16106 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4249303 T16106 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4249305 T16106 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4249306 T16106 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4249307 T16106 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4249307 T16106 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4249307 T16106 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4249309 T16106 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4249309 T16106 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a499002
   [junit4]   2> 4249310 T16106 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 4249310 T16106 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 4249310 T16106 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4249312 T16106 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 4249312 T16106 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4249313 T16106 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6a0757bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@811f2fb),segFN=segments_1,generation=1}
   [junit4]   2> 4249313 T16106 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4249319 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4249320 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4249320 T16106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4249320 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4249320 T16106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4249322 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4249322 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4249323 T16106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4249323 T16106 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4249325 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4249325 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4249326 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4249326 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4249328 T16106 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4249328 T16106 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4249329 T16106 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4249329 T16106 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4249331 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4249332 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4249332 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4249334 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4249334 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4249334 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4249335 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4249335 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4249338 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4249338 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/segments: org.apache.solr.handler.admin.SegmentsInfoRequestHandler
   [junit4]   2> 4249339 T16106 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4249350 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4249352 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4249354 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4249355 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4249358 T16106 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4249360 T16106 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4249361 T16106 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 4249364 T16106 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4249364 T16106 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4249364 T16106 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=45.666015625, floorSegmentMB=0.5, forceMergeDeletesPctAllowed=23.41421057740429, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 4249365 T16106 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6a0757bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@811f2fb),segFN=segments_1,generation=1}
   [junit4]   2> 4249365 T16106 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4249365 T16106 oass.SolrIndexSearcher.<init> Opening Searcher@6e26c060[collection1] main
   [junit4]   2> 4249367 T16106 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4249368 T16106 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4249368 T16106 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4249370 T16106 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4249370 T16106 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4249370 T16106 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4249371 T16106 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4249371 T16106 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4249371 T16106 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4249373 T16106 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4249373 T16107 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e26c060[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4249374 T16106 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4249376 T16110 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65228/lmy collection:collection1 shard:shard3
   [junit4]   2> 4249376 T16052 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4249376 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4249377 T16110 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 4249403 T16110 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 4249408 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4249408 T16110 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4249408 T16110 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C6057 name=collection1 org.apache.solr.core.SolrCore@6af4a673 url=http://127.0.0.1:65228/lmy/collection1 node=127.0.0.1:65228_lmy C6057_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:65228_lmy, core=collection1, base_url=http://127.0.0.1:65228/lmy}
   [junit4]   2> 4249409 T16110 C6057 P65228 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65228/lmy/collection1/
   [junit4]   2> 4249410 T16110 C6057 P65228 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4249410 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 4249410 T16110 C6057 P65228 oasc.SyncStrategy.syncToMe http://127.0.0.1:65228/lmy/collection1/ has no replicas
   [junit4]   2> 4249412 T16110 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65228/lmy/collection1/ shard3
   [junit4]   2> 4249412 T16110 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 4249416 T16105 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> 4249416 T16090 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> 4249416 T16078 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> 4249428 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 4249432 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4249434 T16078 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> 4249435 T16105 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> 4249435 T16090 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> 4249505 T16110 oasc.ZkController.register We are http://127.0.0.1:65228/lmy/collection1/ and leader is http://127.0.0.1:65228/lmy/collection1/
   [junit4]   2> 4249505 T16110 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65228/lmy
   [junit4]   2> 4249505 T16110 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4249505 T16110 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4249505 T16110 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4249509 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4249513 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:65228_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy"} current state version: 7
   [junit4]   2> 4249515 T16079 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1:65228_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65228/lmy"}
   [junit4]   2> 4249669 T16078 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> 4249670 T16105 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> 4249672 T16090 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> 4251707 T16052 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1
   [junit4]   2> 4251713 T16052 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001
   [junit4]   2> 4251713 T16052 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4251717 T16052 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65239
   [junit4]   2> 4251718 T16052 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/lmy, hostPort=65238, solrconfig=solrconfig.xml, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\tempDir-001/jetty2}
   [junit4]   2> 4251718 T16052 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6951a712
   [junit4]   2> 4251718 T16052 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\'
   [junit4]   2> 4251763 T16052 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\solr.xml
   [junit4]   2> 4251808 T16052 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores
   [junit4]   2> 4251808 T16052 oasc.CoreContainer.<init> New CoreContainer 1045197398
   [junit4]   2> 4251808 T16052 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\]
   [junit4]   2> 4251808 T16052 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\lib
   [junit4]   2> 4251808 T16052 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\lib).
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4251827 T16052 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4251827 T16052 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4251832 T16052 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4251832 T16052 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4251832 T16052 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4251832 T16052 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65208/solr
   [junit4]   2> 4251832 T16052 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4251832 T16052 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4251836 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4251840 T16123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a60dd2d name:ZooKeeperConnection Watcher:127.0.0.1:65208 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4251840 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4251842 T16052 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4251846 T16052 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4251848 T16126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ee1a7 name:ZooKeeperConnection Watcher:127.0.0.1:65208/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4251848 T16052 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4251859 T16052 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4253353 T16052 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65238_lmy
   [junit4]   2> 4253358 T16052 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65238_lmy
   [junit4]   2> 4253377 T16052 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4253387 T16052 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=collection1, shard=, config=solrconfig.xml, schema=schema.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1, coreNodeName=, transient=false, dataDir=data\, name=collection1}
   [junit4]   2> 4253387 T16052 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\
   [junit4]   2> 4253387 T16052 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4253394 T16127 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4253394 T16127 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4253396 T16078 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4253396 T16127 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4253398 T16079 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65238_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65238/lmy"} current state version: 8
   [junit4]   2> 4253400 T16079 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:65238_lmy",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:65238/lmy"}
   [junit4]   2> 4253400 T16079 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4253400 T16079 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4253403 T16090 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> 4253404 T16078 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> 4253404 T16126 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> 4253404 T16105 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> 4254881 T16127 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4254881 T16127 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4254885 T16127 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4254885 T16127 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4254890 T16127 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4254890 T16127 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4254925 T16127 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4254933 T16127 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4254952 T16127 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4255022 T16127 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4255103 T16127 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4255106 T16127 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4255120 T16127 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4255731 T16127 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4255743 T16127 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4255747 T16127 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4255769 T16127 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4255776 T16127 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4255783 T16127 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4255786 T16127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4255786 T16127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4255788 T16127 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4255789 T16127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4255791 T16127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4255791 T16127 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4255791 T16127 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4255792 T16127 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.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest CDEC5D4F2115C0C-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 4255792 T16127 oasc.JmxMonitoredMap.<in

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

ndows 7 6.1 amd64/Oracle Corporation 1.7.0_76 (64-bit)/cpus=2,threads=1,free=83554984,total=330964992
   [junit4]   2> NOTE: All tests run in this JVM: [TestRangeQuery, OverseerRolesTest, TestSolrQueryParser, QueryElevationComponentTest, PreAnalyzedUpdateProcessorTest, AutoCommitTest, IndexBasedSpellCheckerTest, SystemInfoHandlerTest, TestJmxIntegration, FieldAnalysisRequestHandlerTest, TestFunctionQuery, TestInfoStreamLogging, TestSchemaSimilarityResource, SolrCmdDistributorTest, TestSolrConfigHandlerConcurrent, TestDistributedSearch, RequestHandlersTest, ClusterStateTest, TestFastOutputStream, SampleTest, SuggesterTSTTest, SharedFSAutoReplicaFailoverTest, SpellPossibilityIteratorTest, TestLazyCores, MinimalSchemaTest, PreAnalyzedFieldTest, OverseerStatusTest, RankQueryTest, TestReloadAndDeleteDocs, SolrTestCaseJ4Test, TestElisionMultitermQuery, BufferStoreTest, TestIntervalFaceting, TestNonDefinedSimilarityFactory, TestHdfsUpdateLog, CacheHeaderTest, OverseerTest, PathHierarchyTokenizerFactoryTest, TestCloudSchemaless, TestConfig, SynonymTokenizerTest, TestCollationField, TestWriterPerf, TestAnalyzedSuggestions, DocumentAnalysisRequestHandlerTest, TestInitQParser, DocumentBuilderTest, TestRandomMergePolicy, VMParamsZkACLAndCredentialsProvidersTest, CollectionsAPIDistributedZkTest, DistributedQueryComponentCustomSortTest, SuggestComponentTest, DirectSolrSpellCheckerTest, DistributedDebugComponentTest, HdfsChaosMonkeySafeLeaderTest, CurrencyFieldOpenExchangeTest, TimeZoneUtilsTest, UUIDUpdateProcessorFallbackTest, NotRequiredUniqueKeyTest, DirectSolrConnectionTest, DateFieldTest, TestDefaultSearchFieldResource, CachingDirectoryFactoryTest, TestFastWriter, ZkStateWriterTest, TestExtendedDismaxParser, TestDefaultSimilarityFactory, CoreAdminHandlerTest, CloudMLTQParserTest, TestLFUCache, TestCloudManagedSchema, PrimitiveFieldTypeTest, TestCoreContainer, TestSolrCoreProperties, TestReversedWildcardFilterFactory, OverseerCollectionProcessorTest, TestConfigOverlay, DistributedTermsComponentTest, TestJmxMonitoredMap, TestFaceting, SoftAutoCommitTest, SimpleFacetsTest, TestLuceneMatchVersion, DirectUpdateHandlerOptimizeTest, TestAnalyzeInfixSuggestions, TestCharFilters, SortByFunctionTest, ChaosMonkeySafeLeaderTest, QueryEqualityTest, DistributedFacetPivotSmallAdvancedTest, ZkControllerTest, QueryParsingTest, TestManagedResourceStorage, TestUpdate, TestCustomSort, ZkCLITest, TestCopyFieldCollectionResource, TestRecoveryHdfs, TestSimpleQParserPlugin, FullSolrCloudDistribCmdsTest, TestWordDelimiterFilterFactory, NumericFieldsTest, HdfsLockFactoryTest, SignatureUpdateProcessorFactoryTest, SaslZkACLProviderTest, SolrCoreTest, TestManagedSchemaFieldResource, TestStressVersions, SolrIndexSplitterTest, TestArbitraryIndexDir, TestCSVLoader, SimplePostToolTest, TestPseudoReturnFields, CustomCollectionTest, SSLMigrationTest, MBeansHandlerTest, TestSolrDynamicMBean, TestTrie, CircularListTest, TestDocBasedVersionConstraints, AtomicUpdatesTest, IndexSchemaTest, TestFieldCollectionResource, EnumFieldTest, DisMaxRequestHandlerTest, TestLMJelinekMercerSimilarityFactory, LukeRequestHandlerTest, TestLRUStatsCache, SpatialFilterTest, TermVectorComponentTest, UpdateParamsTest, TestSolrDeletionPolicy1, CursorMarkTest, TestValueSourceCache, TestJoin, TestNoOpRegenerator, BinaryUpdateRequestHandlerTest, TestPhraseSuggestions, AsyncMigrateRouteKeyTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistribDocExpirationUpdateProcessorTest, OutputWriterTest, OverriddenZkACLAndCredentialsProvidersTest, TestClassNameShortening, TestChildDocTransformer, TestSolr4Spatial, ChaosMonkeyNothingIsSafeTest, TestFileDictionaryLookup, UUIDFieldTest, DocExpirationUpdateProcessorFactoryTest, TestFieldSortValues, TestLRUCache, TestExactStatsCache, TestTrackingShardHandlerFactory, TestHighFrequencyDictionaryFactory, DeleteReplicaTest, BasicFunctionalityTest, TestQuerySenderListener, TestDistributedMissingSort, SliceStateTest, OutOfBoxZkACLAndCredentialsProvidersTest, HardAutoCommitTest, BadCopyFieldTest, TestMiniSolrCloudCluster, TestSolrJ, RecoveryZkTest, TestSchemaNameResource, TestManagedSynonymFilterFactory, HighlighterMaxOffsetTest, ShardRoutingTest, TestUniqueKeyFieldResource, FacetPivotSmallTest, DeleteLastCustomShardedReplicaTest, FileUtilsTest, SpellingQueryConverterTest, BlockDirectoryTest, SolrCoreCheckLockOnStartupTest, TestQuerySenderNoQuery, TestCloudPivotFacet, RollingRestartTest, BasicDistributedZkTest, JsonLoaderTest, TestIndexSearcher, DeleteShardTest, ExternalCollectionsTest, JSONWriterTest, TestBulkSchemaAPI, TestSearchPerf, TermsComponentTest, StressHdfsTest, MultiThreadedOCPTest, CopyFieldTest, AnalyticsQueryTest, TestSolrConfigHandler, DocValuesMultiTest, AlternateDirectoryTest, ResourceLoaderTest, TestSimpleTrackingShardHandler, AnalysisErrorHandlingTest, BasicDistributedZk2Test, DirectUpdateHandlerTest, TestOmitPositions, CurrencyFieldXmlFileTest, StandardRequestHandlerTest, SolrIndexConfigTest, TestSolrQueryParserResource, TestGroupingSearch, TestPHPSerializedResponseWriter, DateMathParserTest, SpatialRPTFieldTypeTest, TestDynamicFieldResource, DistributedSpellCheckComponentTest, DebugComponentTest, SpellCheckCollatorTest, TestCollectionAPI, RemoteQueryErrorTest, TestManagedStopFilterFactory, TestHashPartitioner, TestSolrDeletionPolicy2, MigrateRouteKeyTest, TestFastLRUCache, UniqFieldsUpdateProcessorFactoryTest, SuggesterTest, TestImplicitCoreProperties, TestComplexPhraseQParserPlugin, ScriptEngineTest, SolrInfoMBeanTest, SOLR749Test, ChangedSchemaMergeTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedGrouping, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestReload, StatsComponentTest, SpellCheckComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, TestBadConfig, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestQueryUtils, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, TestSolrIndexConfig, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, TestDocSet, TestBinaryField, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest, TestUtils, TestDocumentBuilder, ZkNodePropsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest]
   [junit4] Completed in 95.12s, 1 test, 1 error <<< FAILURES!

[...truncated 339 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 471 suites, 1875 tests, 1 error, 57 ignored (30 assumptions)

Total time: 132 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4425 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4425/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at __randomizedtesting.SeedInfo.seed([49FE5B35AFFD49DC:C1AA64EF01012424]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


FAILED:  org.apache.solr.cloud.TestReplicaProperties.test

Error Message:
Collection testcollection does not have roles evenly distributed. Collection is: DocCollection(testcollection)={   "maxShardsPerNode":"16",   "shards":{     "shard1":{       "range":"80000000-b332ffff",       "state":"active",       "replicas":{         "core_node1":{           "base_url":"http://127.0.0.1:54364/zua/ub",           "core":"testcollection_shard1_replica1",           "state":"active",           "node_name":"127.0.0.1:54364_zua%2Fub",           "property.preferredleader":"true"},         "core_node2":{           "base_url":"http://127.0.0.1:54376/zua/ub",           "core":"testcollection_shard1_replica3",           "state":"active",           "node_name":"127.0.0.1:54376_zua%2Fub"},         "core_node3":{           "base_url":"http://127.0.0.1:54404/zua/ub",           "core":"testcollection_shard1_replica2",           "state":"active",           "node_name":"127.0.0.1:54404_zua%2Fub",           "leader":"true"}}},     "shard2":{       "range":"b3330000-e665ffff",       "state":"active",       "replicas":{         "core_node4":{           "base_url":"http://127.0.0.1:54385/zua/ub",           "core":"testcollection_shard2_replica1",           "state":"active",           "node_name":"127.0.0.1:54385_zua%2Fub"},         "core_node5":{           "base_url":"http://127.0.0.1:54394/zua/ub",           "core":"testcollection_shard2_replica2",           "state":"active",           "node_name":"127.0.0.1:54394_zua%2Fub"},         "core_node6":{           "base_url":"http://127.0.0.1:54364/zua/ub",           "core":"testcollection_shard2_replica3",           "state":"active",           "node_name":"127.0.0.1:54364_zua%2Fub",           "leader":"true",           "property.preferredleader":"true"}}},     "shard3":{       "range":"e6660000-1998ffff",       "state":"active",       "replicas":{         "core_node7":{           "base_url":"http://127.0.0.1:54376/zua/ub",           "core":"testcollection_shard3_replica2",           "state":"active",           "node_name":"127.0.0.1:54376_zua%2Fub",           "leader":"true"},         "core_node8":{           "base_url":"http://127.0.0.1:54404/zua/ub",           "core":"testcollection_shard3_replica1",           "state":"active",           "node_name":"127.0.0.1:54404_zua%2Fub",           "property.preferredleader":"true"},         "core_node9":{           "base_url":"http://127.0.0.1:54385/zua/ub",           "core":"testcollection_shard3_replica3",           "state":"active",           "node_name":"127.0.0.1:54385_zua%2Fub"}}},     "shard4":{       "range":"19990000-4ccbffff",       "state":"active",       "replicas":{         "core_node10":{           "base_url":"http://127.0.0.1:54394/zua/ub",           "core":"testcollection_shard4_replica1",           "state":"active",           "node_name":"127.0.0.1:54394_zua%2Fub",           "leader":"true",           "property.preferredleader":"true"},         "core_node11":{           "base_url":"http://127.0.0.1:54364/zua/ub",           "core":"testcollection_shard4_replica2",           "state":"active",           "node_name":"127.0.0.1:54364_zua%2Fub"},         "core_node12":{           "base_url":"http://127.0.0.1:54404/zua/ub",           "core":"testcollection_shard4_replica3",           "state":"active",           "node_name":"127.0.0.1:54404_zua%2Fub"}}},     "shard5":{       "range":"4ccc0000-7fffffff",       "state":"active",       "replicas":{         "core_node13":{           "base_url":"http://127.0.0.1:54385/zua/ub",           "core":"testcollection_shard5_replica2",           "state":"active",           "node_name":"127.0.0.1:54385_zua%2Fub",           "property.preferredleader":"true"},         "core_node14":{           "base_url":"http://127.0.0.1:54376/zua/ub",           "core":"testcollection_shard5_replica1",           "state":"active",           "node_name":"127.0.0.1:54376_zua%2Fub",           "leader":"true"},         "core_node15":{           "base_url":"http://127.0.0.1:54394/zua/ub",           "core":"testcollection_shard5_replica3",           "state":"active",           "node_name":"127.0.0.1:54394_zua%2Fub"}}}},   "autoAddReplicas":"false",   "router":{"name":"compositeId"},   "replicationFactor":"3"}

Stack Trace:
java.lang.AssertionError: Collection testcollection does not have roles evenly distributed. Collection is: DocCollection(testcollection)={
  "maxShardsPerNode":"16",
  "shards":{
    "shard1":{
      "range":"80000000-b332ffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "base_url":"http://127.0.0.1:54364/zua/ub",
          "core":"testcollection_shard1_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54364_zua%2Fub",
          "property.preferredleader":"true"},
        "core_node2":{
          "base_url":"http://127.0.0.1:54376/zua/ub",
          "core":"testcollection_shard1_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54376_zua%2Fub"},
        "core_node3":{
          "base_url":"http://127.0.0.1:54404/zua/ub",
          "core":"testcollection_shard1_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54404_zua%2Fub",
          "leader":"true"}}},
    "shard2":{
      "range":"b3330000-e665ffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "base_url":"http://127.0.0.1:54385/zua/ub",
          "core":"testcollection_shard2_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54385_zua%2Fub"},
        "core_node5":{
          "base_url":"http://127.0.0.1:54394/zua/ub",
          "core":"testcollection_shard2_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54394_zua%2Fub"},
        "core_node6":{
          "base_url":"http://127.0.0.1:54364/zua/ub",
          "core":"testcollection_shard2_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54364_zua%2Fub",
          "leader":"true",
          "property.preferredleader":"true"}}},
    "shard3":{
      "range":"e6660000-1998ffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "base_url":"http://127.0.0.1:54376/zua/ub",
          "core":"testcollection_shard3_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54376_zua%2Fub",
          "leader":"true"},
        "core_node8":{
          "base_url":"http://127.0.0.1:54404/zua/ub",
          "core":"testcollection_shard3_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54404_zua%2Fub",
          "property.preferredleader":"true"},
        "core_node9":{
          "base_url":"http://127.0.0.1:54385/zua/ub",
          "core":"testcollection_shard3_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54385_zua%2Fub"}}},
    "shard4":{
      "range":"19990000-4ccbffff",
      "state":"active",
      "replicas":{
        "core_node10":{
          "base_url":"http://127.0.0.1:54394/zua/ub",
          "core":"testcollection_shard4_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54394_zua%2Fub",
          "leader":"true",
          "property.preferredleader":"true"},
        "core_node11":{
          "base_url":"http://127.0.0.1:54364/zua/ub",
          "core":"testcollection_shard4_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54364_zua%2Fub"},
        "core_node12":{
          "base_url":"http://127.0.0.1:54404/zua/ub",
          "core":"testcollection_shard4_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54404_zua%2Fub"}}},
    "shard5":{
      "range":"4ccc0000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node13":{
          "base_url":"http://127.0.0.1:54385/zua/ub",
          "core":"testcollection_shard5_replica2",
          "state":"active",
          "node_name":"127.0.0.1:54385_zua%2Fub",
          "property.preferredleader":"true"},
        "core_node14":{
          "base_url":"http://127.0.0.1:54376/zua/ub",
          "core":"testcollection_shard5_replica1",
          "state":"active",
          "node_name":"127.0.0.1:54376_zua%2Fub",
          "leader":"true"},
        "core_node15":{
          "base_url":"http://127.0.0.1:54394/zua/ub",
          "core":"testcollection_shard5_replica3",
          "state":"active",
          "node_name":"127.0.0.1:54394_zua%2Fub"}}}},
  "autoAddReplicas":"false",
  "router":{"name":"compositeId"},
  "replicationFactor":"3"}
	at __randomizedtesting.SeedInfo.seed([49FE5B35AFFD49DC:C1AA64EF01012424]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.ReplicaPropertiesBase.verifyUnique(ReplicaPropertiesBase.java:176)
	at org.apache.solr.cloud.ReplicaPropertiesBase.verifyUniqueAcrossCollection(ReplicaPropertiesBase.java:107)
	at org.apache.solr.cloud.TestReplicaProperties.clusterAssignPropertyTest(TestReplicaProperties.java:108)
	at org.apache.solr.cloud.TestReplicaProperties.test(TestReplicaProperties.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9320 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestReplicaProperties
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\init-core-data-001
   [junit4]   2> 652639 T1952 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 652639 T1952 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zua/ub
   [junit4]   2> 652649 T1952 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 652650 T1953 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 652770 T1952 oasc.ZkTestServer.run start zk server on port:54357
   [junit4]   2> 652770 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 652775 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 652785 T1960 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a731073 name:ZooKeeperConnection Watcher:127.0.0.1:54357 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 652786 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 652787 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 652787 T1952 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 652794 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 652796 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 652798 T1963 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@866a56d name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 652800 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 652800 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 652813 T1952 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 652819 T1952 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 652824 T1952 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 652829 T1952 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 652834 T1952 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> 652835 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 652842 T1952 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> 652843 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 652847 T1952 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> 652849 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 652854 T1952 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> 652855 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 652861 T1952 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> 652861 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 652866 T1952 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> 652866 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 652871 T1952 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> 652872 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 652877 T1952 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> 652877 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 652882 T1952 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> 652883 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 652888 T1952 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> 652889 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 652894 T1952 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> 652894 T1952 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 654893 T1952 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1
   [junit4]   2> 654897 T1952 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 654901 T1952 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54364
   [junit4]   2> 654902 T1952 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\tempDir-001/control/data, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores, hostPort=54364, hostContext=/zua/ub}
   [junit4]   2> 654902 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60f32dde
   [junit4]   2> 654903 T1952 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.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\'
   [junit4]   2> 654943 T1952 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\solr.xml
   [junit4]   2> 654992 T1952 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores
   [junit4]   2> 654992 T1952 oasc.CoreContainer.<init> New CoreContainer 690983854
   [junit4]   2> 654992 T1952 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.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\]
   [junit4]   2> 654992 T1952 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\lib
   [junit4]   2> 654992 T1952 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\lib).
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 655009 T1952 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 655009 T1952 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 655012 T1952 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 655012 T1952 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 655012 T1952 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 655012 T1952 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54357/solr
   [junit4]   2> 655012 T1952 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 655012 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 655014 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 655018 T1975 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e2e9425 name:ZooKeeperConnection Watcher:127.0.0.1:54357 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 655019 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 655019 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 655023 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 655026 T1978 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14b7fd62 name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 655027 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 655029 T1952 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 655035 T1952 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 655039 T1952 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 655044 T1952 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 655048 T1952 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 655054 T1952 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 655056 T1952 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54364_zua%2Fub
   [junit4]   2> 655057 T1952 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54364_zua%2Fub
   [junit4]   2> 655062 T1952 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 655065 T1952 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 655069 T1952 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 655071 T1952 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54364_zua%2Fub
   [junit4]   2> 655072 T1952 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 655076 T1952 oasc.Overseer.start Overseer (id=93444624532439043-127.0.0.1:54364_zua%2Fub-n_0000000000) starting
   [junit4]   2> 655079 T1952 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 655094 T1952 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 655095 T1980 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 655096 T1952 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 655097 T1979 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 655101 T1952 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 655103 T1952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 655127 T1952 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {coreNodeName=, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1, config=solrconfig.xml, name=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\, dataDir=data\, transient=false, schema=schema.xml, collection=control_collection, shard=, loadOnStartup=true}
   [junit4]   2> 655129 T1952 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\
   [junit4]   2> 655129 T1952 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 655131 T1982 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 655131 T1982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 655132 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 655132 T1982 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 655135 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:54364_zua%2Fub"} current state version: 0
   [junit4]   2> 655136 T1979 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:54364_zua%2Fub"}
   [junit4]   2> 655136 T1979 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 655137 T1979 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 655139 T1978 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> 656294 T1982 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 656294 T1982 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 656295 T1982 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 656296 T1982 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 656298 T1982 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 656299 T1982 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.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\'
   [junit4]   2> 656330 T1982 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 656336 T1982 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 656351 T1982 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 656392 T1982 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 656495 T1982 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 656498 T1982 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 656508 T1982 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 657127 T1982 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 657127 T1982 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 657147 T1982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 657156 T1982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 657204 T1982 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 657204 T1982 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 657205 T1982 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.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\
   [junit4]   2> 657205 T1982 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7523f2b
   [junit4]   2> 657207 T1982 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.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\
   [junit4]   2> 657207 T1982 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.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\index/
   [junit4]   2> 657208 T1982 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.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 657208 T1982 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.TestReplicaProperties 49FE5B35AFFD49DC-001\control-001\cores\collection1\data\index
   [junit4]   2> 657209 T1982 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=45.51953125, floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=2.1418611604863145, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8929281405690209
   [junit4]   2> 657210 T1982 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@409b271d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a25020e),segFN=segments_1,generation=1}
   [junit4]   2> 657210 T1982 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 657217 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 657218 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 657218 T1982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 657219 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 657219 T1982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 657219 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 657220 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 657221 T1982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 657221 T1982 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 657222 T1982 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 657224 T1982 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 657224 T1982 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 657225 T1982 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 657226 T1982 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 657227 T1982 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 657227 T1982 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 657228 T1982 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 657229 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 657233 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 657234 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 657235 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 657236 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 657236 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 657237 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 657238 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 657239 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 657239 T1982 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 657249 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 657251 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 657253 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 657256 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 657259 T1982 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 657262 T1982 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 657262 T1982 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 657264 T1982 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 657266 T1982 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 657277 T1982 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21394874580140322]
   [junit4]   2> 657278 T1982 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@409b271d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a25020e),segFN=segments_1,generation=1}
   [junit4]   2> 657278 T1982 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 657278 T1982 oass.SolrIndexSearcher.<init> Opening Searcher@7e536c1c[collection1] main
   [junit4]   2> 657278 T1982 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 657281 T1982 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 657281 T1982 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 657283 T1982 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 657283 T1982 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 657283 T1982 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 657284 T1982 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 657284 T1982 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 657284 T1982 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 657284 T1982 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 657286 T1983 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7e536c1c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 657287 T1982 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 657288 T1986 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54364/zua/ub collection:control_collection shard:shard1
   [junit4]   2> 657289 T1952 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 657289 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 657290 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 657292 T1986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 657293 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 657296 T1989 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@633d9300 name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 657296 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 657296 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 657300 T1952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 657305 T1986 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 657305 T1952 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 657310 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 657311 T1986 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 657311 T1986 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2093 name=collection1 org.apache.solr.core.SolrCore@51d34705 url=http://127.0.0.1:54364/zua/ub/collection1 node=127.0.0.1:54364_zua%2Fub C2093_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:54364/zua/ub, core=collection1, state=down, node_name=127.0.0.1:54364_zua%2Fub}
   [junit4]   2> 657311 T1986 C2093 P54364 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54364/zua/ub/collection1/
   [junit4]   2> 657312 T1986 C2093 P54364 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 657312 T1986 C2093 P54364 oasc.SyncStrategy.syncToMe http://127.0.0.1:54364/zua/ub/collection1/ has no replicas
   [junit4]   2> 657312 T1986 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54364/zua/ub/collection1/ shard1
   [junit4]   2> 657313 T1986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 657315 T1979 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> 657321 T1989 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> 657324 T1978 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> 657343 T1979 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":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 657347 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 657351 T1978 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> 657352 T1989 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> 657400 T1986 oasc.ZkController.register We are http://127.0.0.1:54364/zua/ub/collection1/ and leader is http://127.0.0.1:54364/zua/ub/collection1/
   [junit4]   2> 657400 T1986 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54364/zua/ub
   [junit4]   2> 657400 T1986 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 657400 T1986 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 657400 T1986 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 657405 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 657408 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:54364_zua%2Fub"} current state version: 3
   [junit4]   2> 657411 T1979 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54364/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:54364_zua%2Fub"}
   [junit4]   2> 657535 T1978 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> 657536 T1989 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> 658933 T1952 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1
   [junit4]   2> 658937 T1952 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001
   [junit4]   2> 658937 T1952 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 658942 T1952 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54376
   [junit4]   2> 658943 T1952 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\tempDir-001/jetty1, hostPort=54376, hostContext=/zua/ub, solrconfig=solrconfig.xml}
   [junit4]   2> 658944 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60f32dde
   [junit4]   2> 658944 T1952 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\'
   [junit4]   2> 658985 T1952 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\solr.xml
   [junit4]   2> 659032 T1952 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores
   [junit4]   2> 659033 T1952 oasc.CoreContainer.<init> New CoreContainer 1495087048
   [junit4]   2> 659033 T1952 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\]
   [junit4]   2> 659033 T1952 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\lib
   [junit4]   2> 659033 T1952 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\lib).
   [junit4]   2> 659047 T1952 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 659047 T1952 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 659047 T1952 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 659049 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 659050 T1952 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 659050 T1952 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 659050 T1952 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 659050 T1952 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 659050 T1952 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 659050 T1952 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54357/solr
   [junit4]   2> 659050 T1952 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 659051 T1952 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 659053 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659055 T2001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@529e485e name:ZooKeeperConnection Watcher:127.0.0.1:54357 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659055 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659056 T1952 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 659062 T1952 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659064 T2004 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a2782b8 name:ZooKeeperConnection Watcher:127.0.0.1:54357/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659066 T1952 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659080 T1952 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 660251 T1952 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54376_zua%2Fub
   [junit4]   2> 660255 T1952 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54376_zua%2Fub
   [junit4]   2> 660265 T1952 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 660269 T1952 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, transient=false, dataDir=data\, shard=, coreNodeName=, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1, schema=schema.xml, collection=collection1, config=solrconfig.xml}
   [junit4]   2> 660272 T1952 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\
   [junit4]   2> 660273 T1952 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 660274 T2005 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 660275 T2005 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 660277 T2005 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 660277 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 660280 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:54376_zua%2Fub"} current state version: 4
   [junit4]   2> 660282 T1979 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:54376_zua%2Fub"}
   [junit4]   2> 660282 T1979 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 660282 T1979 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 660285 T1978 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> 660286 T1989 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> 660286 T2004 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> 661438 T2005 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 661438 T2005 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 661439 T2005 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 661439 T2005 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 661443 T2005 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 661443 T2005 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 661469 T2005 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 661474 T2005 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 661487 T2005 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 661525 T2005 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 661620 T2005 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 661624 T2005 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 661632 T2005 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 662257 T2005 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 662260 T2005 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 662264 T2005 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 662282 T2005 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 662323 T2005 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 662324 T2005 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 662324 T2005 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 662324 T2005 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7523f2b
   [junit4]   2> 662325 T2005 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 662325 T2005 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 662325 T2005 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 662327 T2005 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 662327 T2005 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=45.51953125, floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=2.1418611604863145, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8929281405690209
   [junit4]   2> 662328 T2005 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@426bf834 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e743ffd),segFN=segments_1,generation=1}
   [junit4]   2> 662328 T2005 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 662333 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 662335 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 662335 T2005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 662335 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 662335 T2005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 662336 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 662336 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 662336 T2005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 662337 T2005 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 662337 T2005 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 662338 T2005 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 662338 T2005 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 662339 T2005 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 662340 T2005 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 662340 T2005 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 662341 T2005 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 662342 T2005 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 662342 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 662347 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 662347 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 662348 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 662348 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 662349 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 662349 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 662350 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 662350 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 662352 T2005 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 662362 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 662362 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 662364 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 662365 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 662370 T2005 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 662371 T2005 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 662371 T2005 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 662374 T2005 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 662374 T2005 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 662387 T2005 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21394874580140322]
   [junit4]   2> 662388 T2005 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@426bf834 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e743ffd),segFN=segments_1,generation=1}
   [junit4]   2> 662388 T2005 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 662388 T2005 oass.SolrIndexSearcher.<init> Opening Searcher@7bb48f10[collection1] main
   [junit4]   2> 662388 T2005 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 662394 T2005 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 662394 T2005 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 662395 T2005 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 662395 T2005 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 662395 T2005 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 662397 T2005 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 662397 T2005 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 662397 T2005 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 662397 T2005 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 662398 T2006 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bb48f10[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 662399 T2005 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 662400 T2009 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54376/zua/ub collection:collection1 shard:shard1
   [junit4]   2> 662400 T1952 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 662401 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 662403 T2009 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 662413 T2009 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 662417 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 662418 T2009 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 662418 T2009 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2094 name=collection1 org.apache.solr.core.SolrCore@77d99714 url=http://127.0.0.1:54376/zua/ub/collection1 node=127.0.0.1:54376_zua%2Fub C2094_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:54376/zua/ub, core=collection1, state=down, node_name=127.0.0.1:54376_zua%2Fub}
   [junit4]   2> 662418 T2009 C2094 P54376 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54376/zua/ub/collection1/
   [junit4]   2> 662418 T2009 C2094 P54376 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 662418 T2009 C2094 P54376 oasc.SyncStrategy.syncToMe http://127.0.0.1:54376/zua/ub/collection1/ has no replicas
   [junit4]   2> 662418 T2009 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54376/zua/ub/collection1/ shard1
   [junit4]   2> 662420 T2009 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 662421 T1979 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> 662425 T2004 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> 662426 T1978 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> 662426 T1989 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> 662446 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 662450 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 662570 T1989 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> 662570 T2004 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> 662571 T1978 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> 662621 T2009 oasc.ZkController.register We are http://127.0.0.1:54376/zua/ub/collection1/ and leader is http://127.0.0.1:54376/zua/ub/collection1/
   [junit4]   2> 662621 T2009 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54376/zua/ub
   [junit4]   2> 662621 T2009 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 662621 T2009 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 662621 T2009 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 662625 T1978 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 662627 T1979 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:54376_zua%2Fub"} current state version: 7
   [junit4]   2> 662628 T1979 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54376/zua/ub",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:54376_zua%2Fub"}
   [junit4]   2> 662754 T1989 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> 662755 T1978 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> 662756 T2004 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> 664229 T1952 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\cores\collection1
   [junit4]   2> 664232 T1952 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001
   [junit4]   2> 664232 T1952 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 664237 T1952 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54385
   [junit4]   2> 664238 T1952 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostPort=54385, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\cores, hostContext=/zua/ub}
   [junit4]   2> 664238 T1952 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60f32dde
   [junit4]   2> 664239 T1952 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\'
   [junit4]   2> 664280 T1952 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\solr.xml
   [junit4]   2> 664323 T1952 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\cores
   [junit4]   2> 664323 T1952 oasc.CoreContainer.<init> New CoreContainer 926547633
   [junit4]   2> 664323 T1952 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.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\]
   [junit4]   2> 664323 T1952 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\lib
   [junit4]   2> 664323 T1952 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestReplicaProperties 49FE5B35AFFD49DC-001\shard-2-001\lib).
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 664336 T1952 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false

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

amicFieldResource, QueryEqualityTest, TermVectorComponentTest, SSLMigrationTest, TestOrdValues, TestSolrDeletionPolicy2, TestBulkSchemaAPI, TestSolrDeletionPolicy1, TestManagedResource, ZkControllerTest, SpellCheckCollatorTest, DocumentAnalysisRequestHandlerTest, TestConfigOverlay, TestAnalyzeInfixSuggestions, DistributedQueryComponentOptimizationTest, TestFiltering, UUIDUpdateProcessorFallbackTest, TestFastLRUCache, TestRecoveryHdfs, TestHdfsUpdateLog, URLClassifyProcessorTest, TestManagedSchemaFieldResource, AutoCommitTest, ConvertedLegacyTest, EchoParamsTest, TestRangeQuery, TestRawResponseWriter, TestDynamicFieldCollectionResource, TestRestManager, XmlUpdateRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestRTGBase, TestStandardQParsers, DocExpirationUpdateProcessorFactoryTest, ChaosMonkeyNothingIsSafeTest, TestTrackingShardHandlerFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestStressReorder, HighlighterMaxOffsetTest, MBeansHandlerTest, SaslZkACLProviderTest, DocValuesTest, NumericFieldsTest, TestSolr4Spatial2, TestComponentsName, SimpleFacetsTest, TestNRTOpen, TestConfigSets, TestTrie, TestSweetSpotSimilarityFactory, SpatialRPTFieldTypeTest, DOMUtilTest, TestLeaderElectionZkExpiry, ScriptEngineTest, ShowFileRequestHandlerTest, TestSchemaNameResource, TestSolrConfigHandlerCloud, UpdateRequestProcessorFactoryTest, TestSearchPerf, ZkCLITest, TestMaxScoreQueryParser, TestReplicaProperties, OverseerRolesTest, DeleteLastCustomShardedReplicaTest, ResponseLogComponentTest, PolyFieldTest, TestLuceneMatchVersion, TestFieldSortValues, TestConfig, OverseerStatusTest, ChaosMonkeySafeLeaderTest, HttpPartitionTest, TestManagedSynonymFilterFactory, AnalyticsQueryTest, TestCSVLoader, OverriddenZkACLAndCredentialsProvidersTest, MultiThreadedOCPTest, TestDFRSimilarityFactory, TestClusterStateMutator, TestRequestStatusCollectionAPI, IndexSchemaRuntimeFieldTest, AsyncMigrateRouteKeyTest, HardAutoCommitTest, TestBadConfig, TestManagedSchemaFieldTypeResource, TestCSVResponseWriter, JsonLoaderTest, UniqFieldsUpdateProcessorFactoryTest, TestSolrXml, TestStressRecovery, ConnectionManagerTest, TestFastOutputStream, UpdateParamsTest, TriLevelCompositeIdRoutingTest, OutputWriterTest, CSVRequestHandlerTest, SpatialFilterTest, TestCollapseQParserPlugin, TestRebalanceLeaders, TestSuggestSpellingConverter, TestObjectReleaseTracker, ShardRoutingCustomTest, TestLRUStatsCache, ChangedSchemaMergeTest, TestLRUCache, RollingRestartTest, TestSerializedLuceneMatchVersion, TestMiniSolrCloudCluster, SyncSliceTest, TestPostingsSolrHighlighter, AliasIntegrationTest, CoreAdminCreateDiscoverTest, DistributedQueryComponentCustomSortTest, SuggestComponentTest, AnalysisAfterCoreReloadTest, DefaultValueUpdateProcessorTest, FastVectorHighlighterTest, PathHierarchyTokenizerFactoryTest, TestSortingResponseWriter, TestQuerySenderNoQuery, TestDefaultSimilarityFactory, SolrIndexConfigTest, TestZkChroot, DateFieldTest, SimpleCollectionCreateDeleteTest, OpenCloseCoreStressTest, StandardRequestHandlerTest, HdfsChaosMonkeySafeLeaderTest, TestReRankQParserPlugin, TestCustomSort, TestCloudSchemaless, DistributedIntervalFacetingTest, CoreAdminRequestStatusTest, OverseerCollectionProcessorTest, TestNoOpRegenerator, AnalyticsMergeStrategyTest, SynonymTokenizerTest, TestStressVersions, LeaderElectionIntegrationTest, TestFastWriter, OpenExchangeRatesOrgProviderTest, TestElisionMultitermQuery, FacetPivotSmallTest, SolrCoreCheckLockOnStartupTest, TestDistributedGrouping, TestArbitraryIndexDir, TestFieldResource, DirectUpdateHandlerOptimizeTest, MigrateRouteKeyTest, TestConfigReload, HighlighterConfigTest, TestFuzzyAnalyzedSuggestions, TestStressUserVersions, CoreAdminHandlerTest, TestManagedStopFilterFactory, TestTolerantSearch, DebugComponentTest, TestBinaryField, MultiTermTest, SolrPluginUtilsTest, TestXIncludeConfig, TestInfoStreamLogging, SuggesterTSTTest, HighlighterTest, MergeStrategyTest, DistribCursorPagingTest, HdfsBasicDistributedZkTest, SharedFSAutoReplicaFailoverUtilsTest, DistribJoinFromCollectionTest, ZkStateWriterTest, TestAnalyzedSuggestions, TestWriterPerf, CachingDirectoryFactoryTest, TestDistributedSearch, TestJmxIntegration, TestExceedMaxTermLength, ShardRoutingTest, TestSolr4Spatial, TestPerFieldSimilarity, SuggesterFSTTest, SolrTestCaseJ4Test, TestSchemaVersionResource, TestCloudManagedSchemaConcurrent, TestPivotHelperCode, QueryResultKeyTest, AnalysisErrorHandlingTest, DistributedFacetPivotLongTailTest, SolrIndexSplitterTest, IndexBasedSpellCheckerTest, SpellingQueryConverterTest, DistributedSuggestComponentTest, DistributedSpellCheckComponentTest, PluginInfoTest, TestRealTimeGet, DeleteShardTest, TestHashPartitioner, TestInitQParser, HdfsWriteToMultipleCollectionsTest, SolrInfoMBeanTest, BasicFunctionalityTest, TestMiniSolrCloudClusterSSL, TestUtils, TestReversedWildcardFilterFactory, TestChildDocTransformer, TestBulkSchemaConcurrent, TestCloudManagedSchema, TestFunctionQuery, TestFieldTypeCollectionResource, TestDocSet, TestHighFrequencyDictionaryFactory, DateRangeFieldTest, DeleteReplicaTest, TestSchemaResource, DistributedMLTComponentTest, ExternalFileFieldSortTest, NoCacheHeaderTest, DirectUpdateHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestJoin, TestReload, DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, TestLazyCores, TestIndexSearcher, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, TestLFUCache, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestMergePolicyConfig, SampleTest, MinimalSchemaTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, ClusterStateTest, TestSolrJ, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, FileUtilsTest, CircularListTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestJettySolrRunner, ActionThrottleTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 65.13s, 1 test, 1 error <<< FAILURES!

[...truncated 284 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 470 suites, 1873 tests, 1 error, 1 failure, 57 ignored (30 assumptions)

Total time: 141 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4424 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4424/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling

Error Message:
88

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 88
	at __randomizedtesting.SeedInfo.seed([7EF4DD1F2B29CE5E:94ECB4029A7E39E9]:0)
	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 6432 lines...]
   [junit4] Suite: org.apache.lucene.facet.TestRandomSamplingFacetsCollector
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomSamplingFacetsCollector -Dtests.method=testRandomSampling -Dtests.seed=7EF4DD1F2B29CE5E -Dtests.slow=true -Dtests.locale=de_LU -Dtests.timezone=Europe/Samara -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.86s | TestRandomSamplingFacetsCollector.testRandomSampling <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 88
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7EF4DD1F2B29CE5E:94ECB4029A7E39E9]:0)
   [junit4]    > 	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {$full_path$=Lucene50(blocksize=128), $facets=BlockTreeOrds(blocksize=128), $payloads$=Lucene50(blocksize=128), EvenOdd=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{$facets=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity, locale=de_LU, timezone=Europe/Samara
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=143805688,total=232783872
   [junit4]   2> NOTE: All tests run in this JVM: [TestMultipleIndexFields, TestTaxonomyFacetCounts, TestConcurrentFacetedIndexing, TestOrdinalMappingLeafReader, TestFacetLabel, TestDrillSideways, TestTaxonomyCombined, TestCachedOrdinalsReader, TestDirectoryTaxonomyWriter, TestSortedSetDocValuesFacets, TestLRUHashMap, TestCharBlockArray, TestAddTaxonomy, TestDirectoryTaxonomyReader, TestDrillDownQuery, TestFacetsConfig, TestRandomSamplingFacetsCollector]
   [junit4] Completed in 0.88s, 1 test, 1 error <<< FAILURES!

[...truncated 27 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\lucene\build.xml:456: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:2166: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 23 suites, 155 tests, 1 error

Total time: 30 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC
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.7.0_76) - Build # 4423 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4423/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{     "useParams":"",     "wt":"json"},   "context":{     "httpMethod":"GET",     "webapp":"",     "path":"/dump"}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'params/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{
    "useParams":"",
    "wt":"json"},
  "context":{
    "httpMethod":"GET",
    "webapp":"",
    "path":"/dump"}}
	at __randomizedtesting.SeedInfo.seed([E9FE0BA546C08124:61AA347FE83CECDC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:200)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9217 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\init-core-data-001
   [junit4]   2> 590013 T1721 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 590013 T1721 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 590020 T1721 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 590021 T1722 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 590120 T1721 oasc.ZkTestServer.run start zk server on port:55011
   [junit4]   2> 590120 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 590123 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 590130 T1729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cd4bcc name:ZooKeeperConnection Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 590131 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 590131 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 590131 T1721 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 590138 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 590140 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 590142 T1732 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1777bf6 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 590143 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 590143 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 590143 T1721 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 590149 T1721 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 590153 T1721 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 590158 T1721 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 590164 T1721 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> 590164 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 590176 T1721 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 590176 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 590185 T1721 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> 590185 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 590191 T1721 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> 590191 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 590196 T1721 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> 590196 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 590200 T1721 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> 590200 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 590203 T1721 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> 590203 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 590208 T1721 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> 590208 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 590212 T1721 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> 590212 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 590216 T1721 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> 590216 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 590220 T1721 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> 590221 T1721 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 590226 T1723 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bf73fa7810001, 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> 590226 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 590228 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 590231 T1735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cef95 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 590232 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 590232 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 591764 T1721 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1
   [junit4]   2> 591767 T1721 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 591817 T1721 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 591827 T1721 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55021
   [junit4]   2> 591827 T1721 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores, hostContext=/, hostPort=55021, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\tempDir-001/control/data}
   [junit4]   2> 591831 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 591831 T1721 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\'
   [junit4]   2> 591883 T1721 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\solr.xml
   [junit4]   2> 591917 T1721 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores
   [junit4]   2> 591917 T1721 oasc.CoreContainer.<init> New CoreContainer 20361494
   [junit4]   2> 591918 T1721 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\]
   [junit4]   2> 591918 T1721 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\lib
   [junit4]   2> 591918 T1721 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\lib).
   [junit4]   2> 591932 T1721 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 591932 T1721 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 591934 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 591934 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 591935 T1721 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 591935 T1721 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 591935 T1721 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 591940 T1721 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 591946 T1721 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 591946 T1721 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 591946 T1721 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 591946 T1721 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55011/solr
   [junit4]   2> 591946 T1721 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 591946 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 591956 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 591959 T1747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b184a6 name:ZooKeeperConnection Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 591960 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 591960 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 591966 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 591968 T1750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c07920 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 591968 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 591971 T1721 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 591974 T1721 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 591979 T1721 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 591984 T1721 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 591990 T1721 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 591997 T1721 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 591999 T1721 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55021_
   [junit4]   2> 592000 T1721 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55021_
   [junit4]   2> 592004 T1721 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 592008 T1721 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 592010 T1721 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 592013 T1721 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55021_
   [junit4]   2> 592013 T1721 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 592016 T1721 oasc.Overseer.start Overseer (id=93440070056476676-127.0.0.1:55021_-n_0000000000) starting
   [junit4]   2> 592021 T1721 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 592035 T1721 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 592039 T1752 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 592040 T1751 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 592040 T1721 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 592047 T1721 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 592048 T1721 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 592056 T1721 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, coreNodeName=, transient=false, dataDir=data\, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1, schema=schema.xml, shard=, config=solrconfig.xml, collection=control_collection}
   [junit4]   2> 592060 T1721 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\
   [junit4]   2> 592061 T1721 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 592063 T1754 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 592064 T1754 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 592065 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 592065 T1754 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 592067 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55021_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55021",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 592068 T1751 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55021_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55021",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 592068 T1751 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 592068 T1751 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 592070 T1750 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> 592951 T1754 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 592951 T1754 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 592952 T1754 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 592952 T1754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 592955 T1754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 592955 T1754 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\'
   [junit4]   2> 592984 T1754 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 592989 T1754 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 593008 T1754 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 593038 T1754 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 593101 T1754 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 593108 T1754 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 593122 T1754 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 593528 T1754 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 593539 T1754 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 593541 T1754 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 593560 T1754 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 593565 T1754 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 593569 T1754 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 593571 T1754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 593571 T1754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 593571 T1754 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 593573 T1754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 593573 T1754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 593573 T1754 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 593573 T1754 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 593573 T1754 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\
   [junit4]   2> 593573 T1754 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d15de
   [junit4]   2> 593574 T1754 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\
   [junit4]   2> 593574 T1754 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\index/
   [junit4]   2> 593574 T1754 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 593575 T1754 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\control-001\cores\collection1\data\index
   [junit4]   2> 593575 T1754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=312565361, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 593576 T1754 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17d60e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@637457),segFN=segments_1,generation=1}
   [junit4]   2> 593576 T1754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 593580 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 593580 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 593581 T1754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 593581 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 593581 T1754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 593581 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 593582 T1754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 593582 T1754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 593582 T1754 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 593584 T1754 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 593584 T1754 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 593585 T1754 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 593585 T1754 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 593587 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 593590 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 593590 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 593591 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 593591 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 593592 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 593592 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 593593 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 593594 T1754 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 593595 T1754 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 593600 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 593605 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 593605 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 593607 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 593609 T1754 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 593611 T1754 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 593611 T1754 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 593611 T1754 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 593612 T1754 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 593612 T1754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.81640625, floorSegmentMB=0.26171875, forceMergeDeletesPctAllowed=9.885654573401613, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6664708973069055
   [junit4]   2> 593613 T1754 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17d60e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@637457),segFN=segments_1,generation=1}
   [junit4]   2> 593613 T1754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 593613 T1754 oass.SolrIndexSearcher.<init> Opening Searcher@a35440[collection1] main
   [junit4]   2> 593613 T1754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 593616 T1754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 593616 T1754 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 593617 T1754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 593617 T1754 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 593618 T1754 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 593619 T1754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 593619 T1754 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 593619 T1754 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 593619 T1754 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 593620 T1754 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 593620 T1755 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a35440[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 593623 T1758 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55021 collection:control_collection shard:shard1
   [junit4]   2> 593623 T1721 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 593623 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 593625 T1758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 593634 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 593636 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 593638 T1761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16b9a4c name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 593639 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 593639 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 593641 T1758 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 593642 T1721 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 593644 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 593644 T1758 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 593645 T1758 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1509 name=collection1 org.apache.solr.core.SolrCore@2dd9de url=https://127.0.0.1:55021/collection1 node=127.0.0.1:55021_ C1509_STATE=coll:control_collection core:collection1 props:{state=down, node_name=127.0.0.1:55021_, base_url=https://127.0.0.1:55021, core=collection1}
   [junit4]   2> 593645 T1758 C1509 P55021 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55021/collection1/
   [junit4]   2> 593645 T1758 C1509 P55021 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 593646 T1758 C1509 P55021 oasc.SyncStrategy.syncToMe https://127.0.0.1:55021/collection1/ has no replicas
   [junit4]   2> 593646 T1758 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55021/collection1/ shard1
   [junit4]   2> 593646 T1751 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> 593647 T1758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 593647 T1721 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 593650 T1761 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> 593650 T1750 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> 593667 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 593669 T1751 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:55021",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 593763 T1761 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> 593764 T1750 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> 593804 T1758 oasc.ZkController.register We are https://127.0.0.1:55021/collection1/ and leader is https://127.0.0.1:55021/collection1/
   [junit4]   2> 593804 T1758 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55021
   [junit4]   2> 593804 T1758 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 593804 T1758 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 593805 T1758 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 593807 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 593810 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55021_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55021",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"} current state version: 3
   [junit4]   2> 593811 T1751 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55021_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55021",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 593905 T1761 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> 593906 T1750 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> 595000 T1721 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1
   [junit4]   2> 595003 T1721 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001
   [junit4]   2> 595003 T1721 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 595017 T1721 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 595022 T1721 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55033
   [junit4]   2> 595022 T1721 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores, hostContext=/, hostPort=55033, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 595026 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 595026 T1721 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\'
   [junit4]   2> 595057 T1721 oasc.SolrXmlConfig.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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\solr.xml
   [junit4]   2> 595081 T1721 oasc.CorePropertiesLocator.<init> Config-defined core root directory: 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores
   [junit4]   2> 595082 T1721 oasc.CoreContainer.<init> New CoreContainer 14512198
   [junit4]   2> 595082 T1721 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\]
   [junit4]   2> 595082 T1721 oasc.CoreContainer.load loading shared library: 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\lib
   [junit4]   2> 595082 T1721 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\lib).
   [junit4]   2> 595092 T1721 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 595098 T1721 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 595101 T1721 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 595101 T1721 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 595102 T1721 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 595102 T1721 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55011/solr
   [junit4]   2> 595102 T1721 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 595102 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 595104 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 595107 T1773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b6f787 name:ZooKeeperConnection Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 595109 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 595109 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 595112 T1723 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bf73fa7810006, 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> 595113 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 595116 T1776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f0b0a6 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 595116 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 595126 T1721 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 596015 T1721 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55033_
   [junit4]   2> 596018 T1721 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55033_
   [junit4]   2> 596030 T1721 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 596035 T1721 oasc.CorePropertiesLocator.discover Looking for core definitions underneath 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, collection=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, coreNodeName=, absoluteInstDir=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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\, instanceDir=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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1, loadOnStartup=true, dataDir=data\, shard=}
   [junit4]   2> 596040 T1721 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\
   [junit4]   2> 596040 T1721 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 596042 T1777 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 596042 T1777 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 596044 T1777 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 596044 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 596046 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55033_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 596047 T1751 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:55033_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 596048 T1751 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 596048 T1751 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 596052 T1750 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> 596052 T1776 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> 596053 T1761 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> 596930 T1777 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 596930 T1777 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 596931 T1777 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 596931 T1777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 596935 T1777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 596935 T1777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\'
   [junit4]   2> 596960 T1777 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 596964 T1777 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 596975 T1777 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 596996 T1777 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 597037 T1777 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 597039 T1777 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 597051 T1777 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 597514 T1777 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 597521 T1777 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 597523 T1777 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 597539 T1777 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 597543 T1777 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 597546 T1777 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 597546 T1777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 597547 T1777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 597547 T1777 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 597547 T1777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 597547 T1777 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 597547 T1777 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 597547 T1777 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 597547 T1777 oasc.SolrCore.<init> [collection1] Opening new SolrCore at 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\, dataDir=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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 597547 T1777 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d15de
   [junit4]   2> 597547 T1777 oasc.CachingDirectoryFactory.get return new directory for 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 597547 T1777 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\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 597549 T1777 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 597550 T1777 oasc.CachingDirectoryFactory.get return new directory for 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 597550 T1777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=312565361, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 597550 T1777 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@15225e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35028a),segFN=segments_1,generation=1}
   [junit4]   2> 597550 T1777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 597552 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 597553 T1777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 597554 T1777 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 597557 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 597559 T1777 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 597566 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 597570 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 597571 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 597573 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 597575 T1777 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 597577 T1777 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 597577 T1777 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 597578 T1777 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 597578 T1777 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 597579 T1777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.81640625, floorSegmentMB=0.26171875, forceMergeDeletesPctAllowed=9.885654573401613, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6664708973069055
   [junit4]   2> 597579 T1777 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@15225e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35028a),segFN=segments_1,generation=1}
   [junit4]   2> 597580 T1777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 597580 T1777 oass.SolrIndexSearcher.<init> Opening Searcher@39e060[collection1] main
   [junit4]   2> 597580 T1777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 597582 T1777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 597582 T1777 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 597583 T1777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 597583 T1777 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 597583 T1777 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 597584 T1777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 597584 T1777 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 597584 T1777 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 597584 T1777 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 597585 T1778 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@39e060[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 597586 T1777 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 597587 T1781 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55033 collection:collection1 shard:shard2
   [junit4]   2> 597589 T1721 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 597589 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 597590 T1781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 597598 T1781 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 597600 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 597602 T1781 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 597602 T1781 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1510 name=collection1 org.apache.solr.core.SolrCore@127f3ff url=https://127.0.0.1:55033/collection1 node=127.0.0.1:55033_ C1510_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:55033_, base_url=https://127.0.0.1:55033, core=collection1}
   [junit4]   2> 597602 T1781 C1510 P55033 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55033/collection1/
   [junit4]   2> 597602 T1781 C1510 P55033 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 597603 T1781 C1510 P55033 oasc.SyncStrategy.syncToMe https://127.0.0.1:55033/collection1/ has no replicas
   [junit4]   2> 597603 T1781 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55033/collection1/ shard2
   [junit4]   2> 597603 T1781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 597603 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 597605 T1776 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> 597607 T1761 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> 597607 T1750 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> 597618 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 597621 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 597623 T1750 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> 597623 T1761 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> 597623 T1776 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> 597663 T1781 oasc.ZkController.register We are https://127.0.0.1:55033/collection1/ and leader is https://127.0.0.1:55033/collection1/
   [junit4]   2> 597663 T1781 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55033
   [junit4]   2> 597663 T1781 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 597663 T1781 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 597663 T1781 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 597665 T1750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 597667 T1751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55033_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"} current state version: 7
   [junit4]   2> 597667 T1751 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:55033_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55033",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 597760 T1761 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> 597761 T1750 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> 597762 T1776 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> 598983 T1721 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\cores\collection1
   [junit4]   2> 598986 T1721 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001
   [junit4]   2> 598987 T1721 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 598997 T1721 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 599000 T1721 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55042
   [junit4]   2> 599000 T1721 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\tempDir-001/jetty2, coreRootDirectory=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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\cores, hostPort=55042, hostContext=/, solrconfig=solrconfig.xml}
   [junit4]   2> 599005 T1721 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 599005 T1721 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\'
   [junit4]   2> 599040 T1721 oasc.SolrXmlConfig.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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\solr.xml
   [junit4]   2> 599067 T1721 oasc.CorePropertiesLocator.<init> Config-defined core root directory: 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\cores
   [junit4]   2> 599067 T1721 oasc.CoreContainer.<init> New CoreContainer 27226205
   [junit4]   2> 599067 T1721 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\]
   [junit4]   2> 599067 T1721 oasc.CoreContainer.load loading shared library: 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\lib
   [junit4]   2> 599067 T1721 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: 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.handler.TestSolrConfigHandlerCloud E9FE0BA546C08124-001\shard-2-001\lib).
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 599083 T1721 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 599085 T1721 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 599085 T1721 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 599085 T1721 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 599085 T1721 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55011/solr
   [junit4]   2> 599085 T1721 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 599085 T1721 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 599088 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 599090 T1793 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1541633 name:ZooKeeperConnection Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 599090 T1721 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 599090 T1721 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 599094 T1721 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 599096 T1796 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1284a64 name:ZooKeeperConnection Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:N

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

efaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8989, name=updateExecutor-1216-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@100a5cc rejected from java.util.concurrent.ThreadPoolExecutor@18503fa[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 26]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E9FE0BA546C08124]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2647430 T8882 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest E9FE0BA546C08124-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {range_facet_l=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=Asserting), id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=LuceneFixedGap), timestamp=PostingsFormat(name=Asserting), intDefault=BlockTreeOrds(blocksize=128), a_t=PostingsFormat(name=Asserting), _version_=BlockTreeOrds(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=en_PH, timezone=Asia/Makassar
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=191840784,total=483393536
   [junit4]   2> NOTE: All tests run in this JVM: [InfoHandlerTest, DocExpirationUpdateProcessorFactoryTest, TestNRTOpen, CloudMLTQParserTest, DistribJoinFromCollectionTest, TestRawResponseWriter, CoreMergeIndexesAdminHandlerTest, HdfsWriteToMultipleCollectionsTest, TestFieldTypeResource, TestLazyCores, BadIndexSchemaTest, DeleteInactiveReplicaTest, ExternalFileFieldSortTest, UpdateParamsTest, TestIBSimilarityFactory, PingRequestHandlerTest, RequestLoggingTest, BinaryUpdateRequestHandlerTest, DeleteReplicaTest, HighlighterMaxOffsetTest, TestSolrConfigHandlerConcurrent, TestSolrDeletionPolicy2, TestDFRSimilarityFactory, DistanceUnitsTest, TestCollapseQParserPlugin, DeleteShardTest, CoreAdminRequestStatusTest, TestExactSharedStatsCache, TestRecovery, WordBreakSolrSpellCheckerTest, TestCloudSchemaless, TestStressUserVersions, DebugComponentTest, AddBlockUpdateTest, TestCharFilters, CoreAdminHandlerTest, TestReRankQParserPlugin, TestReversedWildcardFilterFactory, TestSolrConfigHandlerCloud, TestInitQParser, TestSearchPerf, TestSimpleQParserPlugin, TestStressReorder, TestLMJelinekMercerSimilarityFactory, OverriddenZkACLAndCredentialsProvidersTest, TestClusterStateMutator, AtomicUpdatesTest, OverseerCollectionProcessorTest, TestAddFieldRealTimeGet, TestDocSet, TestSolr4Spatial, SpatialFilterTest, TestPerFieldSimilarity, ShardRoutingCustomTest, TestPostingsSolrHighlighter, HdfsDirectoryFactoryTest, TestQuerySenderListener, SSLMigrationTest, SaslZkACLProviderTest, HttpPartitionTest, TestSolrXml, IndexBasedSpellCheckerTest, SliceStateTest, TestDynamicFieldCollectionResource, BasicDistributedZk2Test, TestRTGBase, FullSolrCloudDistribCmdsTest, TestFieldCollectionResource, TestJoin, TestMissingGroups, TestBinaryResponseWriter, ClusterStateTest, ExternalCollectionsTest, TestCloudManagedSchema, MigrateRouteKeyTest, TestOverriddenPrefixQueryForCustomFieldType, ResponseHeaderTest, TestRequestStatusCollectionAPI, ChangedSchemaMergeTest, TermVectorComponentTest, OverseerTest, CacheHeaderTest, TestMaxScoreQueryParser, LukeRequestHandlerTest, TestCollationFieldDocValues, IndexSchemaRuntimeFieldTest, ReturnFieldsTest, TestConfigOverlay, OutOfBoxZkACLAndCredentialsProvidersTest, DocValuesMultiTest, BadComponentTest, TestSort, TestBadConfig, TestJmxIntegration, ShardSplitTest, HdfsLockFactoryTest, HdfsBasicDistributedZk2Test, TestShardHandlerFactory, ParsingFieldUpdateProcessorsTest, DistribCursorPagingTest, AutoCommitTest, ResponseLogComponentTest, TestHdfsUpdateLog, DefaultValueUpdateProcessorTest, TestFieldTypeCollectionResource, TestFastOutputStream, FacetPivotSmallTest, ZkControllerTest, DirectSolrConnectionTest, TestNoOpRegenerator, PrimUtilsTest, UnloadDistributedZkTest, TestDistributedMissingSort, TestReplicaProperties, TestSolrJ, SuggesterTSTTest, AlternateDirectoryTest, DocumentAnalysisRequestHandlerTest, StatsComponentTest, SolrCoreTest, DistributedMLTComponentTest, RAMDirectoryFactoryTest, TestCSVResponseWriter, TestCopyFieldCollectionResource, PreAnalyzedUpdateProcessorTest, TestFiltering, TestSchemaSimilarityResource, CollectionsAPIAsyncDistributedZkTest, CursorMarkTest, CloudExitableDirectoryReaderTest, DocValuesMissingTest, OverseerStatusTest, TestXIncludeConfig, HdfsCollectionsAPIDistributedZkTest, PolyFieldTest, TestInitParams, DistributedQueryComponentCustomSortTest, TestLeaderElectionZkExpiry, SolrPluginUtilsTest, TestSolrDeletionPolicy1, DateFieldTest, BadCopyFieldTest, RollingRestartTest, TestZkChroot, HdfsBasicDistributedZkTest, SolrCmdDistributorTest, BJQParserTest, TestPHPSerializedResponseWriter, RecoveryZkTest, QueryParsingTest, TestTrackingShardHandlerFactory, TestQueryTypes, AnalyticsQueryTest, TestAnalyzeInfixSuggestions, DirectSolrSpellCheckerTest, TestRealTimeGet, TestCoreContainer, TestManagedSchema, IndexSchemaTest, SpellPossibilityIteratorTest, TestLuceneMatchVersion, TestExceedMaxTermLength, SystemInfoHandlerTest, DistributedQueryElevationComponentTest, ShardRoutingTest, TestHighFrequencyDictionaryFactory, TestHighlightDedupGrouping, AnalysisAfterCoreReloadTest, ZkStateWriterTest, ScriptEngineTest, AnalysisErrorHandlingTest, LoggingHandlerTest, TermVectorComponentDistributedTest, LeaderElectionTest, TestSweetSpotSimilarityFactory, TestNonDefinedSimilarityFactory, TestSchemaVersionResource, TestSortingResponseWriter, OutputWriterTest, SuggesterFSTTest, TestExpandComponent, TestBlobHandler, NumericFieldsTest, TestSchemaManager, RequestHandlersTest, TestStressRecovery, SimpleMLTQParserTest, BasicZkTest, ZkSolrClientTest, SynonymTokenizerTest, TestRandomMergePolicy, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, TestCSVLoader, ReplicationFactorTest]
   [junit4] Completed in 76.31s, 1 test, 1 error <<< FAILURES!

[...truncated 881 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 470 suites, 1873 tests, 1 error, 1 failure, 57 ignored (30 assumptions)

Total time: 168 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4422 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4422/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling

Error Message:
54

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 54
	at __randomizedtesting.SeedInfo.seed([4F81C832D490447D:A599A12F65C7B3CA]:0)
	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 6416 lines...]
   [junit4] Suite: org.apache.lucene.facet.TestRandomSamplingFacetsCollector
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomSamplingFacetsCollector -Dtests.method=testRandomSampling -Dtests.seed=4F81C832D490447D -Dtests.slow=true -Dtests.locale=fi_FI -Dtests.timezone=America/Araguaina -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.35s | TestRandomSamplingFacetsCollector.testRandomSampling <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 54
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4F81C832D490447D:A599A12F65C7B3CA]:0)
   [junit4]    > 	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {EvenOdd=PostingsFormat(name=Memory doPackFST= false), $full_path$=PostingsFormat(name=Memory doPackFST= false), $payloads$=PostingsFormat(name=MockRandom), $facets=PostingsFormat(name=Direct)}, docValues:{$facets=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {EvenOdd=DFR I(ne)L1}, locale=fi_FI, timezone=America/Araguaina
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_76 (64-bit)/cpus=2,threads=1,free=83978304,total=132898816
   [junit4]   2> NOTE: All tests run in this JVM: [TestFacetsConfig, TestRangeFacetCounts, TestFacetLabel, TestAddTaxonomy, TestSortedSetDocValuesFacets, TestTaxonomyFacetSumValueSource, TestTaxonomyFacetCounts2, TestCharBlockArray, TestLRUHashMap, TestTaxonomyFacetAssociations, TestMultipleIndexFields, TestDirectoryTaxonomyWriter, TestTaxonomyCombined, TestConcurrentFacetedIndexing, TestDirectoryTaxonomyReader, TestDrillDownQuery, TestDrillSideways, TestRandomSamplingFacetsCollector]
   [junit4] Completed in 1.37s, 1 test, 1 error <<< FAILURES!

[...truncated 24 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\lucene\build.xml:456: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:2166: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 23 suites, 155 tests, 1 error

Total time: 30 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
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.7.0_76) - Build # 4421 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4421/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001

	at __randomizedtesting.SeedInfo.seed([EE5D8496A35E2568]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 9763 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\init-core-data-001
   [junit4]   2> 2260389 T8876 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2260395 T8876 oas.SolrTestCaseJ4.setUp ###Starting testUserProp
   [junit4]   2> 2262141 T8876 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2262141 T8876 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2262142 T8876 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core
   [junit4]   2> 2262146 T8876 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2262155 T8876 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63392
   [junit4]   2> 2262156 T8876 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {configSetBaseDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001, hostContext=/solr, hostPort=63392, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores}
   [junit4]   2> 2262156 T8876 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 2262156 T8876 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\'
   [junit4]   2> 2262194 T8876 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\solr.xml
   [junit4]   2> 2262234 T8876 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores
   [junit4]   2> 2262234 T8876 oasc.CoreContainer.<init> New CoreContainer 11512439
   [junit4]   2> 2262234 T8876 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\]
   [junit4]   2> 2262234 T8876 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\lib
   [junit4]   2> 2262234 T8876 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\lib).
   [junit4]   2> 2262250 T8876 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2262250 T8876 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2262250 T8876 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2262250 T8876 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2262250 T8876 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2262250 T8876 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2262250 T8876 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2262250 T8876 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2262250 T8876 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2262254 T8876 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2262254 T8876 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2262254 T8876 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2262254 T8876 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2262254 T8876 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2262256 T8876 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2262259 T8876 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores
   [junit4]   1> CORE DESCRIPTOR: {loadOnStartup=true, name=collection1, transient=false, schema=schema-rest.xml, dataDir=data\, config=solrconfig-managed-schema.xml, configSet=collection1, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\}
   [junit4]   2> 2262261 T8876 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\
   [junit4]   2> 2262261 T8876 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2262264 T8886 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\'
   [junit4]   2> 2262265 T8886 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2262266 T8886 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2262268 T8886 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2262319 T8886 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2262346 T8886 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2262396 T8886 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2262401 T8886 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 2262402 T8886 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 2262415 T8886 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 2262890 T8886 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2262893 T8886 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2262895 T8886 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2262896 T8886 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2262910 T8886 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2262910 T8886 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2262910 T8886 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2262910 T8886 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2262914 T8886 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2262925 T8886 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 2262926 T8886 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1
   [junit4]   2> 2262926 T8886 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2262926 T8886 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\
   [junit4]   2> 2262926 T8886 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2262928 T8886 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data
   [junit4]   2> 2262930 T8886 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 2262931 T8886 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2262932 T8886 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index
   [junit4]   2> 2262933 T8886 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2262942 T8886 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25f32a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2262943 T8886 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2262944 T8886 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2262945 T8886 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2262945 T8886 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2262946 T8886 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2262946 T8886 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2262946 T8886 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2262947 T8886 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2262947 T8886 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2262948 T8886 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2262948 T8886 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2262949 T8886 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2262950 T8886 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2262950 T8886 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2262951 T8886 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2262951 T8886 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2262952 T8886 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2262952 T8886 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2262952 T8886 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2262954 T8886 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2262954 T8886 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2262965 T8886 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2262967 T8886 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2262969 T8886 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2262972 T8886 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2262972 T8886 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2262978 T8886 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2262979 T8886 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2262979 T8886 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2262980 T8886 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=4.2978515625, floorSegmentMB=1.31640625, forceMergeDeletesPctAllowed=9.129031925960703, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2262982 T8886 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25f32a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2262982 T8886 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2262982 T8886 oass.SolrIndexSearcher.<init> Opening Searcher@1a46b74[collection1] main
   [junit4]   2> 2262983 T8886 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2262983 T8886 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf}
   [junit4]   2> 2262984 T8886 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2262986 T8886 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2262986 T8886 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2262988 T8886 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 2262989 T8886 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2262989 T8886 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2262989 T8886 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2262990 T8886 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2262991 T8886 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 2262992 T8886 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2262992 T8886 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2262992 T8886 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2262993 T8886 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2262994 T8886 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2262994 T8886 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2262995 T8886 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2262995 T8886 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2262996 T8886 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2262997 T8886 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2262997 T8886 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2262998 T8886 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2262998 T8887 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a46b74[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2262998 T8886 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2262999 T8876 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2263000 T8876 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2263000 T8876 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#63392
   [junit4]   2> ASYNC  NEW_CORE C2795 name=collection1 org.apache.solr.core.SolrCore@2dbd61
   [junit4]   2> 2263015 T8883 C2795 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2263016 T8883 C2795 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\'
   [junit4]   2> 2263020 T8883 C2795 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 2263020 T8883 C2795 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2263022 T8883 C2795 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2263095 T8883 C2795 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2263125 T8883 C2795 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2263184 T8883 C2795 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2263192 T8883 C2795 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2263202 T8883 C2795 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 2263626 T8883 C2795 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2263627 T8883 C2795 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2263628 T8883 C2795 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2263630 T8883 C2795 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2263633 T8883 C2795 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2263633 T8883 C2795 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2263633 T8883 C2795 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2263634 T8883 C2795 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2263646 T8883 C2795 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1
   [junit4]   2> 2263651 T8883 C2795 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\
   [junit4]   2> 2263651 T8883 C2795 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2263652 T8883 C2795 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 2263654 T8883 C2795 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2263654 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2263655 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2263655 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2263655 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2263656 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2263656 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2263656 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2263657 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2263657 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2263658 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2263659 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2263659 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2263660 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2263660 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2263660 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2263661 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2263661 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2263661 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2263662 T8883 C2795 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2263673 T8883 C2795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2263673 T8883 C2795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2263677 T8883 C2795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2263681 T8883 C2795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2263681 T8883 C2795 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=MODIFIEDA,b=MODIFIEDB}}}
   [junit4]   2> 2263683 T8883 C2795 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2263684 T8883 C2795 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2263684 T8883 C2795 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2263685 T8883 C2795 oass.SolrIndexSearcher.<init> Opening Searcher@1d8f5ac[collection1] main
   [junit4]   2> 2263685 T8883 C2795 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2263685 T8883 C2795 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf}
   [junit4]   2> 2263685 T8883 C2795 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2263686 T8883 C2795 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2263687 T8883 C2795 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2263687 T8883 C2795 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2263687 T8883 C2795 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 2263687 T8883 C2795 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2263687 T8883 C2795 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2263689 T8883 C2795 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2263689 T8883 C2795 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2263690 T8883 C2795 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 2263690 T8883 C2795 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2263690 T8883 C2795 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2263690 T8883 C2795 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2263691 T8883 C2795 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2263692 T8883 C2795 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2263692 T8883 C2795 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2263692 T8883 C2795 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-001\collection1\conf
   [junit4]   2> 2263693 T8883 C2795 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2263693 T8883 C2795 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2263693 T8883 C2795 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2263693 T8883 C2795 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2263693 T8883 C2795 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 2263696 T8883 C2795 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 2263696 T8883 C2795 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 2263695 T8889 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d8f5ac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2263698 T8883 C2795 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2263699 T8883 C2795 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25f32a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2263702 T8883 C2795 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2263702 T8883 C2795 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 2263702 T8883 C2795 oass.SolrIndexSearcher.<init> Opening Searcher@db7f09[collection1] main
   [junit4]   2> 2263702 T8883 C2795 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 2263703 T8889 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@db7f09[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2263703 T8883 C2795 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"set-user-property":{
   [junit4]   2> 	    "my.custom.variable.a":"MODIFIEDA",
   [junit4]   2> 	    "my.custom.variable.b":"MODIFIEDB"}}]
   [junit4]   2> 2263704 T8883 C2795 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=701 
   [junit4]   2> 2263705 T8883 C2795 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2dbd61
   [junit4]   2> 2263705 T8883 C2795 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2263705 T8883 C2795 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C2796 name=collection1 org.apache.solr.core.SolrCore@16ba101
   [junit4]   2> 2263709 T8880 C2796 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1 
   [junit4]   2> 2263713 T8885 C2796 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump params={initArgs=true&json.nl=map&wt=json} status=0 QTime=0 
   [junit4]   2> 2263729 T8876 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=11512439
   [junit4]   2> 2263731 T8876 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16ba101
   [junit4]   2> 2263731 T8876 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2263732 T8876 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2263732 T8876 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2263732 T8876 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2263734 T8876 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2263734 T8876 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2263734 T8876 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data;done=false>>]
   [junit4]   2> 2263734 T8876 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data
   [junit4]   2> 2263734 T8876 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index;done=false>>]
   [junit4]   2> 2263734 T8876 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-003\cores\core\data\index
   [junit4]   2> 2263735 T8876 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 2263916 T8876 oas.SolrTestCaseJ4.tearDown ###Ending testUserProp
   [junit4]   2> 2263920 T8876 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
   [junit4]   2> 2265521 T8876 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2265521 T8876 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2265523 T8876 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core
   [junit4]   2> 2265529 T8876 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2265533 T8876 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63396
   [junit4]   2> 2265534 T8876 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=63396, configSetBaseDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004, hostContext=/solr, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores}
   [junit4]   2> 2265534 T8876 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 2265534 T8876 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\'
   [junit4]   2> 2265583 T8876 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\solr.xml
   [junit4]   2> 2265618 T8876 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores
   [junit4]   2> 2265618 T8876 oasc.CoreContainer.<init> New CoreContainer 6921458
   [junit4]   2> 2265618 T8876 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\]
   [junit4]   2> 2265618 T8876 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\lib
   [junit4]   2> 2265618 T8876 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\lib).
   [junit4]   2> 2265669 T8876 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2265670 T8876 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2265670 T8876 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2265670 T8876 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2265670 T8876 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2265670 T8876 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2265670 T8876 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2265670 T8876 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2265671 T8876 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2265671 T8876 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2265671 T8876 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2265672 T8876 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2265672 T8876 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2265672 T8876 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2265672 T8876 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2265674 T8876 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores
   [junit4]   1> CORE DESCRIPTOR: {loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\, configSet=collection1, config=solrconfig-managed-schema.xml, transient=false, dataDir=data\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core, schema=schema-rest.xml, name=collection1}
   [junit4]   2> 2265676 T8876 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\
   [junit4]   2> 2265676 T8876 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2265677 T8899 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\'
   [junit4]   2> 2265681 T8899 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2265685 T8899 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2265685 T8899 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2265739 T8899 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2265761 T8899 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2265818 T8899 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2265828 T8899 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 2265829 T8899 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf\schema-rest.xml
   [junit4]   2> 2265844 T8899 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 2266216 T8899 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2266217 T8899 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2266218 T8899 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2266220 T8899 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2266232 T8899 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2266232 T8899 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2266232 T8899 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2266232 T8899 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2266236 T8899 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 2266239 T8899 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 2266239 T8899 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1
   [junit4]   2> 2266239 T8899 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2266240 T8899 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\data\
   [junit4]   2> 2266240 T8899 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2266242 T8899 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\data
   [junit4]   2> 2266243 T8899 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\data\index/
   [junit4]   2> 2266243 T8899 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2266245 T8899 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\data\index
   [junit4]   2> 2266246 T8899 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2266250 T8899 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ca84a0; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2266250 T8899 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2266251 T8899 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2266251 T8899 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2266252 T8899 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2266252 T8899 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2266252 T8899 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2266252 T8899 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2266253 T8899 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2266253 T8899 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2266253 T8899 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2266254 T8899 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2266255 T8899 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2266255 T8899 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2266255 T8899 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2266255 T8899 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2266256 T8899 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2266257 T8899 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2266257 T8899 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2266257 T8899 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2266258 T8899 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2266258 T8899 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2266267 T8899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2266270 T8899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2266272 T8899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2266272 T8899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2266273 T8899 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2266279 T8899 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2266280 T8899 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2266280 T8899 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2266281 T8899 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=4.2978515625, floorSegmentMB=1.31640625, forceMergeDeletesPctAllowed=9.129031925960703, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2266281 T8899 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ca84a0; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2266282 T8899 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2266282 T8899 oass.SolrIndexSearcher.<init> Opening Searcher@1cee88d[collection1] main
   [junit4]   2> 2266283 T8899 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266283 T8899 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf}
   [junit4]   2> 2266283 T8899 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266284 T8899 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2266285 T8899 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266285 T8899 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 2266286 T8899 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266286 T8899 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2266287 T8899 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2266287 T8899 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266288 T8899 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 2266289 T8899 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266289 T8899 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2266289 T8899 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2266289 T8899 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266290 T8899 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2266291 T8899 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2266291 T8899 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2266291 T8899 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266292 T8899 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2266292 T8899 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2266292 T8899 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2266292 T8899 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2266292 T8899 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2266293 T8900 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1cee88d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2266295 T8876 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2266295 T8876 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2266297 T8876 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#63396
   [junit4]   2> ASYNC  NEW_CORE C2797 name=collection1 org.apache.solr.core.SolrCore@c25c72
   [junit4]   2> 2266307 T8898 C2797 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2266308 T8898 C2797 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\'
   [junit4]   2> 2266310 T8898 C2797 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2266312 T8898 C2797 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2266314 T8898 C2797 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20EE5D8496A35E2568-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2266372 T8898 C2797 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2266394 T8898 C2797 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2266436 T8898 C2797 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2266441 T8898 C2797 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 2266448 T8898 C2797 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C2798 name=collection1 org.apache.solr.core.SolrCore@c25c72
   [junit4]   2> 2266913 T8898 C2798 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2266915 T8898 C2798 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2266915 T8898 C2798 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2266917 T8898 C2798 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2266921 T8898 C2798 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2266921 T8898 C2798 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2266921 T8898 C2798 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2266923 T8898 C2798 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2266939 T8898 C2798 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1
   [junit4]   2> 2266942 T8898 C2798 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\data\
   [junit4]   2> 2266943 T8898 C2798 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2266943 T8898 C2798 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.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-006\cores\core\data\index/
   [junit4]   2> 2266946 T8898 C2798 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2266946 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2266947 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2266947 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2266947 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2266948 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2266948 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2266948 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2266949 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2266949 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2266950 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2266950 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2266951 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2266952 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2266952 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2266952 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2266953 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2266953 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2266953 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2266954 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 2266954 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 2266954 T8898 C2798 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 2266963 T8898 C2798 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2266965 T8898 C2798 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2266967 T8898 C2798 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2266969 T8898 C2798 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2266970 T8898 C2798 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2266974 T8898 C2798 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2266975 T8898 C2798 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2266975 T8898 C2798 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2266976 T8898 C2798 oass.SolrIndexSearcher.<init> Opening Searcher@4a18e9[collection1] main
   [junit4]   2> 2266977 T8898 C2798 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266977 T8898 C2798 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf}
   [junit4]   2> 2266977 T8898 C2798 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266978 T8898 C2798 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2266978 T8898 C2798 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266979 T8898 C2798 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler EE5D8496A35E2568-001\tempDir-004\collection1\conf
   [junit4]   2> 2266979 T8898 C2798 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analy

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

DistributedQueryComponentCustomSortTest, SolrCmdDistributorTest, TestSolrDynamicMBean, RequiredFieldsTest, TestInitQParser, TestConfigSets, BasicZkTest, HdfsBasicDistributedZk2Test, ChaosMonkeyNothingIsSafeTest, SchemaVersionSpecificBehaviorTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDefaultSimilarityFactory, TestSurroundQueryParser, TestDocumentBuilder, TestDocBasedVersionConstraints, ActionThrottleTest, CustomCollectionTest, FullSolrCloudDistribCmdsTest, TestLMJelinekMercerSimilarityFactory, TestMergePolicyConfig, SolrTestCaseJ4Test, DocValuesTest, TestDistribDocBasedVersion, TestRTGBase, TimeZoneUtilsTest, TestXIncludeConfig, TestHashPartitioner, PreAnalyzedFieldTest, TestSolrDeletionPolicy1, TestCSVResponseWriter, TestPartialUpdateDeduplication, TestReversedWildcardFilterFactory, TestComplexPhraseQParserPlugin, ReturnFieldsTest, SSLMigrationTest, TestNonDefinedSimilarityFactory, SpatialRPTFieldTypeTest, TestPivotHelperCode, DocumentBuilderTest, SampleTest, IndexBasedSpellCheckerTest, TestStressVersions, SolrIndexSplitterTest, OpenExchangeRatesOrgProviderTest, TestSystemIdResolver, SolrXmlInZkTest, XsltUpdateRequestHandlerTest, TestReRankQParserPlugin, TestConfigReload, TestManagedSchemaDynamicFieldResource, PathHierarchyTokenizerFactoryTest, TestManagedSchemaFieldResource, TestJettySolrRunner, TestBlendedInfixSuggestions, ClusterStateUpdateTest, TestLRUStatsCache, TestSolr4Spatial2, TestAddFieldRealTimeGet, SuggesterWFSTTest, DeleteReplicaTest, TestManagedSchema, TestCollectionAPI, TestLMDirichletSimilarityFactory, QueryParsingTest, StatelessScriptUpdateProcessorFactoryTest, SuggestComponentTest, DistributedQueueTest, TestFileDictionaryLookup, ChaosMonkeySafeLeaderTest, BadIndexSchemaTest, TestClusterStateMutator, WordBreakSolrSpellCheckerTest, TestReqParamsAPI, DistanceUnitsTest, TestReload, TestFastWriter, TestSweetSpotSimilarityFactory, TestPseudoReturnFields, CollectionsAPIAsyncDistributedZkTest, TestRecovery, SliceStateTest, BadComponentTest, SharedFSAutoReplicaFailoverUtilsTest, DocExpirationUpdateProcessorFactoryTest, TestOverriddenPrefixQueryForCustomFieldType, TestManagedStopFilterFactory, HttpPartitionTest, TestOmitPositions, TestElisionMultitermQuery, SpatialHeatmapFacetsTest, TestReplicationHandler, TestSolrIndexConfig, TestFuzzyAnalyzedSuggestions, TestFiltering, ZkCLITest, ShardRoutingCustomTest, TestManagedResourceStorage, DistributedExpandComponentTest, TestReloadAndDeleteDocs, TestDefaultStatsCache, TestRandomFaceting, TestCollationFieldDocValues, TestMissingGroups, TestComponentsName, BasicFunctionalityTest, TestCharFilters, DateRangeFieldTest, DeleteShardTest, DateMathParserTest, CursorMarkTest, TestRestManager, TestFieldResource, CoreMergeIndexesAdminHandlerTest, SolrRequestParserTest, HighlighterTest, TestJoin, TestCollapseQParserPlugin, TestManagedSynonymFilterFactory, TestIndexSearcher, DeleteLastCustomShardedReplicaTest, PluginInfoTest, TestClassNameShortening, DateFieldTest, CurrencyFieldOpenExchangeTest, DistribDocExpirationUpdateProcessorTest, TestDFRSimilarityFactory, TestSimpleQParserPlugin, TestReplicationHandlerBackup, RequestLoggingTest, TestSolrQueryParser, TestBadConfig, AtomicUpdatesTest, ResponseLogComponentTest, TestSuggestSpellingConverter, TestExactSharedStatsCache, FieldMutatingUpdateProcessorTest, HdfsRecoveryZkTest, TestSearchPerf, FileUtilsTest, ZkNodePropsTest, SpellCheckComponentTest, TestBlobHandler, TestInfoStreamLogging, TestFaceting, TestMaxScoreQueryParser, JsonLoaderTest, RecoveryAfterSoftCommitTest, ZkControllerTest, LeaderFailoverAfterPartitionTest, SimpleCollectionCreateDeleteTest, HdfsDirectoryTest, DirectUpdateHandlerOptimizeTest, PingRequestHandlerTest, HdfsUnloadDistributedZkTest, TestSolrXml, TestSchemaSimilarityResource, ScriptEngineTest, DistributedTermsComponentTest, ConvertedLegacyTest, TestDynamicFieldResource, BJQParserTest, TermsComponentTest, TestStressUserVersions, DistributedQueryComponentOptimizationTest, NotRequiredUniqueKeyTest, TestDistributedGrouping, TestExactStatsCache, ShowFileRequestHandlerTest, AnalysisErrorHandlingTest, SystemInfoHandlerTest, TestTolerantSearch, CachingDirectoryFactoryTest, TestSolrConfigHandler, ZkSolrClientTest, ConnectionManagerTest, TestManagedResource, FacetPivotSmallTest, LeaderElectionTest, DistributedSuggestComponentTest, TestSchemaNameResource, SearchHandlerTest, TestSolrDeletionPolicy2, TestLFUCache, TestExceedMaxTermLength, ZkStateWriterTest, TestSolrQueryParserDefaultOperatorResource, TestSort, FileBasedSpellCheckerTest, BadCopyFieldTest, BasicDistributedZkTest, ShardSplitTest, TestMiniSolrCloudClusterSSL, OverriddenZkACLAndCredentialsProvidersTest, TestRealTimeGet, TestRawResponseWriter, TestSolrCoreProperties, TestQuerySenderNoQuery, TermVectorComponentTest, CSVRequestHandlerTest, DirectSolrSpellCheckerTest, NoCacheHeaderTest, ShardRoutingTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestWriterPerf, MinimalSchemaTest, BlockCacheTest, TestSimpleTrackingShardHandler, TestNRTOpen, HighlighterConfigTest, DistributedFacetPivotSmallAdvancedTest, CurrencyFieldXmlFileTest, MBeansHandlerTest, TestCloudInspectUtil, PrimUtilsTest, SaslZkACLProviderTest, RollingRestartTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestZkChroot, TestDistributedSearch, AutoCommitTest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, TestFunctionQuery, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, SoftAutoCommitTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, TestCSVLoader, PolyFieldTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, CacheHeaderTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestBinaryResponseWriter, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, CopyFieldTest, SolrIndexConfigTest, TestStressRecovery, MultiTermTest, TestDocSet, TestBinaryField, NumericFieldsTest, TestConfig, OutputWriterTest, ExternalFileFieldSortTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, EchoParamsTest, TestPerFieldSimilarity, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest, TestFastOutputStream, URLClassifyProcessorTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, UUIDFieldTest, CircularListTest, DistributedMLTComponentTest, CursorPagingTest, DistributedIntervalFacetingTest, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, DeleteInactiveReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, ExternalCollectionsTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerStatusTest, ReplicationFactorTest]
   [junit4] Completed in 102.05s, 1 test, 1 error <<< FAILURES!

[...truncated 305 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 470 suites, 1873 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 157 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
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.7.0_76) - Build # 4420 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4420/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001

	at __randomizedtesting.SeedInfo.seed([9E92522925B11B6C]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56819/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56819/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:920)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:811)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56819/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:569)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	... 52 more




Build Log:
[...truncated 9486 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\init-core-data-001
   [junit4]   2> 963037 T3812 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 963042 T3812 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 963043 T3813 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 963127 T3812 oasc.ZkTestServer.run start zk server on port:56789
   [junit4]   2> 963127 T3812 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 963129 T3812 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 963133 T3820 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c3e644 name:ZooKeeperConnection Watcher:127.0.0.1:56789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 963133 T3812 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 963133 T3812 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 963133 T3812 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 963138 T3812 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 963140 T3812 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 963142 T3823 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22e45f name:ZooKeeperConnection Watcher:127.0.0.1:56789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 963142 T3812 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 963143 T3812 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 963143 T3812 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 963147 T3812 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 963149 T3812 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 963152 T3812 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 963155 T3812 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> 963155 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 963160 T3812 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 963160 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 963164 T3812 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> 963164 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 963167 T3812 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> 963167 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 963171 T3812 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> 963171 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 963175 T3812 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> 963175 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 963178 T3812 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> 963178 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 963181 T3812 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> 963181 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 963185 T3812 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> 963185 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 963188 T3812 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> 963188 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 963191 T3812 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> 963191 T3812 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 964501 T3812 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1
   [junit4]   2> 964504 T3812 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 964511 T3812 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56797
   [junit4]   2> 964511 T3812 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores, hostPort=56796, hostContext=/, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\tempDir-001/control/data}
   [junit4]   2> 964511 T3812 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
   [junit4]   2> 964511 T3812 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.ReplicationFactorTest 9E92522925B11B6C-001\control-001\'
   [junit4]   2> 964544 T3812 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\solr.xml
   [junit4]   2> 964579 T3812 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores
   [junit4]   2> 964580 T3812 oasc.CoreContainer.<init> New CoreContainer 33441899
   [junit4]   2> 964580 T3812 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.ReplicationFactorTest 9E92522925B11B6C-001\control-001\]
   [junit4]   2> 964580 T3812 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\lib
   [junit4]   2> 964580 T3812 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\lib).
   [junit4]   2> 964596 T3812 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 964596 T3812 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 964596 T3812 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 964596 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 964596 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 964596 T3812 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 964596 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 964596 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 964596 T3812 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 964599 T3812 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 964599 T3812 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 964599 T3812 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 964599 T3812 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 964600 T3812 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 964600 T3812 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 964600 T3812 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56789/solr
   [junit4]   2> 964600 T3812 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 964600 T3812 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 964603 T3812 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 964605 T3835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1906cf8 name:ZooKeeperConnection Watcher:127.0.0.1:56789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 964606 T3812 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 964606 T3812 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 964610 T3812 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 964612 T3838 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e36a22 name:ZooKeeperConnection Watcher:127.0.0.1:56789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 964613 T3812 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 964615 T3812 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 964620 T3812 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 964623 T3812 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 964628 T3812 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 964633 T3812 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 964641 T3812 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 964643 T3812 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56796_
   [junit4]   2> 964644 T3812 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56796_
   [junit4]   2> 964647 T3812 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 964650 T3812 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 964653 T3812 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 964657 T3812 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:56796_
   [junit4]   2> 964657 T3812 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 964661 T3812 oasc.Overseer.start Overseer (id=93433735658864643-127.0.0.1:56796_-n_0000000000) starting
   [junit4]   2> 964664 T3812 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 964675 T3812 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 964676 T3840 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 964678 T3839 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 964678 T3812 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 964681 T3812 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 964683 T3812 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 964690 T3812 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {loadOnStartup=true, dataDir=data\, transient=false, coreNodeName=, config=solrconfig.xml, collection=control_collection, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1, name=collection1, schema=schema.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1\, shard=}
   [junit4]   2> 964691 T3812 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1\
   [junit4]   2> 964692 T3812 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 964695 T3842 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 964695 T3842 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 964696 T3838 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 964696 T3842 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 964698 T3839 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56796",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:56796_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"} current state version: 0
   [junit4]   2> 964699 T3839 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56796",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:56796_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 964699 T3839 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 964699 T3839 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 964701 T3838 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> 965549 T3842 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 965549 T3842 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 965550 T3842 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 965550 T3842 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 965552 T3842 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 965552 T3842 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.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1\'
   [junit4]   2> 965574 T3842 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 965578 T3842 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 965589 T3842 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 965632 T3842 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 965690 T3842 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 965693 T3842 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 965702 T3842 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 966194 T3842 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 966205 T3842 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 966208 T3842 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 966226 T3842 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 966232 T3842 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 966240 T3842 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 966241 T3842 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 966242 T3842 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 966242 T3842 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 966244 T3842 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 966245 T3842 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 966245 T3842 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 966245 T3842 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 966246 T3842 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.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1\data\
   [junit4]   2> 966246 T3842 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11eafee
   [junit4]   2> 966247 T3842 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.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1\data\
   [junit4]   2> 966247 T3842 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.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1\data\index/
   [junit4]   2> 966247 T3842 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.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 966248 T3842 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.ReplicationFactorTest 9E92522925B11B6C-001\control-001\cores\collection1\data\index
   [junit4]   2> 966249 T3842 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1326943965, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 966250 T3842 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f5ba lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15ea942),segFN=segments_1,generation=1}
   [junit4]   2> 966250 T3842 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 966253 T3842 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 966254 T3842 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 966255 T3842 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 966255 T3842 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 966255 T3842 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 966255 T3842 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 966256 T3842 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 966256 T3842 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 966256 T3842 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 966257 T3842 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 966258 T3842 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 966259 T3842 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 966259 T3842 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 966260 T3842 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 966260 T3842 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 966261 T3842 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 966262 T3842 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 966263 T3842 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 966264 T3842 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 966265 T3842 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 966265 T3842 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 966265 T3842 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 966266 T3842 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 966267 T3842 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 966268 T3842 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 966269 T3842 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 966269 T3842 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 966277 T3842 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 966279 T3842 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 966280 T3842 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 966282 T3842 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 966284 T3842 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 966285 T3842 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 966287 T3842 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 966288 T3842 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 966289 T3842 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 966289 T3842 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16f5ba lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15ea942),segFN=segments_1,generation=1}
   [junit4]   2> 966290 T3842 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 966290 T3842 oass.SolrIndexSearcher.<init> Opening Searcher@1a5566a[collection1] main
   [junit4]   2> 966290 T3842 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 966292 T3842 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 966292 T3842 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 966293 T3842 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 966293 T3842 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 966293 T3842 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 966294 T3842 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 966294 T3842 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 966294 T3842 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 966294 T3842 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 966295 T3842 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 966295 T3843 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a5566a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 966296 T3846 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56796 collection:control_collection shard:shard1
   [junit4]   2> 966297 T3812 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 966299 T3812 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 966299 T3812 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 966300 T3846 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 966301 T3812 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 966303 T3850 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e9fe42 name:ZooKeeperConnection Watcher:127.0.0.1:56789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966303 T3812 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 966304 T3812 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 966305 T3812 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 966307 T3846 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 966309 T3812 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 966310 T3838 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 966310 T3846 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 966310 T3846 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C373 name=collection1 org.apache.solr.core.SolrCore@153bc53 url=http://127.0.0.1:56796/collection1 node=127.0.0.1:56796_ C373_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:56796, node_name=127.0.0.1:56796_, core=collection1, state=down}
   [junit4]   2> 966311 T3846 C373 P56796 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56796/collection1/
   [junit4]   2> 966311 T3846 C373 P56796 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 966311 T3846 C373 P56796 oasc.SyncStrategy.syncToMe http://127.0.0.1:56796/collection1/ has no replicas
   [junit4]   2> 966311 T3846 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56796/collection1/ shard1
   [junit4]   2> 966311 T3846 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 966311 T3839 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> 966313 T3850 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> 966315 T3838 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> 966322 T3839 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":"http://127.0.0.1:56796",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 966329 T3838 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 966331 T3850 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> 966331 T3838 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> 966365 T3846 oasc.ZkController.register We are http://127.0.0.1:56796/collection1/ and leader is http://127.0.0.1:56796/collection1/
   [junit4]   2> 966365 T3846 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56796
   [junit4]   2> 966365 T3846 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 966365 T3846 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 966366 T3846 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 966368 T3838 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 966368 T3839 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56796",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:56796_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 3
   [junit4]   2> 966370 T3839 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56796",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:56796_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 966460 T3850 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> 966461 T3838 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> 967739 T3812 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1
   [junit4]   2> 967741 T3812 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001
   [junit4]   2> 967743 T3812 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 967747 T3812 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56810
   [junit4]   2> 967748 T3812 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=56809, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores}
   [junit4]   2> 967749 T3812 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
   [junit4]   2> 967749 T3812 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\'
   [junit4]   2> 967780 T3812 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\solr.xml
   [junit4]   2> 967805 T3812 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores
   [junit4]   2> 967805 T3812 oasc.CoreContainer.<init> New CoreContainer 8242122
   [junit4]   2> 967805 T3812 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\]
   [junit4]   2> 967806 T3812 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\lib
   [junit4]   2> 967806 T3812 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\lib).
   [junit4]   2> 967818 T3812 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 967818 T3812 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 967818 T3812 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 967818 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 967820 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 967820 T3812 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 967820 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 967820 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 967820 T3812 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 967820 T3812 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 967820 T3812 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 967820 T3812 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 967820 T3812 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 967820 T3812 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 967822 T3812 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 967822 T3812 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56789/solr
   [junit4]   2> 967822 T3812 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 967822 T3812 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 967825 T3812 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 967827 T3862 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b1a20d name:ZooKeeperConnection Watcher:127.0.0.1:56789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 967828 T3812 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 967828 T3812 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 967832 T3812 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 967835 T3865 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b4c578 name:ZooKeeperConnection Watcher:127.0.0.1:56789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 967835 T3812 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 967844 T3812 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 968717 T3812 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56809_
   [junit4]   2> 968718 T3812 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56809_
   [junit4]   2> 968726 T3812 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 968731 T3812 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {collection=collection1, schema=schema.xml, config=solrconfig.xml, loadOnStartup=true, shard=, dataDir=data\, coreNodeName=, transient=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1, name=collection1}
   [junit4]   2> 968732 T3812 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1\
   [junit4]   2> 968732 T3812 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 968734 T3866 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 968734 T3866 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 968737 T3838 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 968737 T3866 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 968739 T3839 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56809",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "node_name":"127.0.0.1:56809_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"} current state version: 4
   [junit4]   2> 968740 T3839 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56809",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "node_name":"127.0.0.1:56809_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 968740 T3839 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 968740 T3839 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 968744 T3838 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> 968744 T3865 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> 968744 T3850 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> 969675 T3866 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 969675 T3866 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 969676 T3866 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 969676 T3866 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 969677 T3866 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 969677 T3866 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1\'
   [junit4]   2> 969699 T3866 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 969704 T3866 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 969716 T3866 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 969742 T3866 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 969799 T3866 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 969802 T3866 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 969819 T3866 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 970314 T3866 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 970321 T3866 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 970325 T3866 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 970340 T3866 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 970346 T3866 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 970351 T3866 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 970353 T3866 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 970353 T3866 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 970353 T3866 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 970355 T3866 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 970355 T3866 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 970355 T3866 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 970355 T3866 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 970356 T3866 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 970356 T3866 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11eafee
   [junit4]   2> 970370 T3866 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 970370 T3866 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 970371 T3866 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 970371 T3866 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 970372 T3866 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1326943965, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 970373 T3866 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@113e63f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1714a3e),segFN=segments_1,generation=1}
   [junit4]   2> 970373 T3866 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 970378 T3866 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 970379 T3866 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 970379 T3866 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 970380 T3866 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 970380 T3866 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 970380 T3866 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 970381 T3866 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 970382 T3866 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 970382 T3866 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 970383 T3866 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 970383 T3866 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 970385 T3866 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 970386 T3866 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 970387 T3866 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 970388 T3866 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 970390 T3866 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 970392 T3866 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 970393 T3866 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 970395 T3866 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 970396 T3866 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 970397 T3866 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 970398 T3866 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 970400 T3866 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 970401 T3866 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 970402 T3866 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 970403 T3866 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 970403 T3866 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 970408 T3866 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 970411 T3866 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 970413 T3866 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 970414 T3866 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 970415 T3866 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 970417 T3866 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 970419 T3866 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 970419 T3866 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 970421 T3866 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 970421 T3866 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@113e63f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1714a3e),segFN=segments_1,generation=1}
   [junit4]   2> 970421 T3866 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 970422 T3866 oass.SolrIndexSearcher.<init> Opening Searcher@15312bb[collection1] main
   [junit4]   2> 970422 T3866 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 970423 T3866 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 970423 T3866 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 970425 T3866 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 970425 T3866 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 970425 T3866 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 970426 T3866 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 970426 T3866 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 970426 T3866 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 970426 T3866 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 970426 T3867 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15312bb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 970427 T3866 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 970428 T3870 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56809 collection:collection1 shard:shard3
   [junit4]   2> 970429 T3812 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 970429 T3812 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 970432 T3870 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 970446 T3870 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 970449 T3838 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 970450 T3870 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 970450 T3870 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C374 name=collection1 org.apache.solr.core.SolrCore@106a63e url=http://127.0.0.1:56809/collection1 node=127.0.0.1:56809_ C374_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:56809, node_name=127.0.0.1:56809_, core=collection1, state=down}
   [junit4]   2> 970450 T3870 C374 P56809 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56809/collection1/
   [junit4]   2> 970450 T3870 C374 P56809 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 970450 T3870 C374 P56809 oasc.SyncStrategy.syncToMe http://127.0.0.1:56809/collection1/ has no replicas
   [junit4]   2> 970450 T3870 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56809/collection1/ shard3
   [junit4]   2> 970452 T3870 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 970461 T3839 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 970465 T3865 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> 970466 T3838 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> 970469 T3850 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> 970479 T3839 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56809",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 970483 T3838 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 970579 T3865 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> 970579 T3838 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> 970580 T3850 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> 970619 T3870 oasc.ZkController.register We are http://127.0.0.1:56809/collection1/ and leader is http://127.0.0.1:56809/collection1/
   [junit4]   2> 970619 T3870 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56809
   [junit4]   2> 970619 T3870 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 970619 T3870 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 970619 T3870 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 970621 T3838 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 970623 T3839 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56809",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:56809_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 7
   [junit4]   2> 970624 T3839 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56809",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:56809_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 970723 T3865 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> 970723 T3838 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> 970723 T3850 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> 971802 T3812 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\cores\collection1
   [junit4]   2> 971806 T3812 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001
   [junit4]   2> 971806 T3812 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 971809 T3812 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56820
   [junit4]   2> 971811 T3812 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\cores, hostPort=56819, hostContext=/, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\tempDir-001/jetty2}
   [junit4]   2> 971811 T3812 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b8737f
   [junit4]   2> 971811 T3812 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\'
   [junit4]   2> 971850 T3812 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\solr.xml
   [junit4]   2> 971879 T3812 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\cores
   [junit4]   2> 971880 T3812 oasc.CoreContainer.<init> New CoreContainer 23271302
   [junit4]   2> 971880 T3812 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.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\]
   [junit4]   2> 971881 T3812 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\lib
   [junit4]   2> 971881 T3812 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\lib).
   [junit4]   2> 971892 T3812 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 971892 T3812 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 971892 T3812 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 971892 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 971893 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 971893 T3812 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 971893 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 971893 T3812 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 971893 T3812 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 971893 T3812 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 971893 T3812 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 971893 T3812 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 971893 T3812 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 971893 T3812 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 971893 T3812 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 971893 T3812 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56789/solr
   [junit4]   2> 971893 T3812 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 971893 T3812 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 971896 T3812 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 971898 T3883 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b93b74 name:ZooKeeperConnection Watcher:127.0.0.1:56789 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 971900 T3812 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 971900 T3812 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 971905 T3812 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 971908 T3886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a6cd04 name:ZooKeeperConnection Watcher:127.0.0.1:56789/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 971908 T3812 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 971920 T3812 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 972862 T3812 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56819_
   [junit4]   2> 972864 T3812 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56819_
   [junit4]   2> 972869 T3812 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 972873 T3812 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {transient=false, coreNodeName=, shard=, name=collection1, loadOnStartup=true, collection=collection1, dataDir=data\, config=solrconfig.xml, schema=schema.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\cores\collection1\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\cores\collection1}
   [junit4]   2> 972873 T3812 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 9E92522925B11B6C-001\shard-2-001\cores\collection1\
   [junit4]   2> 972873 T3812 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 972876 T3887 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 972876 T3887 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 972877 T3838 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 972877 T3887 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 972878 T3839 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56819",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "node_name":"127.0.0.1:56819_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"} current state version: 8
   [junit4]   2> 972879 T3839 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56819",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "node_name":"127.0.0.1:56819_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 972879 T3839 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 972879 T3839 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 972881 T3850 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> 972881 T3838 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> 972881 T3865 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> 972881 T3886 oascc.ZkStateReader$2.process A cluster state change: Wa

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

core.SolrCore@c9036b
   [junit4]   2> 1069630 T4025 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1069631 T4025 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1069631 T4025 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1069631 T4025 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1069634 T4025 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1069634 T4025 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1069634 T4025 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-012\cores\core\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-012\cores\core\data\index;done=false>>]
   [junit4]   2> 1069634 T4025 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-012\cores\core\data\index
   [junit4]   2> 1069634 T4025 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-012\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-012\cores\core\data;done=false>>]
   [junit4]   2> 1069634 T4025 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-012\cores\core\data
   [junit4]   2> 1069635 T4025 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 1069837 T4025 oas.SolrTestCaseJ4.tearDown ###Ending testReqParams
   [junit4]   2> 1069838 T4025 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=nl_NL, timezone=Asia/Manila
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=60327856,total=270794752
   [junit4]   2> NOTE: All tests run in this JVM: [TestTolerantSearch, TestChildDocTransformer, TestNonDefinedSimilarityFactory, OverseerStatusTest, BlockDirectoryTest, HdfsDirectoryFactoryTest, ChangedSchemaMergeTest, TestBM25SimilarityFactory, SolrCoreTest, SynonymTokenizerTest, DistributedSuggestComponentTest, TestNoOpRegenerator, TestBinaryField, TestManagedResourceStorage, OutputWriterTest, TestConfigSets, FacetPivotSmallTest, RecoveryZkTest, TestIndexingPerformance, TestAtomicUpdateErrorCases, SimpleMLTQParserTest, SpatialHeatmapFacetsTest, TestSolrDynamicMBean, DistributedFacetPivotSmallAdvancedTest, TestSolrQueryParser, TestConfig, HdfsWriteToMultipleCollectionsTest, TestInfoStreamLogging, DirectUpdateHandlerTest, TestSort, BadComponentTest, TestStressRecovery, FileUtilsTest, IndexSchemaTest, TestPivotHelperCode, TestDefaultSearchFieldResource, TestXIncludeConfig, TestFieldTypeCollectionResource, CachingDirectoryFactoryTest, TestArbitraryIndexDir, BinaryUpdateRequestHandlerTest, TestFieldTypeResource, TestQuerySenderNoQuery, AssignTest, TestLMJelinekMercerSimilarityFactory, SolrXmlInZkTest, TestQuerySenderListener, DeleteInactiveReplicaTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestJoin, XmlUpdateRequestHandlerTest, TestReloadAndDeleteDocs, TestSuggestSpellingConverter, TestComponentsName, CoreAdminCreateDiscoverTest, TestCloudManagedSchema, TestDynamicFieldCollectionResource, TestSolrConfigHandlerConcurrent, SuggesterFSTTest, HdfsBasicDistributedZkTest, LeaderFailoverAfterPartitionTest, PluginInfoTest, TestCSVLoader, DistribCursorPagingTest, BasicFunctionalityTest, TestShardHandlerFactory, LeaderInitiatedRecoveryOnCommitTest, SimpleCollectionCreateDeleteTest, LeaderElectionTest, TestCollationFieldDocValues, SharedFSAutoReplicaFailoverTest, JsonLoaderTest, TestUpdate, CSVRequestHandlerTest, AnalyticsQueryTest, TestReversedWildcardFilterFactory, TestPartialUpdateDeduplication, SortByFunctionTest, TestManagedSchemaFieldResource, DistributedIntervalFacetingTest, ChaosMonkeySafeLeaderTest, TestHighlightDedupGrouping, TestManagedSchemaFieldTypeResource, ExternalCollectionsTest, TestSolrQueryParserDefaultOperatorResource, DirectUpdateHandlerOptimizeTest, UpdateRequestProcessorFactoryTest, StatsComponentTest, ShowFileRequestHandlerTest, TestClusterStateMutator, TestElisionMultitermQuery, ReplicationFactorTest, OpenExchangeRatesOrgProviderTest, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=9E92522925B11B6C -Dtests.slow=true -Dtests.locale=nl_NL -Dtests.timezone=Asia/Manila -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 9E92522925B11B6C-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9E92522925B11B6C]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 25.17s, 4 tests, 1 error <<< FAILURES!

[...truncated 1190 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 470 suites, 1873 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 147 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4419 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4419/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9767 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\init-core-data-001
   [junit4]   2> 1765876 T7741 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zw_iqi/yq
   [junit4]   2> 1765881 T7741 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1765882 T7742 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1765980 T7741 oasc.ZkTestServer.run start zk server on port:54180
   [junit4]   2> 1765980 T7741 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1765981 T7741 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1765984 T7749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@124c1ae5 name:ZooKeeperConnection Watcher:127.0.0.1:54180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1765985 T7741 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1765985 T7741 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1765985 T7741 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1765989 T7741 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1765991 T7741 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1765993 T7752 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@599be289 name:ZooKeeperConnection Watcher:127.0.0.1:54180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1765993 T7741 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1765993 T7741 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1765994 T7741 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1765997 T7741 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1765998 T7741 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1766001 T7741 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1766003 T7741 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> 1766005 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1766010 T7741 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1766011 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1766014 T7741 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> 1766016 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1766033 T7741 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> 1766033 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1766036 T7741 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> 1766036 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1766040 T7741 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> 1766041 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1766044 T7741 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> 1766044 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1766047 T7741 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> 1766047 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1766050 T7741 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> 1766051 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1766052 T7741 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> 1766052 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1766055 T7741 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> 1766056 T7741 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1766059 T7743 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14befb5cad30001, 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> 1767454 T7741 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1
   [junit4]   2> 1767457 T7741 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1767486 T7741 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54188
   [junit4]   2> 1767486 T7741 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\tempDir-001/control/data, hostContext=/zw_iqi/yq, hostPort=54187, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores}
   [junit4]   2> 1767487 T7741 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1767487 T7741 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.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\'
   [junit4]   2> 1767516 T7741 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\solr.xml
   [junit4]   2> 1767524 T7741 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores
   [junit4]   2> 1767524 T7741 oasc.CoreContainer.<init> New CoreContainer 1510312172
   [junit4]   2> 1767524 T7741 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.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\]
   [junit4]   2> 1767524 T7741 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\lib
   [junit4]   2> 1767524 T7741 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\lib).
   [junit4]   2> 1767532 T7741 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1767532 T7741 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1767532 T7741 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1767532 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1767533 T7741 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1767533 T7741 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1767533 T7741 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1767534 T7741 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1767535 T7741 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54180/solr
   [junit4]   2> 1767535 T7741 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1767535 T7741 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1767536 T7741 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1767539 T7764 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e5aaf62 name:ZooKeeperConnection Watcher:127.0.0.1:54180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1767540 T7741 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1767540 T7741 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1767545 T7741 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1767548 T7767 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@698053df name:ZooKeeperConnection Watcher:127.0.0.1:54180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1767548 T7741 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1767550 T7741 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1767554 T7741 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1767558 T7741 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1767561 T7741 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1767564 T7741 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1767568 T7741 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1767570 T7741 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54187_zw_iqi%2Fyq
   [junit4]   2> 1767570 T7741 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54187_zw_iqi%2Fyq
   [junit4]   2> 1767573 T7741 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1767577 T7741 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1767579 T7741 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1767581 T7741 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54187_zw_iqi%2Fyq
   [junit4]   2> 1767581 T7741 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1767583 T7741 oasc.Overseer.start Overseer (id=93431781362171907-127.0.0.1:54187_zw_iqi%2Fyq-n_0000000000) starting
   [junit4]   2> 1767587 T7741 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1767597 T7741 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1767598 T7769 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1767599 T7768 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1767599 T7741 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1767601 T7741 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1767603 T7741 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1767608 T7741 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1767610 T7741 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1\
   [junit4]   2> 1767610 T7741 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1767611 T7771 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1767611 T7771 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1767612 T7771 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1767613 T7768 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54187/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54187_zw_iqi%2Fyq",
   [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> 1767613 T7768 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54187/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54187_zw_iqi%2Fyq",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1767613 T7768 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1767613 T7768 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1767615 T7767 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> 1767618 T7767 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1768486 T7771 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1768486 T7771 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1768487 T7771 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1768487 T7771 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1768488 T7771 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1768488 T7771 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.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1\'
   [junit4]   2> 1768502 T7771 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1768505 T7771 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1768512 T7771 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1768514 T7771 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1768518 T7771 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1768520 T7771 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1768525 T7771 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1768628 T7771 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1768633 T7771 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1768634 T7771 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1768643 T7771 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1768646 T7771 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1768649 T7771 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1768651 T7771 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1768651 T7771 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1768651 T7771 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1768652 T7771 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1768652 T7771 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1768653 T7771 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1768653 T7771 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1768653 T7771 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.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1\data\
   [junit4]   2> 1768653 T7771 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@376c66a
   [junit4]   2> 1768654 T7771 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.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1\data\
   [junit4]   2> 1768654 T7771 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.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1768654 T7771 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.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1768654 T7771 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.ReplicationFactorTest 7F8AE9C00F976F24-001\control-001\cores\collection1\data\index
   [junit4]   2> 1768655 T7771 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=29.5654296875, floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=18.802484429338094, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45396592934494395
   [junit4]   2> 1768655 T7771 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@40d559fd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@652be739),segFN=segments_1,generation=1}
   [junit4]   2> 1768655 T7771 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1768658 T7771 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1768659 T7771 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1768659 T7771 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1768659 T7771 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1768659 T7771 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1768660 T7771 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1768660 T7771 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1768660 T7771 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1768660 T7771 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1768661 T7771 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1768661 T7771 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1768661 T7771 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1768662 T7771 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1768662 T7771 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1768664 T7771 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1768669 T7771 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1768670 T7771 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1768671 T7771 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1768673 T7771 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1768673 T7771 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1768674 T7771 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1768674 T7771 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1768674 T7771 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1768675 T7771 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.6357421875, floorSegmentMB=1.833984375, forceMergeDeletesPctAllowed=12.170499908588857, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7605788215728881
   [junit4]   2> 1768676 T7771 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@40d559fd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@652be739),segFN=segments_1,generation=1}
   [junit4]   2> 1768677 T7771 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1768677 T7771 oass.SolrIndexSearcher.<init> Opening Searcher@6ff2aece[collection1] main
   [junit4]   2> 1768677 T7771 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1768679 T7771 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1768679 T7771 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1768680 T7771 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1768680 T7771 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1768680 T7771 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1768681 T7771 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1768681 T7771 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1768681 T7771 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1768681 T7771 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1768681 T7771 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1768686 T7772 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ff2aece[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1768688 T7741 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1768688 T7741 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1768689 T7775 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54187/zw_iqi/yq collection:control_collection shard:shard1
   [junit4]   2> 1768689 T7741 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1768690 T7741 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1768692 T7775 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1768697 T7775 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1768698 T7767 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1768699 T7775 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1768699 T7775 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C958 name=collection1 org.apache.solr.core.SolrCore@1417b538 url=http://127.0.0.1:54187/zw_iqi/yq/collection1 node=127.0.0.1:54187_zw_iqi%2Fyq C958_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:54187/zw_iqi/yq, node_name=127.0.0.1:54187_zw_iqi%2Fyq, state=down}
   [junit4]   2> 1768699 T7775 C958 P54187 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54187/zw_iqi/yq/collection1/
   [junit4]   2> 1768699 T7775 C958 P54187 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1768699 T7775 C958 P54187 oasc.SyncStrategy.syncToMe http://127.0.0.1:54187/zw_iqi/yq/collection1/ has no replicas
   [junit4]   2> 1768699 T7775 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54187/zw_iqi/yq/collection1/ shard1
   [junit4]   2> 1768701 T7775 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1768702 T7768 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> 1768708 T7767 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1768709 T7768 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":"http://127.0.0.1:54187/zw_iqi/yq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1768715 T7779 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5122dceb name:ZooKeeperConnection Watcher:127.0.0.1:54180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1768715 T7741 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1768715 T7741 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1768717 T7741 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1768720 T7741 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1768802 T7767 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> 1768804 T7779 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> 1768842 T7775 oasc.ZkController.register We are http://127.0.0.1:54187/zw_iqi/yq/collection1/ and leader is http://127.0.0.1:54187/zw_iqi/yq/collection1/
   [junit4]   2> 1768842 T7775 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54187/zw_iqi/yq
   [junit4]   2> 1768842 T7775 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1768842 T7775 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1768842 T7775 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1768845 T7767 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1768847 T7768 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":"http://127.0.0.1:54187/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54187_zw_iqi%2Fyq",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1768848 T7768 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54187/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54187_zw_iqi%2Fyq",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1768941 T7779 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> 1768941 T7767 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> 1770012 T7741 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1
   [junit4]   2> 1770016 T7741 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001
   [junit4]   2> 1770016 T7741 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1770019 T7741 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54201
   [junit4]   2> 1770019 T7741 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/zw_iqi/yq, hostPort=54200, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores}
   [junit4]   2> 1770019 T7741 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1770019 T7741 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\'
   [junit4]   2> 1770048 T7741 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\solr.xml
   [junit4]   2> 1770055 T7741 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores
   [junit4]   2> 1770056 T7741 oasc.CoreContainer.<init> New CoreContainer 795655156
   [junit4]   2> 1770056 T7741 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\]
   [junit4]   2> 1770056 T7741 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\lib
   [junit4]   2> 1770056 T7741 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\lib).
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1770064 T7741 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1770067 T7741 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1770067 T7741 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1770067 T7741 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1770067 T7741 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54180/solr
   [junit4]   2> 1770067 T7741 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1770067 T7741 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1770069 T7741 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1770072 T7791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2875d625 name:ZooKeeperConnection Watcher:127.0.0.1:54180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1770072 T7741 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1770073 T7741 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1770075 T7741 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1770077 T7794 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3cc952e name:ZooKeeperConnection Watcher:127.0.0.1:54180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1770077 T7741 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1770084 T7741 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1770961 T7741 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54200_zw_iqi%2Fyq
   [junit4]   2> 1770962 T7741 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54200_zw_iqi%2Fyq
   [junit4]   2> 1770967 T7741 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1770970 T7741 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1770972 T7741 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\
   [junit4]   2> 1770972 T7741 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1770973 T7795 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1770973 T7795 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1770974 T7795 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1770974 T7767 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1770974 T7768 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54200/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54200_zw_iqi%2Fyq",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1770974 T7768 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54200/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54200_zw_iqi%2Fyq",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1770974 T7768 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1770974 T7768 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1770976 T7779 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> 1770976 T7767 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> 1770976 T7794 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> 1771847 T7795 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1771847 T7795 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1771848 T7795 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1771848 T7795 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1771849 T7795 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1771849 T7795 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1771862 T7795 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1771865 T7795 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1771871 T7795 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1771876 T7795 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1771882 T7795 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1771885 T7795 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1771889 T7795 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1771984 T7795 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1771993 T7795 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1771993 T7795 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1772016 T7795 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1772020 T7795 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1772023 T7795 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1772025 T7795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1772025 T7795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1772025 T7795 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1772027 T7795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1772027 T7795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1772027 T7795 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1772027 T7795 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1772027 T7795 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1772027 T7795 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@376c66a
   [junit4]   2> 1772028 T7795 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1772028 T7795 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 1772028 T7795 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1772028 T7795 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 1772029 T7795 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=29.5654296875, floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=18.802484429338094, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45396592934494395
   [junit4]   2> 1772029 T7795 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@77d6af73 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@42562502),segFN=segments_1,generation=1}
   [junit4]   2> 1772029 T7795 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1772031 T7795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1772032 T7795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1772032 T7795 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1772032 T7795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1772032 T7795 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1772033 T7795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1772033 T7795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1772033 T7795 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1772033 T7795 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1772034 T7795 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1772034 T7795 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1772034 T7795 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1772035 T7795 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1772035 T7795 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1772035 T7795 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1772036 T7795 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1772036 T7795 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1772037 T7795 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1772038 T7795 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1772038 T7795 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1772040 T7795 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1772043 T7795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1772044 T7795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1772045 T7795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1772046 T7795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1772047 T7795 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1772050 T7795 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1772051 T7795 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1772051 T7795 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1772053 T7795 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.6357421875, floorSegmentMB=1.833984375, forceMergeDeletesPctAllowed=12.170499908588857, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7605788215728881
   [junit4]   2> 1772053 T7795 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@77d6af73 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@42562502),segFN=segments_1,generation=1}
   [junit4]   2> 1772054 T7795 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1772054 T7795 oass.SolrIndexSearcher.<init> Opening Searcher@2e3e0b69[collection1] main
   [junit4]   2> 1772054 T7795 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1772055 T7795 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1772055 T7795 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1772056 T7795 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1772056 T7795 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1772056 T7795 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1772056 T7795 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1772056 T7795 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1772056 T7795 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1772056 T7795 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1772056 T7795 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1772057 T7796 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e3e0b69[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1772059 T7741 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1772059 T7741 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1772067 T7799 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54200/zw_iqi/yq collection:collection1 shard:shard2
   [junit4]   2> 1772067 T7799 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1772078 T7799 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1772080 T7767 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1772080 T7799 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1772080 T7799 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C959 name=collection1 org.apache.solr.core.SolrCore@7d287935 url=http://127.0.0.1:54200/zw_iqi/yq/collection1 node=127.0.0.1:54200_zw_iqi%2Fyq C959_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:54200/zw_iqi/yq, node_name=127.0.0.1:54200_zw_iqi%2Fyq, state=down}
   [junit4]   2> 1772080 T7799 C959 P54200 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54200/zw_iqi/yq/collection1/
   [junit4]   2> 1772080 T7799 C959 P54200 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1772080 T7799 C959 P54200 oasc.SyncStrategy.syncToMe http://127.0.0.1:54200/zw_iqi/yq/collection1/ has no replicas
   [junit4]   2> 1772080 T7799 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54200/zw_iqi/yq/collection1/ shard2
   [junit4]   2> 1772081 T7799 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1772085 T7768 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 1772091 T7767 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1772093 T7768 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54200/zw_iqi/yq",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1772184 T7767 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> 1772185 T7794 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> 1772186 T7779 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> 1772225 T7799 oasc.ZkController.register We are http://127.0.0.1:54200/zw_iqi/yq/collection1/ and leader is http://127.0.0.1:54200/zw_iqi/yq/collection1/
   [junit4]   2> 1772225 T7799 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54200/zw_iqi/yq
   [junit4]   2> 1772225 T7799 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1772225 T7799 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1772225 T7799 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1772228 T7767 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1772231 T7768 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":"http://127.0.0.1:54200/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54200_zw_iqi%2Fyq",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1772233 T7768 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54200/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54200_zw_iqi%2Fyq",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1772326 T7767 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> 1772327 T7779 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> 1772327 T7794 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> 1773336 T7741 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1
   [junit4]   2> 1773339 T7741 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001
   [junit4]   2> 1773339 T7741 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1773343 T7741 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54211
   [junit4]   2> 1773343 T7741 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/zw_iqi/yq, hostPort=54210, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores}
   [junit4]   2> 1773343 T7741 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1773344 T7741 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\'
   [junit4]   2> 1773371 T7741 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\solr.xml
   [junit4]   2> 1773377 T7741 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores
   [junit4]   2> 1773377 T7741 oasc.CoreContainer.<init> New CoreContainer 1061415036
   [junit4]   2> 1773378 T7741 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\]
   [junit4]   2> 1773378 T7741 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\lib
   [junit4]   2> 1773378 T7741 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\lib).
   [junit4]   2> 1773386 T7741 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1773386 T7741 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1773386 T7741 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1773387 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1773387 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1773387 T7741 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1773388 T7741 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1773388 T7741 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1773388 T7741 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1773388 T7741 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1773388 T7741 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54180/solr
   [junit4]   2> 1773388 T7741 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1773388 T7741 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1773391 T7741 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773392 T7812 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25dee87b name:ZooKeeperConnection Watcher:127.0.0.1:54180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1773392 T7741 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1773393 T7741 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1773397 T7741 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1773400 T7815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c1c11d9 name:ZooKeeperConnection Watcher:127.0.0.1:54180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1773400 T7741 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1773405 T7741 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1774281 T7741 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54210_zw_iqi%2Fyq
   [junit4]   2> 1774282 T7741 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54210_zw_iqi%2Fyq
   [junit4]   2> 1774292 T7741 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1774296 T7741 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1774296 T7741 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\
   [junit4]   2> 1774296 T7741 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1774299 T7816 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1774299 T7816 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1774301 T7767 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1774301 T7816 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1774303 T7768 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54210/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54210_zw_iqi%2Fyq",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 1774304 T7768 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54210/zw_iqi/yq",
   [junit4]   2> 	  "node_name":"127.0.0.1:54210_zw_iqi%2Fyq",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1774304 T7768 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1774304 T7768 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1774306 T7815 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> 1774306 T7767 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> 1774306 T7794 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> 1774306 T7779 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> 1775147 T7816 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1775147 T7816 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1775148 T7816 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1775148 T7816 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1775150 T7816 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1775150 T7816 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1775163 T7816 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1775166 T7816 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1775173 T7816 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1775175 T7816 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1775183 T7816 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1775186 T7816 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1775188 T7816 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1775277 T7816 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1775282 T7816 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1775282 T7816 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1775295 T7816 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1775297 T7816 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1775299 T7816 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1775301 T7816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1775301 T7816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1775301 T7816 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1775302 T7816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1775302 T7816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1775302 T7816 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1775302 T7816 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1775303 T7816 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1775303 T7816 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@376c66a
   [junit4]   2> 1775303 T7816 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1775303 T7816 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 1775303 T7816 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1775304 T7816 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.ReplicationFactorTest 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 1775305 T7816 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=29.5654296875, floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=18.802484429338094, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45396592934494395
   [junit4]   2> 1775305 T7816 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9fcfee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4fd00208),segFN=segments_1,generation=1}
   [junit4]   2> 17753

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

cutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7913, name=updateExecutor-1052-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@6f5e126c rejected from java.util.concurrent.ThreadPoolExecutor@28f81b34[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7F8AE9C00F976F24]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1844574 T7741 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 7F8AE9C00F976F24-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=Lucene50(blocksize=128), id=FST50, text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, locale=ar_IQ, timezone=Etc/GMT-7
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=182950656,total=332922880
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, FullSolrCloudDistribCmdsTest, TestSolrXml, TestReplicaProperties, DeleteInactiveReplicaTest, TestSchemaManager, StandardRequestHandlerTest, SharedFSAutoReplicaFailoverUtilsTest, DistributedQueryElevationComponentTest, TestCloudManagedSchema, HttpPartitionTest, TestBadConfig, TestExtendedDismaxParser, ZkSolrClientTest, BadComponentTest, TestLeaderElectionZkExpiry, TestExpandComponent, ExternalFileFieldSortTest, TestWordDelimiterFilterFactory, DistributedDebugComponentTest, AnalysisAfterCoreReloadTest, TestCollationFieldDocValues, TestGroupingSearch, SpellingQueryConverterTest, TestCSVResponseWriter, TestConfigSets, RegexBoostProcessorTest, TestPostingsSolrHighlighter, TestRecovery, TestAnalyzedSuggestions, IndexSchemaTest, TestFieldTypeCollectionResource, TestMissingGroups, DeleteReplicaTest, TestStressUserVersions, DateMathParserTest, TestOmitPositions, TestFileDictionaryLookup, LeaderElectionTest, ZkNodePropsTest, QueryElevationComponentTest, DistributedFacetPivotSmallTest, DistributedFacetPivotLargeTest, TestSolrDeletionPolicy2, UUIDFieldTest, TestCopyFieldCollectionResource, DocumentBuilderTest, TestComplexPhraseQParserPlugin, TestClassNameShortening, SyncSliceTest, BlockCacheTest, HdfsWriteToMultipleCollectionsTest, TestWriterPerf, TestManagedResource, TestSchemaSimilarityResource, CoreAdminCreateDiscoverTest, TestIndexingPerformance, SolrCmdDistributorTest, TestTolerantSearch, QueryEqualityTest, AliasIntegrationTest, FileUtilsTest, TestElisionMultitermQuery, TestSurroundQueryParser, TestCharFilters, TestManagedSynonymFilterFactory, DistributedExpandComponentTest, ResponseLogComponentTest, TestManagedSchema, TestStressVersions, TestValueSourceCache, IndexBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SimpleCollectionCreateDeleteTest, SimpleFacetsTest, TestInitQParser, TestMiniSolrCloudClusterSSL, TestManagedSchemaFieldResource, ChangedSchemaMergeTest, TestMergePolicyConfig, SolrTestCaseJ4Test, DistanceFunctionTest, TestReloadAndDeleteDocs, ZkControllerTest, FileBasedSpellCheckerTest, TestLRUStatsCache, TestSolrQueryParserDefaultOperatorResource, TestFieldTypeResource, HdfsUnloadDistributedZkTest, SortByFunctionTest, DirectSolrSpellCheckerTest, SolrInfoMBeanTest, DirectSolrConnectionTest, MergeStrategyTest, TestFiltering, UpdateParamsTest, ExternalCollectionsTest, DisMaxRequestHandlerTest, TestObjectReleaseTracker, TestRealTimeGet, TestAnalyzeInfixSuggestions, TestCSVLoader, TestCollationField, TestDocSet, TestNonDefinedSimilarityFactory, CSVRequestHandlerTest, LeaderFailoverAfterPartitionTest, LeaderElectionIntegrationTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, XmlUpdateRequestHandlerTest, RollingRestartTest, DeleteLastCustomShardedReplicaTest, TestFieldSortValues, JsonLoaderTest, TestStandardQParsers, DistribJoinFromCollectionTest, SimpleMLTQParserTest, TestSchemaVersionResource, TestIndexSearcher, TestSolrConfigHandler, TestSolrCoreProperties, TimeZoneUtilsTest, TestDefaultSearchFieldResource, DistributedFacetPivotWhiteBoxTest, TestManagedStopFilterFactory, TestCoreContainer, TestArbitraryIndexDir, TestFastLRUCache, SystemInfoHandlerTest, RankQueryTest, TestPHPSerializedResponseWriter, TestTrie, LukeRequestHandlerTest, TestJoin, PrimitiveFieldTypeTest, DebugComponentTest, ConnectionManagerTest, TestTrackingShardHandlerFactory, TestLazyCores, AutoCommitTest, TestFieldResource, XsltUpdateRequestHandlerTest, TestRecoveryHdfs, TestHighFrequencyDictionaryFactory, OverseerRolesTest, RequiredFieldsTest, HighlighterMaxOffsetTest, RequestHandlersTest, DistanceUnitsTest, SpatialHeatmapFacetsTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, TestSweetSpotSimilarityFactory, ClusterStateTest, TestSolrDynamicMBean, TestConfigReload, IndexSchemaRuntimeFieldTest, TestRemoteStreaming, RecoveryZkTest, BadIndexSchemaTest, TestBlobHandler, SampleTest, TestFastWriter, CoreAdminRequestStatusTest, TestFreeTextSuggestions, SpellPossibilityIteratorTest, DistributedFacetPivotLongTailTest, HdfsChaosMonkeySafeLeaderTest, TestSort, TestPartialUpdateDeduplication, SuggesterTest, QueryResultKeyTest, TestFastOutputStream, ReplicationFactorTest]
   [junit4] Completed in 78.73s, 1 test, 1 error <<< FAILURES!

[...truncated 931 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 470 suites, 1873 tests, 1 error, 57 ignored (30 assumptions)

Total time: 120 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4418 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4418/
Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 5773D5F5D1F0A381-001

	at __randomizedtesting.SeedInfo.seed([5773D5F5D1F0A381]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50367/l_nrl/a/repfacttest_c8n_1x3_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50367/l_nrl/a/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:920)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:811)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50367/l_nrl/a/repfacttest_c8n_1x3_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:569)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 47 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	... 52 more




Build Log:
[...truncated 9766 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\init-core-data-001
   [junit4]   2> 2376844 T8354 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /l_nrl/a
   [junit4]   2> 2376853 T8354 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2376854 T8355 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2376971 T8354 oasc.ZkTestServer.run start zk server on port:50347
   [junit4]   2> 2376971 T8354 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2376974 T8354 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2376984 T8362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f7c6ed3 name:ZooKeeperConnection Watcher:127.0.0.1:50347 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2376985 T8354 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2376986 T8354 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2376986 T8354 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2376996 T8354 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2376999 T8354 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2377003 T8365 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d71c87 name:ZooKeeperConnection Watcher:127.0.0.1:50347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2377005 T8354 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2377007 T8354 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2377007 T8354 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2377018 T8354 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2377022 T8354 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2377027 T8354 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2377034 T8354 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> 2377034 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2377042 T8354 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2377043 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2377049 T8354 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> 2377050 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2377059 T8354 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> 2377061 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2377069 T8354 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> 2377069 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2377076 T8354 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> 2377076 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2377085 T8354 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> 2377086 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2377092 T8354 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> 2377093 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2377101 T8354 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> 2377102 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2377108 T8354 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> 2377109 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2377117 T8354 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> 2377117 T8354 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2379354 T8354 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1
   [junit4]   2> 2379357 T8354 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2379363 T8354 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50355
   [junit4]   2> 2379365 T8354 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores, hostContext=/l_nrl/a, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\tempDir-001/control/data, hostPort=50354}
   [junit4]   2> 2379366 T8354 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@21a722ef
   [junit4]   2> 2379368 T8354 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.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\'
   [junit4]   2> 2379442 T8354 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\solr.xml
   [junit4]   2> 2379503 T8354 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores
   [junit4]   2> 2379504 T8354 oasc.CoreContainer.<init> New CoreContainer 768789311
   [junit4]   2> 2379504 T8354 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.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\]
   [junit4]   2> 2379504 T8354 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\lib
   [junit4]   2> 2379504 T8354 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\lib).
   [junit4]   2> 2379531 T8354 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2379532 T8354 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2379532 T8354 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2379532 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2379533 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2379533 T8354 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2379534 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2379534 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2379536 T8354 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2379536 T8354 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2379536 T8354 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2379536 T8354 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2379536 T8354 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2379536 T8354 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2379536 T8354 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2379537 T8354 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50347/solr
   [junit4]   2> 2379538 T8354 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2379538 T8354 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2379541 T8354 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2379545 T8377 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f8e27a0 name:ZooKeeperConnection Watcher:127.0.0.1:50347 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2379548 T8354 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2379548 T8354 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2379558 T8354 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2379563 T8380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51279ff6 name:ZooKeeperConnection Watcher:127.0.0.1:50347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2379564 T8354 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2379568 T8354 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2379575 T8354 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2379581 T8354 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2379587 T8354 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2379592 T8354 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2379598 T8354 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2379601 T8354 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50354_l_nrl%2Fa
   [junit4]   2> 2379603 T8354 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50354_l_nrl%2Fa
   [junit4]   2> 2379607 T8354 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2379612 T8354 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2379615 T8354 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2379618 T8354 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50354_l_nrl%2Fa
   [junit4]   2> 2379620 T8354 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2379624 T8354 oasc.Overseer.start Overseer (id=93429685209923587-127.0.0.1:50354_l_nrl%2Fa-n_0000000000) starting
   [junit4]   2> 2379630 T8354 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2379650 T8354 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2379652 T8382 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2379652 T8381 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2379654 T8354 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2379660 T8354 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2379664 T8354 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2379674 T8354 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {shard=, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1\, name=collection1, dataDir=data\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1, transient=false, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, collection=control_collection, coreNodeName=}
   [junit4]   2> 2379675 T8354 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1\
   [junit4]   2> 2379675 T8354 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2379677 T8384 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2379677 T8384 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2379680 T8384 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2379681 T8381 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50354_l_nrl%2Fa",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50354/l_nrl/a"} current state version: 0
   [junit4]   2> 2379682 T8381 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50354_l_nrl%2Fa",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50354/l_nrl/a"}
   [junit4]   2> 2379687 T8381 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2379687 T8381 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2379690 T8380 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> 2379700 T8380 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2380843 T8384 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2380843 T8384 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2380848 T8384 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2380848 T8384 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2380850 T8384 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2380851 T8384 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.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1\'
   [junit4]   2> 2380889 T8384 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2380895 T8384 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2380916 T8384 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2380958 T8384 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2381045 T8384 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2381049 T8384 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2381062 T8384 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2381671 T8384 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2381681 T8384 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2381684 T8384 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2381705 T8384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2381712 T8384 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2381721 T8384 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2381723 T8384 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2381723 T8384 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2381723 T8384 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2381726 T8384 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2381726 T8384 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2381727 T8384 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2381727 T8384 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2381729 T8384 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.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1\data\
   [junit4]   2> 2381729 T8384 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@26c6c5a7
   [junit4]   2> 2381730 T8384 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.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1\data\
   [junit4]   2> 2381730 T8384 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.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1\data\index/
   [junit4]   2> 2381731 T8384 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.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2381731 T8384 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.ReplicationFactorTest 5773D5F5D1F0A381-001\control-001\cores\collection1\data\index
   [junit4]   2> 2381732 T8384 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=73.849609375, floorSegmentMB=1.47265625, forceMergeDeletesPctAllowed=16.88111159914976, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.41613624553314477
   [junit4]   2> 2381733 T8384 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@274a84ec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d5cb61b),segFN=segments_1,generation=1}
   [junit4]   2> 2381733 T8384 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2381741 T8384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2381742 T8384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2381742 T8384 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2381743 T8384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2381743 T8384 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2381743 T8384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2381744 T8384 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2381746 T8384 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2381746 T8384 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2381747 T8384 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2381747 T8384 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2381748 T8384 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2381749 T8384 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2381749 T8384 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2381750 T8384 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2381751 T8384 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2381752 T8384 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2381752 T8384 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2381756 T8384 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2381757 T8384 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2381758 T8384 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2381759 T8384 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2381759 T8384 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2381760 T8384 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2381761 T8384 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2381761 T8384 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2381763 T8384 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2381773 T8384 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2381776 T8384 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2381780 T8384 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2381783 T8384 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2381785 T8384 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2381788 T8384 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2381790 T8384 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2381790 T8384 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2381791 T8384 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2381792 T8384 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@274a84ec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d5cb61b),segFN=segments_1,generation=1}
   [junit4]   2> 2381792 T8384 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2381793 T8384 oass.SolrIndexSearcher.<init> Opening Searcher@3e2f28e[collection1] main
   [junit4]   2> 2381793 T8384 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2381797 T8384 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2381797 T8384 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2381798 T8384 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2381798 T8384 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2381798 T8384 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2381800 T8384 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2381801 T8384 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2381801 T8384 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2381801 T8384 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2381802 T8384 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2381802 T8385 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e2f28e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2381806 T8388 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50354/l_nrl/a collection:control_collection shard:shard1
   [junit4]   2> 2381806 T8354 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2381806 T8354 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2381809 T8354 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2381809 T8388 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2381813 T8354 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2381816 T8392 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@100f930c name:ZooKeeperConnection Watcher:127.0.0.1:50347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2381816 T8354 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2381817 T8354 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2381822 T8354 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2381825 T8388 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2381830 T8380 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2381831 T8388 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2381831 T8388 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1125 name=collection1 org.apache.solr.core.SolrCore@1cae4e4a url=http://127.0.0.1:50354/l_nrl/a/collection1 node=127.0.0.1:50354_l_nrl%2Fa C1125_STATE=coll:control_collection core:collection1 props:{core=collection1, node_name=127.0.0.1:50354_l_nrl%2Fa, state=down, base_url=http://127.0.0.1:50354/l_nrl/a}
   [junit4]   2> 2381831 T8388 C1125 P50354 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50354/l_nrl/a/collection1/
   [junit4]   2> 2381832 T8388 C1125 P50354 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2381832 T8388 C1125 P50354 oasc.SyncStrategy.syncToMe http://127.0.0.1:50354/l_nrl/a/collection1/ has no replicas
   [junit4]   2> 2381832 T8354 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2381832 T8388 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50354/l_nrl/a/collection1/ shard1
   [junit4]   2> 2381833 T8388 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2381834 T8381 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> 2381839 T8380 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> 2381840 T8392 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> 2381907 T8381 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":"http://127.0.0.1:50354/l_nrl/a",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 2381909 T8380 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2382028 T8380 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> 2382029 T8392 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> 2382086 T8388 oasc.ZkController.register We are http://127.0.0.1:50354/l_nrl/a/collection1/ and leader is http://127.0.0.1:50354/l_nrl/a/collection1/
   [junit4]   2> 2382086 T8388 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50354/l_nrl/a
   [junit4]   2> 2382086 T8388 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2382086 T8388 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2382086 T8388 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2382088 T8380 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2382092 T8381 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50354_l_nrl%2Fa",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50354/l_nrl/a"} current state version: 3
   [junit4]   2> 2382094 T8381 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50354_l_nrl%2Fa",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50354/l_nrl/a"}
   [junit4]   2> 2382219 T8380 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> 2382219 T8392 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> 2383630 T8354 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1
   [junit4]   2> 2383634 T8354 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001
   [junit4]   2> 2383635 T8354 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2383639 T8354 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50368
   [junit4]   2> 2383641 T8354 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=50367, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\tempDir-001/jetty1, hostContext=/l_nrl/a, solrconfig=solrconfig.xml}
   [junit4]   2> 2383641 T8354 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@21a722ef
   [junit4]   2> 2383641 T8354 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\'
   [junit4]   2> 2383679 T8354 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\solr.xml
   [junit4]   2> 2383717 T8354 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores
   [junit4]   2> 2383717 T8354 oasc.CoreContainer.<init> New CoreContainer 1990915948
   [junit4]   2> 2383718 T8354 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\]
   [junit4]   2> 2383718 T8354 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\lib
   [junit4]   2> 2383718 T8354 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\lib).
   [junit4]   2> 2383733 T8354 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2383733 T8354 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2383734 T8354 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2383734 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2383734 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2383734 T8354 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2383735 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2383735 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2383735 T8354 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2383735 T8354 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2383735 T8354 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2383735 T8354 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2383736 T8354 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2383736 T8354 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2383737 T8354 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2383737 T8354 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50347/solr
   [junit4]   2> 2383737 T8354 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2383737 T8354 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2383740 T8354 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2383743 T8404 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4749fb27 name:ZooKeeperConnection Watcher:127.0.0.1:50347 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2383744 T8354 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2383745 T8354 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2383755 T8354 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2383760 T8407 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23780d8d name:ZooKeeperConnection Watcher:127.0.0.1:50347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2383761 T8354 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2383771 T8354 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2384777 T8354 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50367_l_nrl%2Fa
   [junit4]   2> 2384779 T8354 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50367_l_nrl%2Fa
   [junit4]   2> 2384787 T8354 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2384792 T8354 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1, dataDir=data\, shard=, config=solrconfig.xml, collection=collection1, transient=false, loadOnStartup=true, coreNodeName=, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1\, schema=schema.xml}
   [junit4]   2> 2384794 T8354 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1\
   [junit4]   2> 2384795 T8354 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2384797 T8408 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2384797 T8408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2384798 T8408 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2384798 T8380 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2384801 T8381 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50367_l_nrl%2Fa",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50367/l_nrl/a"} current state version: 4
   [junit4]   2> 2384802 T8381 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50367_l_nrl%2Fa",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50367/l_nrl/a"}
   [junit4]   2> 2384802 T8381 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2384802 T8381 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2384805 T8407 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> 2384805 T8380 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> 2384805 T8392 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> 2385799 T8408 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2385799 T8408 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2385801 T8408 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2385801 T8408 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2385802 T8408 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2385803 T8408 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2385831 T8408 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2385835 T8408 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2385846 T8408 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2385871 T8408 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2385925 T8408 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2385927 T8408 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2385935 T8408 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2386468 T8408 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2386477 T8408 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2386480 T8408 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2386497 T8408 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2386503 T8408 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2386509 T8408 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2386511 T8408 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2386511 T8408 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2386511 T8408 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2386513 T8408 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2386513 T8408 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2386513 T8408 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2386513 T8408 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2386514 T8408 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 2386514 T8408 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@26c6c5a7
   [junit4]   2> 2386515 T8408 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 2386515 T8408 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 2386515 T8408 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2386515 T8408 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 2386516 T8408 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=73.849609375, floorSegmentMB=1.47265625, forceMergeDeletesPctAllowed=16.88111159914976, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.41613624553314477
   [junit4]   2> 2386516 T8408 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2a51e31f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66161ded),segFN=segments_1,generation=1}
   [junit4]   2> 2386516 T8408 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2386521 T8408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2386522 T8408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2386522 T8408 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2386522 T8408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2386523 T8408 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2386523 T8408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2386523 T8408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2386524 T8408 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2386524 T8408 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2386524 T8408 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2386525 T8408 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2386525 T8408 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2386526 T8408 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2386527 T8408 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2386528 T8408 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2386528 T8408 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2386529 T8408 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2386529 T8408 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2386530 T8408 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2386531 T8408 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2386532 T8408 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2386532 T8408 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2386533 T8408 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2386534 T8408 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2386534 T8408 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2386535 T8408 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2386535 T8408 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2386546 T8408 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2386549 T8408 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2386551 T8408 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2386554 T8408 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2386556 T8408 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2386558 T8408 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2386558 T8408 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2386559 T8408 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2386561 T8408 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2386561 T8408 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2a51e31f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66161ded),segFN=segments_1,generation=1}
   [junit4]   2> 2386561 T8408 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2386561 T8408 oass.SolrIndexSearcher.<init> Opening Searcher@348286c5[collection1] main
   [junit4]   2> 2386561 T8408 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2386563 T8408 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2386563 T8408 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2386563 T8408 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2386565 T8408 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2386565 T8408 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2386566 T8408 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2386566 T8408 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2386566 T8408 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2386566 T8408 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2386566 T8409 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@348286c5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2386568 T8408 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2386571 T8412 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50367/l_nrl/a collection:collection1 shard:shard3
   [junit4]   2> 2386572 T8354 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2386572 T8354 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2386575 T8412 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 2386584 T8412 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 2386587 T8380 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2386588 T8412 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2386588 T8412 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1126 name=collection1 org.apache.solr.core.SolrCore@2ded81f0 url=http://127.0.0.1:50367/l_nrl/a/collection1 node=127.0.0.1:50367_l_nrl%2Fa C1126_STATE=coll:collection1 core:collection1 props:{core=collection1, node_name=127.0.0.1:50367_l_nrl%2Fa, state=down, base_url=http://127.0.0.1:50367/l_nrl/a}
   [junit4]   2> 2386588 T8412 C1126 P50367 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50367/l_nrl/a/collection1/
   [junit4]   2> 2386588 T8412 C1126 P50367 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2386589 T8412 C1126 P50367 oasc.SyncStrategy.syncToMe http://127.0.0.1:50367/l_nrl/a/collection1/ has no replicas
   [junit4]   2> 2386589 T8412 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50367/l_nrl/a/collection1/ shard3
   [junit4]   2> 2386589 T8412 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 2386592 T8381 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2386596 T8407 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> 2386597 T8380 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> 2386598 T8392 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> 2386612 T8381 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50367/l_nrl/a",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 2386615 T8380 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2386718 T8380 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> 2386718 T8407 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> 2386719 T8392 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> 2386764 T8412 oasc.ZkController.register We are http://127.0.0.1:50367/l_nrl/a/collection1/ and leader is http://127.0.0.1:50367/l_nrl/a/collection1/
   [junit4]   2> 2386764 T8412 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50367/l_nrl/a
   [junit4]   2> 2386764 T8412 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2386764 T8412 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2386764 T8412 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2386766 T8380 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2386768 T8381 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50367_l_nrl%2Fa",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50367/l_nrl/a"} current state version: 7
   [junit4]   2> 2386769 T8381 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50367_l_nrl%2Fa",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50367/l_nrl/a"}
   [junit4]   2> 2386874 T8407 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> 2386875 T8380 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> 2386876 T8392 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> 2388185 T8354 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\cores\collection1
   [junit4]   2> 2388188 T8354 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001
   [junit4]   2> 2388189 T8354 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2388192 T8354 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50378
   [junit4]   2> 2388194 T8354 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=50377, hostContext=/l_nrl/a, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\cores, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\tempDir-001/jetty2}
   [junit4]   2> 2388195 T8354 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@21a722ef
   [junit4]   2> 2388195 T8354 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\'
   [junit4]   2> 2388229 T8354 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\solr.xml
   [junit4]   2> 2388271 T8354 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\cores
   [junit4]   2> 2388272 T8354 oasc.CoreContainer.<init> New CoreContainer 1219211799
   [junit4]   2> 2388273 T8354 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.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\]
   [junit4]   2> 2388273 T8354 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\lib
   [junit4]   2> 2388273 T8354 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\lib).
   [junit4]   2> 2388288 T8354 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2388289 T8354 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2388289 T8354 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2388289 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2388289 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2388289 T8354 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2388289 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2388290 T8354 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2388290 T8354 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2388290 T8354 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2388290 T8354 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2388291 T8354 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2388292 T8354 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2388292 T8354 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2388293 T8354 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2388293 T8354 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50347/solr
   [junit4]   2> 2388293 T8354 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2388293 T8354 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2388296 T8354 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2388298 T8425 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e4d6795 name:ZooKeeperConnection Watcher:127.0.0.1:50347 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2388300 T8354 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2388300 T8354 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2388304 T8354 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2388308 T8428 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@119d2fb0 name:ZooKeeperConnection Watcher:127.0.0.1:50347/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2388308 T8354 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2388317 T8354 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2389323 T8354 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50377_l_nrl%2Fa
   [junit4]   2> 2389325 T8354 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50377_l_nrl%2Fa
   [junit4]   2> 2389338 T8354 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2389345 T8354 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {schema=schema.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, config=solrconfig.xml, shard=, loadOnStartup=true, transient=false, collection=collection1, name=collection1, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\cores\collection1}
   [junit4]   2> 2389347 T8354 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5773D5F5D1F0A381-001\shard-2-001\cores\collection1\
   [junit4]   2> 2389347 T8354 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2389349 T8429 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2389349 T8429 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2389350 T8380 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2389350 T8429 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2389351 T8381 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50377_l_nrl%2Fa",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50377/l_nrl/a"} current state version: 8
   [junit4]   2> 2389353 T8381 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50377_l_nrl%2Fa",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  

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

\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\hadoop-hdfs-2.3.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\hppc-0.5.2.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\joda-time-2.2.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\log4j-1.2.17.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\org.restlet-2.1.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\org.restlet.ext.servlet-2.1.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\protobuf-java-2.5.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\slf4j-log4j12-1.7.7.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\lib\spatial4j-0.4.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\solrj\lib\commons-io-2.4.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\solrj\lib\httpclient-4.3.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\solrj\lib\httpcore-4.3.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\solrj\lib\httpmime-4.3.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\solrj\lib\noggit-0.6.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\solrj\lib\slf4j-api-1.7.7.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\solrj\lib\stax2-api-3.1.4.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\solrj\lib\woodstox-core-asl-4.4.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\solrj\lib\zookeeper-3.4.6.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-continuation-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-deploy-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-http-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-io-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-jmx-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-security-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-server-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-servlet-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-util-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-webapp-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\jetty-xml-8.1.10.v20130312.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\server\lib\servlet-api-3.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\example\example-DIH\solr\db\lib\derby-10.9.1.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\example\example-DIH\solr\db\lib\hsqldb-1.8.0.10.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\build\core\classes\java;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\test-framework\lib\junit-4.10.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\test-framework\lib\randomizedtesting-runner-2.1.12.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\apacheds-all-2.0.0-M15.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\cglib-nodep-2.2.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\commons-collections-3.2.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\easymock-3.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\hadoop-common-2.3.0-tests.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\hadoop-hdfs-2.3.0-tests.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\hadoop-minikdc-2.3.0.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\javax.servlet-api-3.0.1.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\jcl-over-slf4j-1.7.7.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\jersey-core-1.9.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\jersey-server-1.9.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\jetty-6.1.26.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\jetty-util-6.1.26.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\test-lib\objenesis-1.2.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\build\analysis\icu\lucene-analyzers-icu-5.1.0-SNAPSHOT.jar;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\contrib\solr-analysis-extras\classes\java;C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\contrib\analysis-extras\lib\icu4j-54.1.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-launcher.jar;C:\Users\JenkinsSlave\.ant\lib\ivy-2.3.0.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-antlr.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bcel.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bsf.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-log4j.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-oro.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-regexp.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-resolver.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-xalan2.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-logging.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-net.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jai.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-javamail.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jdepend.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jmf.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jsch.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit4.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-netrexx.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-swing.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-testutil.jar;C:\Users\JenkinsSlave\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant.jar;C:\Users\JenkinsSlave\tools\java\64bit\jdk1.7.0_76\lib\tools.jar;C:\Users\JenkinsSlave\.ivy2\cache\com.carrotsearch.randomizedtesting\junit4-ant\jars\junit4-ant-2.1.12.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -flush -eventsfile C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20150306_055759_458.events @C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20150306_055759_458.suites
   [junit4] ERROR: JVM J0 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1504)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:133)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:964)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:961)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 159 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseG1GC
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_31) - Build # 4417 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9855 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\init-core-data-001
   [junit4]   2> 1071653 T4378 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1071659 T4378 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1071660 T4379 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1071749 T4378 oasc.ZkTestServer.run start zk server on port:60730
   [junit4]   2> 1071749 T4378 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1071751 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1071756 T4386 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@555e73 name:ZooKeeperConnection Watcher:127.0.0.1:60730 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1071756 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1071757 T4378 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1071757 T4378 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1071772 T4378 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1071775 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1071786 T4389 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c60a2 name:ZooKeeperConnection Watcher:127.0.0.1:60730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1071787 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1071787 T4378 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1071788 T4378 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1071793 T4378 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1071801 T4378 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1071810 T4378 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1071810 T4378 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> 1071812 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1071820 T4378 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1071821 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1071827 T4378 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> 1071828 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1071837 T4378 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> 1071837 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1071843 T4378 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> 1071843 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1071848 T4378 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> 1071848 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1071852 T4378 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> 1071853 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1071858 T4378 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> 1071858 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1071864 T4378 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> 1071865 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1071871 T4378 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> 1071871 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1071876 T4378 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> 1071877 T4378 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1073356 T4378 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1
   [junit4]   2> 1073359 T4378 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1073364 T4378 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60738
   [junit4]   2> 1073365 T4378 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\tempDir-001/control/data, hostContext=/, hostPort=60737, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores}
   [junit4]   2> 1073365 T4378 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1073365 T4378 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\'
   [junit4]   2> 1073411 T4378 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\solr.xml
   [junit4]   2> 1073436 T4378 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores
   [junit4]   2> 1073436 T4378 oasc.CoreContainer.<init> New CoreContainer 18675789
   [junit4]   2> 1073436 T4378 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\]
   [junit4]   2> 1073436 T4378 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\lib
   [junit4]   2> 1073436 T4378 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\lib).
   [junit4]   2> 1073454 T4378 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1073455 T4378 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1073455 T4378 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1073456 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1073456 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1073456 T4378 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1073456 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1073456 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1073456 T4378 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1073458 T4378 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1073458 T4378 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1073458 T4378 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1073458 T4378 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1073459 T4378 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1073459 T4378 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1073459 T4378 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60730/solr
   [junit4]   2> 1073459 T4378 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1073459 T4378 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1073463 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1073465 T4401 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d694e4 name:ZooKeeperConnection Watcher:127.0.0.1:60730 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1073465 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1073465 T4378 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1073475 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1073478 T4404 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@735017 name:ZooKeeperConnection Watcher:127.0.0.1:60730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1073479 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1073482 T4378 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1073487 T4378 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1073492 T4378 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1073496 T4378 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1073500 T4378 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1073504 T4378 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1073506 T4378 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60737_
   [junit4]   2> 1073507 T4378 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60737_
   [junit4]   2> 1073512 T4378 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1073514 T4378 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1073517 T4378 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1073519 T4378 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:60737_
   [junit4]   2> 1073520 T4378 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1073523 T4378 oasc.Overseer.start Overseer (id=93427135328813059-127.0.0.1:60737_-n_0000000000) starting
   [junit4]   2> 1073526 T4378 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1073539 T4378 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1073541 T4405 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1073541 T4378 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1073542 T4406 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1073545 T4378 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1073548 T4378 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1073556 T4378 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1073559 T4378 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1\
   [junit4]   2> 1073559 T4378 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1073565 T4408 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1073565 T4408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1073568 T4404 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1073568 T4408 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1073576 T4405 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60737",
   [junit4]   2> 	  "node_name":"127.0.0.1:60737_",
   [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> 1073577 T4405 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60737",
   [junit4]   2> 	  "node_name":"127.0.0.1:60737_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1073577 T4405 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1073577 T4405 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1073581 T4404 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> 1074460 T4408 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1074460 T4408 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1074461 T4408 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1074461 T4408 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1074463 T4408 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1074463 T4408 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1\'
   [junit4]   2> 1074492 T4408 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1074496 T4408 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1074513 T4408 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1074523 T4408 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1074537 T4408 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1074539 T4408 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1074573 T4408 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1074716 T4408 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1074723 T4408 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1074723 T4408 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1074745 T4408 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1074749 T4408 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1074754 T4408 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1074756 T4408 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1074757 T4408 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1074757 T4408 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1074758 T4408 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1074758 T4408 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1074758 T4408 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1074758 T4408 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1074759 T4408 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1\data\
   [junit4]   2> 1074759 T4408 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff94
   [junit4]   2> 1074760 T4408 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1\data\
   [junit4]   2> 1074760 T4408 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1074760 T4408 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1074761 T4408 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\control-001\cores\collection1\data\index
   [junit4]   2> 1074762 T4408 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6064608823415304]
   [junit4]   2> 1074762 T4408 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@139ff94 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a9a2ed),segFN=segments_1,generation=1}
   [junit4]   2> 1074762 T4408 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1074769 T4408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1074769 T4408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1074770 T4408 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1074770 T4408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1074770 T4408 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1074771 T4408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1074771 T4408 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1074771 T4408 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1074771 T4408 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1074772 T4408 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1074773 T4408 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1074773 T4408 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1074774 T4408 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1074775 T4408 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1074776 T4408 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1074777 T4408 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1074778 T4408 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1074778 T4408 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1074780 T4408 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1074780 T4408 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1074781 T4408 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1074782 T4408 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1074783 T4408 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1074784 T4408 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1074784 T4408 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1074785 T4408 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1074785 T4408 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1074792 T4408 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1074793 T4408 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1074794 T4408 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1074796 T4408 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1074797 T4408 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1074798 T4408 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1074800 T4408 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1074801 T4408 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1074803 T4408 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=265661524, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1074803 T4408 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@139ff94 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a9a2ed),segFN=segments_1,generation=1}
   [junit4]   2> 1074803 T4408 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1074804 T4408 oass.SolrIndexSearcher.<init> Opening Searcher@14f64fb[collection1] main
   [junit4]   2> 1074804 T4408 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1074806 T4408 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1074806 T4408 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1074807 T4408 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1074807 T4408 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1074807 T4408 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1074809 T4408 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1074809 T4408 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1074809 T4408 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1074809 T4408 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1074810 T4408 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1074811 T4409 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14f64fb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1074813 T4412 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60737 collection:control_collection shard:shard1
   [junit4]   2> 1074814 T4378 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1074814 T4378 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1074816 T4412 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1074816 T4378 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1074818 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1074828 T4416 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16976dc name:ZooKeeperConnection Watcher:127.0.0.1:60730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1074828 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1074828 T4378 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1074831 T4378 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1074837 T4412 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1074839 T4378 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1074839 T4378 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1074839 T4378 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1074842 T4404 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1074843 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1074847 T4412 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1074847 T4412 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1638 name=collection1 org.apache.solr.core.SolrCore@1b4715a url=http://127.0.0.1:60737/collection1 node=127.0.0.1:60737_ C1638_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:60737, node_name=127.0.0.1:60737_, state=down}
   [junit4]   2> 1074847 T4412 C1638 P60737 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60737/collection1/
   [junit4]   2> 1074847 T4412 C1638 P60737 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1074848 T4412 C1638 P60737 oasc.SyncStrategy.syncToMe http://127.0.0.1:60737/collection1/ has no replicas
   [junit4]   2> 1074848 T4412 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60737/collection1/ shard1
   [junit4]   2> 1074848 T4412 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1074849 T4405 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> 1074847 T4419 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b513 name:ZooKeeperConnection Watcher:127.0.0.1:60730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1074850 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1074851 T4378 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1074858 T4405 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 1074859 T4405 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1074863 T4404 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> 1074864 T4416 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> 1074894 T4420 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1074903 T4405 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":"http://127.0.0.1:60737",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1074904 T4405 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1074905 T4420 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> 1074905 T4416 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> 1074933 T4420 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1074938 T4416 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> 1074938 T4420 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> 1074990 T4412 oasc.ZkController.register We are http://127.0.0.1:60737/collection1/ and leader is http://127.0.0.1:60737/collection1/
   [junit4]   2> 1074990 T4412 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60737
   [junit4]   2> 1074990 T4412 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1074990 T4412 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1074990 T4412 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1074994 T4420 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1075000 T4405 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":"http://127.0.0.1:60737",
   [junit4]   2> 	  "node_name":"127.0.0.1:60737_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 1075003 T4405 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60737",
   [junit4]   2> 	  "node_name":"127.0.0.1:60737_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1075101 T4416 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> 1075101 T4420 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> 1076559 T4378 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1
   [junit4]   2> 1076559 T4378 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001
   [junit4]   2> 1076563 T4378 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1076568 T4378 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60754
   [junit4]   2> 1076570 T4378 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=60753, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores}
   [junit4]   2> 1076570 T4378 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1076570 T4378 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\'
   [junit4]   2> 1076634 T4378 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\solr.xml
   [junit4]   2> 1076654 T4378 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores
   [junit4]   2> 1076655 T4378 oasc.CoreContainer.<init> New CoreContainer 18704479
   [junit4]   2> 1076655 T4378 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\]
   [junit4]   2> 1076656 T4378 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\lib
   [junit4]   2> 1076656 T4378 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\lib).
   [junit4]   2> 1076679 T4378 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1076679 T4378 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1076679 T4378 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1076679 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1076679 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1076679 T4378 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1076683 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1076683 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1076683 T4378 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1076683 T4378 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1076685 T4378 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1076686 T4378 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1076686 T4378 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1076686 T4378 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1076686 T4378 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1076686 T4378 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60730/solr
   [junit4]   2> 1076686 T4378 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1076686 T4378 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1076692 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1076696 T4432 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@136529 name:ZooKeeperConnection Watcher:127.0.0.1:60730 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1076697 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1076698 T4378 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1076701 T4380 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14beb7c0da80006, 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> 1076702 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1076708 T4435 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1171d5c name:ZooKeeperConnection Watcher:127.0.0.1:60730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1076708 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1076722 T4378 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1077713 T4378 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60753_
   [junit4]   2> 1077715 T4378 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60753_
   [junit4]   2> 1077727 T4378 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1077731 T4378 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1077732 T4378 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1\
   [junit4]   2> 1077735 T4378 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1077740 T4436 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1077740 T4436 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1077744 T4420 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1077747 T4405 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60753",
   [junit4]   2> 	  "node_name":"127.0.0.1:60753_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1077747 T4436 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1077748 T4436 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1077748 T4405 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60753",
   [junit4]   2> 	  "node_name":"127.0.0.1:60753_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1077749 T4405 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1077749 T4405 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1077750 T4436 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1077751 T4436 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 1077751 T4436 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1077754 T4405 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1077755 T4435 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1077757 T4435 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 1078731 T4436 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1078731 T4436 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1078733 T4436 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1078733 T4436 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1078735 T4436 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1078735 T4436 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1078777 T4436 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1078782 T4436 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1078798 T4436 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1078809 T4436 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1078839 T4436 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1078843 T4436 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1078851 T4436 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1078997 T4436 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1079011 T4436 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1079014 T4436 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1079039 T4436 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1079044 T4436 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1079047 T4436 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1079050 T4436 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1079051 T4436 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1079051 T4436 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1079052 T4436 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1079052 T4436 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1079052 T4436 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1079052 T4436 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1079053 T4436 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1079054 T4436 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff94
   [junit4]   2> 1079056 T4436 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1079056 T4436 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 1079056 T4436 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1079057 T4436 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 1079057 T4436 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6064608823415304]
   [junit4]   2> 1079058 T4436 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16901d8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ea9dbf),segFN=segments_1,generation=1}
   [junit4]   2> 1079058 T4436 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1079065 T4436 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1079065 T4436 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1079065 T4436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1079066 T4436 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1079066 T4436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1079066 T4436 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1079066 T4436 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1079066 T4436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1079066 T4436 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1079068 T4436 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1079069 T4436 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1079070 T4436 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1079071 T4436 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1079072 T4436 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1079073 T4436 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1079074 T4436 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1079076 T4436 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1079077 T4436 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1079080 T4436 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1079081 T4436 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1079083 T4436 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1079085 T4436 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1079087 T4436 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1079088 T4436 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1079089 T4436 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1079091 T4436 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1079093 T4436 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1079100 T4436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1079105 T4436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1079107 T4436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1079111 T4436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1079112 T4436 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1079113 T4436 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1079116 T4436 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1079116 T4436 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1079119 T4436 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=265661524, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1079120 T4436 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@16901d8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ea9dbf),segFN=segments_1,generation=1}
   [junit4]   2> 1079120 T4436 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1079121 T4436 oass.SolrIndexSearcher.<init> Opening Searcher@fd06af[collection1] main
   [junit4]   2> 1079121 T4436 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1079124 T4436 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1079124 T4436 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1079125 T4436 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1079125 T4436 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1079125 T4436 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1079126 T4436 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1079126 T4436 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1079126 T4436 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1079126 T4436 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1079129 T4437 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fd06af[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1079129 T4436 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1079131 T4440 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60753 collection:collection1 shard:shard2
   [junit4]   2> 1079131 T4378 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1079132 T4378 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1079133 T4440 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1079146 T4440 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1079150 T4440 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1079150 T4440 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1639 name=collection1 org.apache.solr.core.SolrCore@1e20f9d url=http://127.0.0.1:60753/collection1 node=127.0.0.1:60753_ C1639_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:60753, node_name=127.0.0.1:60753_, state=down}
   [junit4]   2> 1079150 T4440 C1639 P60753 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60753/collection1/
   [junit4]   2> 1079150 T4440 C1639 P60753 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1079151 T4440 C1639 P60753 oasc.SyncStrategy.syncToMe http://127.0.0.1:60753/collection1/ has no replicas
   [junit4]   2> 1079151 T4440 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60753/collection1/ shard2
   [junit4]   2> 1079151 T4440 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1079152 T4420 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1079155 T4405 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1079159 T4405 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1079162 T4435 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1079165 T4435 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 1079175 T4405 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60753",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1079177 T4405 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1079179 T4435 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1079180 T4435 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1079189 T4420 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1079221 T4440 oasc.ZkController.register We are http://127.0.0.1:60753/collection1/ and leader is http://127.0.0.1:60753/collection1/
   [junit4]   2> 1079221 T4440 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60753
   [junit4]   2> 1079222 T4440 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1079222 T4440 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1079222 T4440 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1079234 T4420 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1079238 T4405 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":"http://127.0.0.1:60753",
   [junit4]   2> 	  "node_name":"127.0.0.1:60753_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1079240 T4405 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60753",
   [junit4]   2> 	  "node_name":"127.0.0.1:60753_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1079244 T4405 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1079244 T4440 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1079245 T4435 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1079247 T4435 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1080833 T4378 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\cores\collection1
   [junit4]   2> 1080840 T4378 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001
   [junit4]   2> 1080841 T4378 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1080850 T4378 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60764
   [junit4]   2> 1080851 T4378 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=60763, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\cores}
   [junit4]   2> 1080851 T4378 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1080852 T4378 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\'
   [junit4]   2> 1080895 T4378 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\solr.xml
   [junit4]   2> 1080906 T4378 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\cores
   [junit4]   2> 1080910 T4378 oasc.CoreContainer.<init> New CoreContainer 2588919
   [junit4]   2> 1080910 T4378 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\]
   [junit4]   2> 1080910 T4378 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\lib
   [junit4]   2> 1080910 T4378 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\lib).
   [junit4]   2> 1080919 T4378 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1080919 T4378 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1080919 T4378 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1080919 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1080919 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1080919 T4378 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1080921 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1080922 T4378 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1080922 T4378 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1080923 T4378 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1080923 T4378 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1080923 T4378 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1080923 T4378 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1080924 T4378 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1080924 T4378 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1080924 T4378 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60730/solr
   [junit4]   2> 1080924 T4378 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1080926 T4378 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1080928 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1080932 T4453 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dd99ec name:ZooKeeperConnection Watcher:127.0.0.1:60730 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1080933 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1080933 T4378 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1080937 T4378 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1080940 T4456 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17cc525 name:ZooKeeperConnection Watcher:127.0.0.1:60730/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1080940 T4378 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1080958 T4378 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1081948 T4378 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60763_
   [junit4]   2> 1081949 T4378 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60763_
   [junit4]   2> 1081958 T4378 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1081964 T4378 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 1081966 T4378 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\cores\collection1\
   [junit4]   2> 1081967 T4378 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1081973 T4457 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1081973 T4457 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1081978 T4420 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1081979 T4457 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1081980 T4457 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1081981 T4457 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1081981 T4405 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60763",
   [junit4]   2> 	  "node_name":"127.0.0.1:60763_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1081983 T4405 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60763",
   [junit4]   2> 	  "node_name":"127.0.0.1:60763_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1081983 T4405 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 1081983 T4405 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1081984 T4457 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1081984 T4457 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1081987 T4405 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 1081988 T4435 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1081988 T4456 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1081989 T4456 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 1081989 T4435 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 1082964 T4457 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1082964 T4457 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1082966 T4457 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1082966 T4457 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1082968 T4457 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1082968 T4457 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.ReplicationFactorTest 4A3DE9CE4AADAFCF-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1082994 T4457 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1082998 T4457 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1083014 T4457 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1083019 T4457 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1083033 T4457 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1083034 T4457 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1083057 T4457 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1083236 T4457 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1083248 T4457 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1083248 T4457 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1083277 T4457 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1083283 T4457 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1083288 T4457 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1083289 T4457 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1083289 T4457 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1083289 T4457 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1083290 T4457 oass.OpenExchangeRat

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

euta -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   84.8s | ReplicationFactorTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
   [junit4]    > 	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4549, name=updateExecutor-576-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@d990b2 rejected from java.util.concurrent.ThreadPoolExecutor@1eced6[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4A3DE9CE4AADAFCF]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1156423 T4378 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 4A3DE9CE4AADAFCF-001
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=bg, timezone=Africa/Ceuta
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=75827584,total=282329088
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateRequestProcessorFactoryTest, TestNRTOpen, TestManagedResourceStorage, TestDistribDocBasedVersion, AliasIntegrationTest, TestSolrDeletionPolicy1, FullSolrCloudDistribCmdsTest, HighlighterConfigTest, TestLFUCache, MigrateRouteKeyTest, TestPivotHelperCode, TestNoOpRegenerator, UniqFieldsUpdateProcessorFactoryTest, SpellingQueryConverterTest, TestManagedSynonymFilterFactory, ShardRoutingCustomTest, LeaderInitiatedRecoveryOnCommitTest, PluginInfoTest, TestGroupingSearch, QueryParsingTest, StatsComponentTest, TestStressReorder, InfoHandlerTest, TestHighFrequencyDictionaryFactory, TestChildDocTransformer, TestSolrQueryParser, JSONWriterTest, TestElisionMultitermQuery, AnalyticsMergeStrategyTest, TestDFRSimilarityFactory, SolrPluginUtilsTest, TestMaxScoreQueryParser, NotRequiredUniqueKeyTest, TestSolrDynamicMBean, MultiThreadedOCPTest, TestFieldCollectionResource, TestRandomMergePolicy, BinaryUpdateRequestHandlerTest, StandardRequestHandlerTest, TestReplicationHandlerBackup, AlternateDirectoryTest, CollectionsAPIDistributedZkTest, TestFieldTypeCollectionResource, SuggesterFSTTest, SOLR749Test, SignatureUpdateProcessorFactoryTest, DateFieldTest, TestConfig, AnalysisAfterCoreReloadTest, TestConfigOverlay, OverriddenZkACLAndCredentialsProvidersTest, AnalyticsQueryTest, DirectSolrSpellCheckerTest, MoreLikeThisHandlerTest, NoCacheHeaderTest, CircularListTest, TestConfigSets, CollectionsAPIAsyncDistributedZkTest, SampleTest, HardAutoCommitTest, TestStressRecovery, TestBinaryField, ActionThrottleTest, TestReqParamsAPI, TestRecoveryHdfs, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, TestShardHandlerFactory, TestRangeQuery, TestMiniSolrCloudCluster, TestNonDefinedSimilarityFactory, DocValuesMultiTest, HdfsSyncSliceTest, TestCloudSchemaless, HdfsChaosMonkeySafeLeaderTest, SuggesterTest, TestObjectReleaseTracker, IgnoreCommitOptimizeUpdateProcessorFactoryTest, CloudMLTQParserTest, DOMUtilTest, PreAnalyzedFieldTest, DirectSolrConnectionTest, MergeStrategyTest, TermsComponentTest, TestFaceting, TestLMJelinekMercerSimilarityFactory, ChangedSchemaMergeTest, TestComponentsName, OutOfBoxZkACLAndCredentialsProvidersTest, TestOrdValues, TestExactSharedStatsCache, TestSchemaResource, TestPartialUpdateDeduplication, TestLuceneMatchVersion, TestFiltering, TestFileDictionaryLookup, TestDistributedMissingSort, TestExtendedDismaxParser, ShowFileRequestHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, TestPHPSerializedResponseWriter, DirectUpdateHandlerTest, TestShortCircuitedRequests, TestManagedSchemaFieldResource, TestFastWriter, ReplicationFactorTest]
   [junit4] Completed in 84.85s, 1 test, 1 error <<< FAILURES!

[...truncated 1134 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 470 suites, 1873 tests, 1 error, 57 ignored (30 assumptions)

Total time: 133 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseParallelGC
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.7.0_76) - Build # 4416 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4416/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'fomrequest' for path 'params/a' full output: null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'fomrequest' for path 'params/a' full output: null
	at __randomizedtesting.SeedInfo.seed([5EFF0A2BC02FF88:8DBBCF7812FE9270]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:144)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:950)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:925)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:950)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:925)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 10420 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\init-core-data-001
   [junit4]   2> 5781101 T19520 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 5781105 T19520 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5781106 T19521 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 5781178 T19520 oasc.ZkTestServer.run start zk server on port:63232
   [junit4]   2> 5781178 T19520 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5781180 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5781183 T19528 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@db0584 name:ZooKeeperConnection Watcher:127.0.0.1:63232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5781184 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5781184 T19520 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5781184 T19520 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5781188 T19520 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5781188 T19522 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14be97d30e10000, 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> 5781191 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5781193 T19531 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58d9f7 name:ZooKeeperConnection Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5781193 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5781194 T19520 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5781195 T19520 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 5781198 T19520 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 5781200 T19520 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 5781203 T19520 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 5781206 T19520 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> 5781207 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 5781213 T19520 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 5781214 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 5781217 T19520 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> 5781218 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5781222 T19520 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> 5781222 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 5781225 T19520 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> 5781225 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 5781227 T19520 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> 5781227 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 5781230 T19520 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> 5781230 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 5781233 T19520 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> 5781234 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5781236 T19520 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> 5781237 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5781240 T19520 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> 5781240 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 5781243 T19520 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> 5781243 T19520 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 5782509 T19520 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\cores\collection1
   [junit4]   2> 5782513 T19520 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5782520 T19520 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63240
   [junit4]   2> 5782520 T19520 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 5782520 T19520 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5782521 T19520 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001
   [junit4]   2> 5782521 T19520 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\'
   [junit4]   2> 5782577 T19520 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\solr.xml
   [junit4]   2> 5782623 T19520 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\cores
   [junit4]   2> 5782623 T19520 oasc.CoreContainer.<init> New CoreContainer 22759168
   [junit4]   2> 5782623 T19520 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\]
   [junit4]   2> 5782623 T19520 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\lib
   [junit4]   2> 5782623 T19520 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\lib).
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5782640 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5782642 T19520 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5782642 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5782642 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5782645 T19520 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5782645 T19520 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5782645 T19520 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5782645 T19520 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5782645 T19520 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5782645 T19520 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5782647 T19520 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5782647 T19520 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63232/solr
   [junit4]   2> 5782647 T19520 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5782649 T19520 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5782651 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5782653 T19543 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8494b4 name:ZooKeeperConnection Watcher:127.0.0.1:63232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5782654 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5782654 T19520 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5782657 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5782658 T19546 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28dbaa name:ZooKeeperConnection Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5782659 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5782660 T19520 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 5782665 T19520 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 5782669 T19520 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 5782673 T19520 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 5782676 T19520 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 5782681 T19520 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 5782683 T19520 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63239_
   [junit4]   2> 5782683 T19520 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63239_
   [junit4]   2> 5782687 T19520 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 5782689 T19520 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 5782692 T19520 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5782694 T19520 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63239_
   [junit4]   2> 5782694 T19520 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 5782696 T19520 oasc.Overseer.start Overseer (id=93424941191462915-127.0.0.1:63239_-n_0000000000) starting
   [junit4]   2> 5782699 T19520 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 5782710 T19520 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5782711 T19548 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 5782712 T19547 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 5782712 T19520 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 5782715 T19520 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 5782717 T19520 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5782723 T19520 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\cores
   [junit4]   2> 5782724 T19520 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\cores\collection1\
   [junit4]   2> 5782724 T19520 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5782726 T19550 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 5782726 T19550 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5782727 T19550 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5782728 T19547 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:63239_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63239"} current state version: 0
   [junit4]   2> 5782728 T19547 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:63239_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63239"}
   [junit4]   2> 5782728 T19547 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 5782729 T19547 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5782731 T19546 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> 5782734 T19546 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5783437 T19550 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5783437 T19550 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 5783439 T19550 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5783439 T19550 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5783441 T19550 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5783441 T19550 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\cores\collection1\'
   [junit4]   2> 5783460 T19550 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5783464 T19550 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5783473 T19550 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5783491 T19550 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5783557 T19550 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5783559 T19550 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5783572 T19550 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5784015 T19550 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5784022 T19550 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5784024 T19550 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5784036 T19550 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5784040 T19550 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5784044 T19550 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5784045 T19550 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5784046 T19550 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5784046 T19550 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5784048 T19550 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5784048 T19550 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5784048 T19550 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 5784048 T19550 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5784048 T19550 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001/control/data\
   [junit4]   2> 5784048 T19550 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b8aff7
   [junit4]   2> 5784049 T19550 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001/control/data\
   [junit4]   2> 5784049 T19550 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001/control/data\index/
   [junit4]   2> 5784049 T19550 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 5784050 T19550 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001/control/data\index
   [junit4]   2> 5784050 T19550 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=28.912109375, floorSegmentMB=0.74609375, forceMergeDeletesPctAllowed=14.182811198815386, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.53500462772055
   [junit4]   2> 5784051 T19550 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@898626 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c64f05),segFN=segments_1,generation=1}
   [junit4]   2> 5784051 T19550 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5784054 T19550 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5784055 T19550 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5784056 T19550 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5784056 T19550 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5784056 T19550 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5784057 T19550 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5784057 T19550 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5784058 T19550 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5784058 T19550 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5784059 T19550 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5784059 T19550 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5784060 T19550 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5784060 T19550 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5784061 T19550 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5784062 T19550 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5784062 T19550 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5784063 T19550 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5784063 T19550 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5784064 T19550 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5784064 T19550 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5784065 T19550 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5784066 T19550 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5784066 T19550 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5784071 T19550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5784072 T19550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5784073 T19550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5784075 T19550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5784077 T19550 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5784077 T19550 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5784080 T19550 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5784080 T19550 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5784080 T19550 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1518140083, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 5784081 T19550 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@898626 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c64f05),segFN=segments_1,generation=1}
   [junit4]   2> 5784081 T19550 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5784081 T19550 oass.SolrIndexSearcher.<init> Opening Searcher@16580ee[collection1] main
   [junit4]   2> 5784082 T19550 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5784083 T19550 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5784083 T19550 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5784084 T19550 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5784084 T19550 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5784084 T19550 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5784085 T19550 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5784085 T19550 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5784085 T19550 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5784086 T19550 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5784086 T19550 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5784086 T19551 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16580ee[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5784087 T19554 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63239 collection:control_collection shard:shard1
   [junit4]   2> 5784087 T19520 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5784087 T19520 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5784089 T19520 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5784089 T19554 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5784090 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5784091 T19558 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@156a2cf name:ZooKeeperConnection Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5784091 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5784092 T19520 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5784093 T19520 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5784096 T19554 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5784097 T19520 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5784097 T19520 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 5784098 T19520 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5784098 T19554 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5784098 T19554 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 5784098 T19546 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> ASYNC  NEW_CORE C7895 name=collection1 org.apache.solr.core.SolrCore@67f059 url=http://127.0.0.1:63239/collection1 node=127.0.0.1:63239_ C7895_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:63239_, core=collection1, state=down, base_url=http://127.0.0.1:63239}
   [junit4]   2> 5784098 T19554 C7895 P63239 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63239/collection1/
   [junit4]   2> 5784099 T19554 C7895 P63239 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5784099 T19554 C7895 P63239 oasc.SyncStrategy.syncToMe http://127.0.0.1:63239/collection1/ has no replicas
   [junit4]   2> 5784099 T19554 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63239/collection1/ shard1
   [junit4]   2> 5784100 T19554 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 5784099 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5784101 T19547 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> 5784101 T19561 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dce431 name:ZooKeeperConnection Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5784102 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5784102 T19520 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5784106 T19558 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> 5784106 T19546 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> 5784107 T19522 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14be97d30e10005, 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> 5784113 T19547 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 5784114 T19547 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 5784117 T19546 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5784118 T19547 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63239",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 5784119 T19547 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 5784121 T19558 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> 5784122 T19546 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> 5784204 T19558 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> 5784205 T19546 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> 5784221 T19554 oasc.ZkController.register We are http://127.0.0.1:63239/collection1/ and leader is http://127.0.0.1:63239/collection1/
   [junit4]   2> 5784221 T19554 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63239
   [junit4]   2> 5784221 T19554 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5784221 T19554 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 5784221 T19554 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5784224 T19546 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5784226 T19547 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:63239_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63239"} current state version: 4
   [junit4]   2> 5784227 T19547 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:63239_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63239"}
   [junit4]   2> 5784303 T19546 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> 5784305 T19558 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> 5785272 T19520 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\cores\collection1
   [junit4]   2> 5785275 T19520 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 5785276 T19520 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5785280 T19520 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63256
   [junit4]   2> 5785281 T19520 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 5785281 T19520 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5785281 T19520 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001
   [junit4]   2> 5785281 T19520 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\'
   [junit4]   2> 5785314 T19520 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\solr.xml
   [junit4]   2> 5785340 T19520 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\cores
   [junit4]   2> 5785340 T19520 oasc.CoreContainer.<init> New CoreContainer 11338904
   [junit4]   2> 5785341 T19520 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\]
   [junit4]   2> 5785341 T19520 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\lib
   [junit4]   2> 5785341 T19520 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\lib).
   [junit4]   2> 5785351 T19520 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5785352 T19520 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5785352 T19520 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5785353 T19520 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5785353 T19520 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5785353 T19520 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5785353 T19520 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5785353 T19520 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5785354 T19520 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63232/solr
   [junit4]   2> 5785354 T19520 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5785354 T19520 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5785356 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5785358 T19573 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34f807 name:ZooKeeperConnection Watcher:127.0.0.1:63232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5785359 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5785359 T19520 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5785363 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5785365 T19576 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ab80fc name:ZooKeeperConnection Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5785366 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5785375 T19520 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5786165 T19520 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63255_
   [junit4]   2> 5786166 T19520 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63255_
   [junit4]   2> 5786172 T19520 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5786178 T19520 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\cores
   [junit4]   2> 5786178 T19520 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\cores\collection1\
   [junit4]   2> 5786178 T19520 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5786184 T19577 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5786184 T19577 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5786186 T19546 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5786187 T19577 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5786187 T19577 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5786188 T19547 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:63255_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63255"} current state version: 5
   [junit4]   2> 5786188 T19577 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5786189 T19547 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:63255_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63255"}
   [junit4]   2> 5786190 T19547 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5786190 T19547 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 5786191 T19577 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 5786191 T19577 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5786193 T19547 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 5786194 T19576 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5786194 T19576 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 5786973 T19577 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5786973 T19577 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5786973 T19577 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5786973 T19577 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5786976 T19577 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5786976 T19577 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\cores\collection1\'
   [junit4]   2> 5787026 T19577 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5787029 T19577 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5787045 T19577 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5787067 T19577 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5787114 T19577 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5787116 T19577 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5787134 T19577 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5787562 T19577 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5787571 T19577 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5787573 T19577 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5787602 T19577 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5787608 T19577 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5787615 T19577 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5787617 T19577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5787617 T19577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5787618 T19577 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5787620 T19577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5787620 T19577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5787620 T19577 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5787620 T19577 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5787621 T19577 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001/jetty1\
   [junit4]   2> 5787621 T19577 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b8aff7
   [junit4]   2> 5787622 T19577 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001/jetty1\
   [junit4]   2> 5787622 T19577 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001/jetty1\index/
   [junit4]   2> 5787623 T19577 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 5787623 T19577 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\tempDir-001/jetty1\index
   [junit4]   2> 5787623 T19577 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=28.912109375, floorSegmentMB=0.74609375, forceMergeDeletesPctAllowed=14.182811198815386, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.53500462772055
   [junit4]   2> 5787624 T19577 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b48bb4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fe294),segFN=segments_1,generation=1}
   [junit4]   2> 5787624 T19577 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5787628 T19577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5787629 T19577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5787629 T19577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5787629 T19577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5787630 T19577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5787630 T19577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5787630 T19577 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5787630 T19577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5787631 T19577 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5787632 T19577 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5787632 T19577 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5787633 T19577 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5787633 T19577 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5787634 T19577 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5787635 T19577 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5787636 T19577 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5787636 T19577 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5787636 T19577 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5787638 T19577 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5787639 T19577 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5787639 T19577 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5787640 T19577 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5787641 T19577 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5787641 T19577 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5787642 T19577 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5787642 T19577 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5787643 T19577 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5787648 T19577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5787649 T19577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5787652 T19577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5787654 T19577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5787656 T19577 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5787657 T19577 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5787659 T19577 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5787659 T19577 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5787661 T19577 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1518140083, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 5787661 T19577 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b48bb4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3fe294),segFN=segments_1,generation=1}
   [junit4]   2> 5787662 T19577 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5787662 T19577 oass.SolrIndexSearcher.<init> Opening Searcher@49627d[collection1] main
   [junit4]   2> 5787662 T19577 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5787664 T19577 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5787664 T19577 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5787665 T19577 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5787665 T19577 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5787665 T19577 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5787666 T19577 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5787667 T19577 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5787667 T19577 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5787667 T19577 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5787668 T19578 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49627d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5787668 T19577 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5787670 T19581 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63255 collection:collection1 shard:shard3
   [junit4]   2> 5787671 T19520 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5787671 T19520 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5787672 T19581 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 5787681 T19581 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 5787684 T19546 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5787685 T19581 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5787685 T19581 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7896 name=collection1 org.apache.solr.core.SolrCore@a5d4f6 url=http://127.0.0.1:63255/collection1 node=127.0.0.1:63255_ C7896_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:63255_, core=collection1, state=down, base_url=http://127.0.0.1:63255}
   [junit4]   2> 5787685 T19581 C7896 P63255 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63255/collection1/
   [junit4]   2> 5787686 T19581 C7896 P63255 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5787687 T19581 C7896 P63255 oasc.SyncStrategy.syncToMe http://127.0.0.1:63255/collection1/ has no replicas
   [junit4]   2> 5787687 T19581 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63255/collection1/ shard3
   [junit4]   2> 5787687 T19581 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 5787690 T19547 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 5787693 T19547 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 5787694 T19576 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5787695 T19576 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 5787701 T19547 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63255",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 5787705 T19547 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 5787707 T19576 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5787707 T19576 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 5787713 T19546 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5787740 T19581 oasc.ZkController.register We are http://127.0.0.1:63255/collection1/ and leader is http://127.0.0.1:63255/collection1/
   [junit4]   2> 5787740 T19581 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63255
   [junit4]   2> 5787740 T19581 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5787740 T19581 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 5787740 T19581 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5787743 T19546 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5787745 T19547 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:63255_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63255"} current state version: 5
   [junit4]   2> 5787747 T19547 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:63255_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63255"}
   [junit4]   2> 5787749 T19547 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 5787750 T19576 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5787753 T19581 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5787754 T19576 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5789140 T19520 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001\cores\collection1
   [junit4]   2> 5789143 T19520 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 5789143 T19520 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5789147 T19520 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:63266
   [junit4]   2> 5789148 T19520 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1b0bf9a
   [junit4]   2> 5789148 T19520 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5789149 T19520 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001
   [junit4]   2> 5789149 T19520 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001\'
   [junit4]   2> 5789179 T19520 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001\solr.xml
   [junit4]   2> 5789206 T19520 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001\cores
   [junit4]   2> 5789206 T19520 oasc.CoreContainer.<init> New CoreContainer 12958508
   [junit4]   2> 5789206 T19520 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.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001\]
   [junit4]   2> 5789206 T19520 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001\lib
   [junit4]   2> 5789207 T19520 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001\lib).
   [junit4]   2> 5789218 T19520 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5789218 T19520 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5789219 T19520 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5789219 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5789220 T19520 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5789220 T19520 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5789220 T19520 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5789221 T19520 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5789221 T19520 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5789221 T19520 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63232/solr
   [junit4]   2> 5789221 T19520 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5789221 T19520 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5789223 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5789225 T19594 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c90166 name:ZooKeeperConnection Watcher:127.0.0.1:63232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5789226 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5789226 T19520 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5789230 T19520 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5789232 T19597 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@763b53 name:ZooKeeperConnection Watcher:127.0.0.1:63232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5789232 T19520 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5789239 T19520 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5790027 T19520 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63265_
   [junit4]   2> 5790028 T19520 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63265_
   [junit4]   2> 5790035 T19520 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5790040 T19520 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001\cores
   [junit4]   2> 5790041 T19520 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5EFF0A2BC02FF88-001\shard-2-001\cores\collection1\
   [junit4]   2> 5790041 T19520 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5790047 T19598 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5790047 T19598 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5790050 T19546 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5790051 T19598 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5790051 T19598 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5790052 T19547 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:63265_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63265"} current state version: 5
   [junit4]   2> 5790052 T19598 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5790054 T19547 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:63265_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63265"}
   [junit4]   2> 5790054 T19547 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5790054 T19547 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5790055 T19598 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5790055 T19598 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5790056 T19547 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 5790057 T19597 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5790057 T19576 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for c

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

fterCoreReloadTest, TestManagedSchemaFieldResource, AliasIntegrationTest, SuggesterTest, PeerSyncTest, TestUpdate, TestCloudManagedSchemaConcurrent, IndexBasedSpellCheckerTest, URLClassifyProcessorTest, HdfsBasicDistributedZk2Test, DistributedQueryElevationComponentTest, EnumFieldTest, FieldAnalysisRequestHandlerTest, TestOmitPositions, BlockCacheTest, TestRecovery, PreAnalyzedFieldTest, TermVectorComponentDistributedTest, BasicFunctionalityTest, DocumentBuilderTest, TestPhraseSuggestions, ShowFileRequestHandlerTest, HdfsUnloadDistributedZkTest, TestDocBasedVersionConstraints, TestIndexingPerformance, ZkCLITest, TestExpandComponent, TestFieldResource, HdfsWriteToMultipleCollectionsTest, JsonLoaderTest, TestConfigReload, TestRemoteStreaming, TestRangeQuery, CurrencyFieldOpenExchangeTest, LoggingHandlerTest, ChangedSchemaMergeTest, TestCodecSupport, ResponseHeaderTest, CloudMLTQParserTest, OutputWriterTest, TestMiniSolrCloudCluster, RequestHandlersTest, DOMUtilTest, TestRandomMergePolicy, ShardSplitTest, TestLMJelinekMercerSimilarityFactory, ZkNodePropsTest, DefaultValueUpdateProcessorTest, ZkSolrClientTest, TestCloudInspectUtil, SolrPluginUtilsTest, HdfsSyncSliceTest, SimpleCollectionCreateDeleteTest, SolrCoreCheckLockOnStartupTest, DistributedFacetPivotSmallTest, ShardRoutingTest, StressHdfsTest, TestImplicitCoreProperties, TermVectorComponentTest, TestReversedWildcardFilterFactory, ShardRoutingCustomTest, DirectUpdateHandlerOptimizeTest, TestDefaultStatsCache, TestSolrIndexConfig, TestInfoStreamLogging, BadComponentTest, TestArbitraryIndexDir, DistribDocExpirationUpdateProcessorTest, TestManagedSchema, TestStandardQParsers, TestAnalyzeInfixSuggestions, MergeStrategyTest, SimpleMLTQParserTest, DistanceFunctionTest, LeaderElectionIntegrationTest, TestCoreContainer, DeleteLastCustomShardedReplicaTest, TestLRUStatsCache, TestCharFilters, TestCloudManagedSchema, SolrTestCaseJ4Test, SampleTest, TestBulkSchemaAPI, FieldMutatingUpdateProcessorTest, TestDefaultSimilarityFactory, MultiThreadedOCPTest, TestConfigOverlay, TestHighFrequencyDictionaryFactory, TestFoldingMultitermQuery, TestValueSourceCache, ParsingFieldUpdateProcessorsTest, TestRandomDVFaceting, TestTrackingShardHandlerFactory, OpenExchangeRatesOrgProviderTest, DistributedSpellCheckComponentTest, TestJoin, ChaosMonkeySafeLeaderTest, EchoParamsTest, DistributedQueryComponentOptimizationTest, DocumentAnalysisRequestHandlerTest, TestPivotHelperCode, TestInitQParser, TestFieldTypeResource, TestSimpleQParserPlugin, TestFaceting, TestDistributedGrouping, PluginInfoTest, TestSolr4Spatial, TestManagedSchemaFieldTypeResource, TestManagedResourceStorage, TestTolerantSearch, DirectUpdateHandlerTest, TestCursorMarkWithoutUniqueKey, SchemaVersionSpecificBehaviorTest, SolrInfoMBeanTest, StandardRequestHandlerTest, TestPseudoReturnFields, TestSearchPerf, OutOfBoxZkACLAndCredentialsProvidersTest, TestFastLRUCache, TestStressReorder, TestShortCircuitedRequests, TestSolrDeletionPolicy1, TestSurroundQueryParser, TestCloudPivotFacet, TestLazyCores, ClusterStateTest, HdfsCollectionsAPIDistributedZkTest, SSLMigrationTest, DocValuesTest, PathHierarchyTokenizerFactoryTest, TestClusterStateMutator, TestShardHandlerFactory, CurrencyFieldXmlFileTest, TestLMDirichletSimilarityFactory, TestLeaderElectionZkExpiry, ZkStateWriterTest, SharedFSAutoReplicaFailoverUtilsTest, TimeZoneUtilsTest, ResourceLoaderTest, TestManagedStopFilterFactory, AsyncMigrateRouteKeyTest, SearchHandlerTest, TestRequestStatusCollectionAPI, AddSchemaFieldsUpdateProcessorFactoryTest, DistributedFacetPivotSmallAdvancedTest, DistanceUnitsTest, BlockDirectoryTest, SpatialRPTFieldTypeTest, ExternalFileFieldSortTest, TestDynamicFieldCollectionResource, JSONWriterTest, TestSort, TestHdfsUpdateLog, TestObjectReleaseTracker, HighlighterTest, OverriddenZkACLAndCredentialsProvidersTest, ConvertedLegacyTest, RemoteQueryErrorTest, TestExceedMaxTermLength, TestSolrConfigHandlerConcurrent, IndexSchemaRuntimeFieldTest, HighlighterMaxOffsetTest, HdfsDirectoryTest, TestAddFieldRealTimeGet, BasicDistributedZk2Test, TestSolr4Spatial2, DirectSolrSpellCheckerTest, TestSolrXml, TestStressUserVersions, XsltUpdateRequestHandlerTest, TestSchemaVersionResource, TestInitParams, HdfsDirectoryFactoryTest, SimpleFacetsTest, DocValuesMissingTest, TestCollapseQParserPlugin, TestConfigSets, StatsComponentTest, TestManagedSchemaDynamicFieldResource, VMParamsZkACLAndCredentialsProvidersTest, TestBinaryField, TestIntervalFaceting, DocValuesMultiTest, SpatialFilterTest, TestSearcherReuse, CursorMarkTest, OverseerRolesTest, CopyFieldTest, PrimitiveFieldTypeTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestDistributedSearch, AutoCommitTest, ZkControllerTest, TestRealTimeGet, TestReload, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestFunctionQuery, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, SuggesterTSTTest, TestStressLucene, TestTrie, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, CacheHeaderTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, ResponseLogComponentTest, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, TestDocSet, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TestFastOutputStream, ScriptEngineTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestDistributedMissingSort, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, ActionThrottleTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, RollingRestartTest, SaslZkACLProviderTest, SolrXmlInZkTest, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestReplicaProperties, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, ExitableDirectoryReaderTest, QueryResultKeyTest, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrDynamicMBean, RequestLoggingTest, TestReplicationHandlerBackup, TestReqParamsAPI, TestSolrConfigHandlerCloud]
   [junit4] Completed in 93.04s, 1 test, 1 failure <<< FAILURES!

[...truncated 184 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 469 suites, 1872 tests, 1 error, 1 failure, 57 ignored (30 assumptions)

Total time: 148 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseConcMarkSweepGC
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.7.0_76) - Build # 4415 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4415/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseSerialGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-010

	at __randomizedtesting.SeedInfo.seed([C81DF1FDED5688A0]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:950)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:925)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 9288 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\init-core-data-001
   [junit4]   2> 445149 T1440 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 445153 T1440 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
   [junit4]   2> 446776 T1440 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 446776 T1440 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 446779 T1440 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core
   [junit4]   2> 446783 T1440 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 446844 T1440 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50257
   [junit4]   2> 446844 T1440 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@151a712
   [junit4]   2> 446845 T1440 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 446845 T1440 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001
   [junit4]   2> 446845 T1440 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\'
   [junit4]   2> 446879 T1440 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\solr.xml
   [junit4]   2> 446911 T1440 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores
   [junit4]   2> 446911 T1440 oasc.CoreContainer.<init> New CoreContainer 16269214
   [junit4]   2> 446911 T1440 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\]
   [junit4]   2> 446911 T1440 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\lib
   [junit4]   2> 446911 T1440 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\lib).
   [junit4]   2> 446942 T1440 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 446942 T1440 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 446942 T1440 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 446942 T1440 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 446942 T1440 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 446942 T1440 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 446942 T1440 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 446942 T1440 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 446942 T1440 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 446945 T1440 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 446945 T1440 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 446945 T1440 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 446946 T1440 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 446946 T1440 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 446946 T1440 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 446948 T1440 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores
   [junit4]   2> 446948 T1440 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\
   [junit4]   2> 446948 T1440 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 446951 T1450 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\'
   [junit4]   2> 446955 T1450 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 446955 T1450 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 446957 T1450 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 447005 T1450 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 447028 T1450 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 447073 T1450 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 447077 T1450 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 447079 T1450 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 447089 T1450 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 447697 T1450 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 447699 T1450 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 447700 T1450 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 447701 T1450 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 447728 T1450 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 447733 T1450 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 447733 T1450 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 447733 T1450 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 447737 T1450 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 447743 T1450 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 447743 T1450 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1
   [junit4]   2> 447743 T1450 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 447743 T1450 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\
   [junit4]   2> 447743 T1450 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 447745 T1450 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data
   [junit4]   2> 447746 T1450 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 447746 T1450 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 447748 T1450 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index
   [junit4]   2> 447749 T1450 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=58.3095703125, floorSegmentMB=1.9541015625, forceMergeDeletesPctAllowed=14.295208170244804, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 447755 T1450 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17238dd; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 447755 T1450 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 447756 T1450 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 447757 T1450 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 447757 T1450 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 447757 T1450 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 447757 T1450 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 447758 T1450 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 447758 T1450 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 447758 T1450 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 447759 T1450 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 447759 T1450 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 447760 T1450 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 447760 T1450 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 447760 T1450 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 447761 T1450 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 447761 T1450 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 447761 T1450 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 447762 T1450 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 447763 T1450 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 447763 T1450 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 447763 T1450 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 447775 T1450 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 447775 T1450 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 447785 T1450 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 447788 T1450 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 447788 T1450 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 447794 T1450 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 447794 T1450 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 447795 T1450 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 447795 T1450 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=27.5029296875, floorSegmentMB=1.7138671875, forceMergeDeletesPctAllowed=6.507036386796875, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 447797 T1450 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17238dd; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 447797 T1450 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 447798 T1450 oass.SolrIndexSearcher.<init> Opening Searcher@61f416[collection1] main
   [junit4]   2> 447799 T1450 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 447799 T1450 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf}
   [junit4]   2> 447799 T1450 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 447800 T1450 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 447801 T1450 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 447802 T1450 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 447803 T1450 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 447804 T1450 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 447805 T1450 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 447805 T1450 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 447806 T1450 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 447807 T1450 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 447807 T1450 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 447807 T1450 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 447808 T1450 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 447809 T1450 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 447810 T1450 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 447816 T1450 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 447816 T1450 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 447817 T1450 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 447817 T1450 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 447817 T1450 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 447817 T1450 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 447818 T1450 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 447818 T1451 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61f416[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 447818 T1440 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 447818 T1440 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 447818 T1440 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#50257
   [junit4]   2> ASYNC  NEW_CORE C752 name=collection1 org.apache.solr.core.SolrCore@5191be
   [junit4]   2> 447830 T1445 C752 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 447832 T1445 C752 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\'
   [junit4]   2> 447835 T1445 C752 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 447837 T1445 C752 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 447838 T1445 C752 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 447897 T1445 C752 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 447920 T1445 C752 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 447972 T1445 C752 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 447980 T1445 C752 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 447989 T1445 C752 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C753 name=collection1 org.apache.solr.core.SolrCore@5191be
   [junit4]   2> 448457 T1445 C753 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 448458 T1445 C753 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 448459 T1445 C753 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 448460 T1445 C753 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 448464 T1445 C753 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 448464 T1445 C753 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 448464 T1445 C753 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 448464 T1445 C753 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 448484 T1445 C753 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1
   [junit4]   2> 448490 T1445 C753 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\
   [junit4]   2> 448490 T1445 C753 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 448491 T1445 C753 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 448494 T1445 C753 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 448495 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 448495 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 448496 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 448496 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 448497 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 448497 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 448498 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 448498 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 448499 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 448500 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 448501 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 448502 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 448502 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 448503 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 448503 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 448504 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 448505 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 448505 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 448506 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 448506 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 448507 T1445 C753 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 448520 T1445 C753 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 448523 T1445 C753 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 448527 T1445 C753 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 448531 T1445 C753 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 448532 T1445 C753 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 448534 T1445 C753 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 448536 T1445 C753 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 448536 T1445 C753 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 448537 T1445 C753 oass.SolrIndexSearcher.<init> Opening Searcher@b5139c[collection1] main
   [junit4]   2> 448538 T1445 C753 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 448538 T1445 C753 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf}
   [junit4]   2> 448539 T1445 C753 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 448541 T1445 C753 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 448541 T1445 C753 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 448542 T1445 C753 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 448542 T1445 C753 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 448544 T1445 C753 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 448544 T1445 C753 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 448545 T1445 C753 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 448545 T1445 C753 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 448545 T1445 C753 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 448545 T1445 C753 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 448545 T1445 C753 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 448545 T1445 C753 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 448547 T1445 C753 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 448547 T1445 C753 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 448548 T1445 C753 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 448548 T1445 C753 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 448549 T1445 C753 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 448549 T1445 C753 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 448550 T1445 C753 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 448550 T1445 C753 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 448550 T1445 C753 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 448551 T1445 C753 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 448551 T1445 C753 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 448555 T1445 C753 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=58.3095703125, floorSegmentMB=1.9541015625, forceMergeDeletesPctAllowed=14.295208170244804, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 448557 T1445 C753 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17238dd; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 448559 T1445 C753 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 448559 T1445 C753 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 448550 T1453 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b5139c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 448560 T1445 C753 oass.SolrIndexSearcher.<init> Opening Searcher@1d32ec6[collection1] main
   [junit4]   2> 448561 T1445 C753 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 448561 T1453 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d32ec6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 448561 T1445 C753 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"create-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy"}}]
   [junit4]   2> 448562 T1445 C753 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=740 
   [junit4]   2> 448563 T1445 C753 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5191be
   [junit4]   2> 448563 T1445 C753 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 448564 T1445 C753 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C754 name=collection1 org.apache.solr.core.SolrCore@78e141
   [junit4]   2> 448571 T1447 C754 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=2 
   [junit4]   2> 448577 T1446 C754 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 448578 T1446 C754 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\'
   [junit4]   2> 448580 T1446 C754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 448582 T1446 C754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 448582 T1446 C754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> ASYNC  NEW_CORE C755 name=collection1 org.apache.solr.core.SolrCore@78e141
   [junit4]   2> 448670 T1446 C755 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 448703 T1446 C755 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 448764 T1446 C755 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 448773 T1446 C755 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 448793 T1446 C755 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C756 name=collection1 org.apache.solr.core.SolrCore@78e141
   [junit4]   2> 449252 T1446 C756 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 449253 T1446 C756 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 449254 T1446 C756 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 449257 T1446 C756 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 449261 T1446 C756 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 449261 T1446 C756 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 449261 T1446 C756 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 449263 T1446 C756 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 449280 T1446 C756 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1
   [junit4]   2> 449287 T1446 C756 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\
   [junit4]   2> 449287 T1446 C756 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 449288 T1446 C756 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 449291 T1446 C756 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 449293 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 449293 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 449294 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 449294 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 449295 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 449295 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 449296 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 449296 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 449297 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 449300 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 449300 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 449300 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 449301 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 449301 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 449302 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 449302 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 449302 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 449303 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 449303 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 449303 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 449303 T1446 C756 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 449310 T1446 C756 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 449312 T1446 C756 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 449314 T1446 C756 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 449316 T1446 C756 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 449316 T1446 C756 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 449318 T1446 C756 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 449319 T1446 C756 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 449319 T1446 C756 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 449320 T1446 C756 oass.SolrIndexSearcher.<init> Opening Searcher@1df7f17[collection1] main
   [junit4]   2> 449321 T1446 C756 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 449321 T1446 C756 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf}
   [junit4]   2> 449321 T1446 C756 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 449322 T1446 C756 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 449322 T1446 C756 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 449323 T1446 C756 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 449323 T1446 C756 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 449323 T1446 C756 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 449323 T1446 C756 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 449323 T1446 C756 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 449323 T1446 C756 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 449323 T1446 C756 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 449323 T1446 C756 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 449323 T1446 C756 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 449324 T1446 C756 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 449325 T1446 C756 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 449325 T1446 C756 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 449325 T1446 C756 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 449326 T1446 C756 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 449326 T1446 C756 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 449326 T1446 C756 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 449327 T1446 C756 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 449327 T1446 C756 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 449328 T1446 C756 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 449328 T1446 C756 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 449328 T1446 C756 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 449328 T1454 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1df7f17[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 449331 T1446 C756 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=58.3095703125, floorSegmentMB=1.9541015625, forceMergeDeletesPctAllowed=14.295208170244804, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 449333 T1446 C756 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17238dd; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 449333 T1446 C756 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 449333 T1446 C756 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 449334 T1446 C756 oass.SolrIndexSearcher.<init> Opening Searcher@662d2e[collection1] main
   [junit4]   2> 449334 T1446 C756 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 449334 T1446 C756 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"update-requesthandler":{
   [junit4]   2> 	    "name":"/x",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "startup":"lazy",
   [junit4]   2> 	    "a":"b",
   [junit4]   2> 	    "defaults":{"def_a":"def A val"}}}]
   [junit4]   2> 449334 T1446 C756 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=760 
   [junit4]   2> 449335 T1446 C756 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@78e141
   [junit4]   2> 449337 T1446 C756 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 449336 T1454 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@662d2e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 449337 T1446 C756 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C757 name=collection1 org.apache.solr.core.SolrCore@205d94
   [junit4]   2> 449341 T1445 C757 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1 
   [junit4]   2> 449347 T1447 C757 oasc.SolrCore.execute [collection1] webapp=/solr path=/x params={json.nl=map&getdefaults=true&wt=json} status=0 QTime=2 
   [junit4]   2> 449352 T1448 C757 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 449354 T1448 C757 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\'
   [junit4]   2> 449356 T1448 C757 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 449359 T1448 C757 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 449359 T1448 C757 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 449469 T1448 C757 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> ASYNC  NEW_CORE C758 name=collection1 org.apache.solr.core.SolrCore@205d94
   [junit4]   2> 449510 T1448 C758 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 449557 T1448 C758 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 449563 T1448 C758 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 449574 T1448 C758 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C759 name=collection1 org.apache.solr.core.SolrCore@205d94
   [junit4]   2> 450086 T1448 C759 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 450087 T1448 C759 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 450089 T1448 C759 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 450091 T1448 C759 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 450094 T1448 C759 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 450094 T1448 C759 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 450094 T1448 C759 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 450094 T1448 C759 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 450111 T1448 C759 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1
   [junit4]   2> 450113 T1448 C759 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\
   [junit4]   2> 450114 T1448 C759 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 450114 T1448 C759 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 450117 T1448 C759 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 450117 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 450118 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 450118 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 450119 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 450120 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 450120 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 450121 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 450121 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 450122 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 450123 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 450124 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 450125 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 450125 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 450126 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 450126 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 450127 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 450128 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 450128 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 450129 T1448 C759 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 450138 T1448 C759 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 450141 T1448 C759 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 450143 T1448 C759 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 450145 T1448 C759 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 450146 T1448 C759 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 450148 T1448 C759 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 450149 T1448 C759 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 450149 T1448 C759 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 450150 T1448 C759 oass.SolrIndexSearcher.<init> Opening Searcher@153187b[collection1] main
   [junit4]   2> 450151 T1448 C759 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 450151 T1448 C759 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf}
   [junit4]   2> 450151 T1448 C759 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 450153 T1448 C759 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 450153 T1448 C759 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 450153 T1448 C759 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 450153 T1448 C759 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 450153 T1448 C759 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 450153 T1448 C759 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 450153 T1448 C759 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 450153 T1448 C759 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 450153 T1448 C759 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 450153 T1448 C759 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 450153 T1448 C759 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 450153 T1448 C759 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 450154 T1448 C759 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 450155 T1448 C759 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 450155 T1448 C759 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 450155 T1448 C759 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf
   [junit4]   2> 450156 T1448 C759 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 450156 T1448 C759 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 450157 T1448 C759 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 450157 T1448 C759 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 450157 T1448 C759 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 450157 T1455 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@153187b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 450157 T1448 C759 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 450158 T1448 C759 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 450160 T1448 C759 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=58.3095703125, floorSegmentMB=1.9541015625, forceMergeDeletesPctAllowed=14.295208170244804, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 450163 T1448 C759 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17238dd; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 450163 T1448 C759 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 450164 T1448 C759 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 450164 T1448 C759 oass.SolrIndexSearcher.<init> Opening Searcher@e761c8[collection1] main
   [junit4]   2> 450165 T1448 C759 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 450165 T1448 C759 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"delete-requesthandler":"/x"}]
   [junit4]   2> 450165 T1448 C759 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=815 
   [junit4]   2> 450166 T1448 C759 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@205d94
   [junit4]   2> 450166 T1448 C759 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 450165 T1455 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e761c8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 450168 T1448 C759 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C760 name=collection1 org.apache.solr.core.SolrCore@c4cb60
   [junit4]   2> 450172 T1444 C760 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1 
   [junit4]   2> 450176 T1449 C760 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 450184 T1449 C760 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\'
   [junit4]   2> 450187 T1449 C760 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 450187 T1449 C760 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 450187 T1449 C760 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20C81DF1FDED5688A0-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 450264 T1449 C760 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> ASYNC  NEW_CORE C761 name=collection1 org.apache.solr.core.SolrCore@c4cb60
   [junit4]   2> 450313 T1449 C761 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 450371 T1449 C761 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 450376 T1449 C761 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 450383 T1449 C761 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C762 name=collection1 org.apache.solr.core.SolrCore@c4cb60
   [junit4]   2> 450836 T1449 C762 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 450837 T1449 C762 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 450839 T1449 C762 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 450841 T1449 C762 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 450845 T1449 C762 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 450845 T1449 C762 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 450845 T1449 C762 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 450845 T1449 C762 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 450862 T1449 C762 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1
   [junit4]   2> 450865 T1449 C762 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\
   [junit4]   2> 450865 T1449 C762 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 450866 T1449 C762 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.core.TestSolrConfigHandler C81DF1FDED5688A0-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 450869 T1449 C762 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 450869 T1449 C762 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 450870 T1449 C762 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 450870 T1449 C762 oasc.RequestHandlers.initHandlersFromConfig created /update/

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

r(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7518, name=updateExecutor-916-thread-2, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1ad81d8 rejected from java.util.concurrent.ThreadPoolExecutor@279d2e[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 27]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C81DF1FDED5688A0]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2219615 T7408 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest C81DF1FDED5688A0-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=7660, maxDocsPerChunk=5, blockSize=736), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=7660, blockSize=736)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=in_ID, timezone=Africa/Harare
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=69348104,total=259530752
   [junit4]   2> NOTE: All tests run in this JVM: [TestClassNameShortening, TestTrie, TestSortingResponseWriter, HdfsRecoveryZkTest, MultiThreadedOCPTest, TestOverriddenPrefixQueryForCustomFieldType, XsltUpdateRequestHandlerTest, TestExactStatsCache, HardAutoCommitTest, InfoHandlerTest, TestSolrConfigHandlerCloud, HdfsUnloadDistributedZkTest, DocExpirationUpdateProcessorFactoryTest, RequiredFieldsTest, TestBulkSchemaConcurrent, TestNRTOpen, DeleteReplicaTest, HighlighterTest, AlternateDirectoryTest, TestBinaryResponseWriter, TestValueSourceCache, TestTrackingShardHandlerFactory, MinimalSchemaTest, SSLMigrationTest, TestCloudInspectUtil, HdfsBasicDistributedZkTest, TestElisionMultitermQuery, TestStressUserVersions, TestChildDocTransformer, TestSolrConfigHandler, TestWriterPerf, BasicDistributedZk2Test, BinaryUpdateRequestHandlerTest, TestFieldTypeResource, BadIndexSchemaTest, AsyncMigrateRouteKeyTest, TestDFRSimilarityFactory, TestExceedMaxTermLength, SuggesterTSTTest, SuggesterFSTTest, JsonLoaderTest, TestHashPartitioner, TestDistributedMissingSort, TestObjectReleaseTracker, TestSearchPerf, CacheHeaderTest, TestSerializedLuceneMatchVersion, TestSchemaResource, TestLeaderElectionZkExpiry, TestInitQParser, TestConfigOverlay, TestBadConfig, QueryResultKeyTest, TestSuggestSpellingConverter, BasicZkTest, TestArbitraryIndexDir, TestZkChroot, DistributedFacetPivotSmallAdvancedTest, CoreAdminHandlerTest, CoreAdminCreateDiscoverTest, TestMaxScoreQueryParser, BufferStoreTest, TestStressRecovery, TestLRUCache, TestSweetSpotSimilarityFactory, TestFieldCollectionResource, UnloadDistributedZkTest, WordBreakSolrSpellCheckerTest, TestDocSet, TestReload, AnalyticsQueryTest, TestSolrQueryParserDefaultOperatorResource, TestTolerantSearch, TestUniqueKeyFieldResource, TestConfigSets, DistributedQueryComponentCustomSortTest, SystemInfoHandlerTest, TestFaceting, DebugComponentTest, TestPostingsSolrHighlighter, TestJoin, PathHierarchyTokenizerFactoryTest, PingRequestHandlerTest, TimeZoneUtilsTest, RollingRestartTest, TestAtomicUpdateErrorCases, AnalysisErrorHandlingTest, PreAnalyzedUpdateProcessorTest, SliceStateTest, CSVRequestHandlerTest, HdfsBasicDistributedZk2Test, SuggesterWFSTTest, TestSimpleQParserPlugin, TestStressLucene, PrimUtilsTest, RequestHandlersTest, CursorMarkTest, HttpPartitionTest, TestReqParamsAPI, ResourceLoaderTest, ShardRoutingTest, TestInitParams, TriLevelCompositeIdRoutingTest, OverseerStatusTest, ZkCLITest, TestDistributedSearch, TestAnalyzedSuggestions, ResponseLogComponentTest, RegexBoostProcessorTest, DistanceUnitsTest, BasicDistributedZkTest, HdfsDirectoryFactoryTest, FullSolrCloudDistribCmdsTest, DocValuesMultiTest, TestExtendedDismaxParser, TestBM25SimilarityFactory, CoreAdminRequestStatusTest, PluginInfoTest, AliasIntegrationTest, SyncSliceTest, TestManagedResourceStorage, FileBasedSpellCheckerTest, TestExpandComponent, SpatialFilterTest, SpellingQueryConverterTest, TermVectorComponentDistributedTest, SolrRequestParserTest, BlockCacheTest, TestReplicationHandlerBackup, TestShardHandlerFactory, TestStressVersions, DeleteLastCustomShardedReplicaTest, TestClusterStateMutator, VMParamsZkACLAndCredentialsProvidersTest, DirectSolrSpellCheckerTest, SignatureUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, TestDistribDocBasedVersion, TestGroupingSearch, TestBlendedInfixSuggestions, TestUtils, TestCollapseQParserPlugin, HighlighterConfigTest, TestQueryUtils, ShardRoutingCustomTest, TestRTGBase, TestCoreDiscovery, BadCopyFieldTest, SpellCheckComponentTest, TestDistributedGrouping, TestQueryTypes, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BJQParserTest, RankQueryTest, SolrInfoMBeanTest, DistributedFacetPivotWhiteBoxTest, DistributedDebugComponentTest, TestCursorMarkWithoutUniqueKey, TestDefaultStatsCache, StatsComponentTest, TestFieldTypeCollectionResource, EchoParamsTest, TestAnalyzeInfixSuggestions, TestAddFieldRealTimeGet, ClusterStateUpdateTest, SimplePostToolTest, SaslZkACLProviderTest, OverseerCollectionProcessorTest, DistanceFunctionTest, DocumentBuilderTest, LoggingHandlerTest, OutputWriterTest, TestLFUCache, SimpleMLTQParserTest, TestRawResponseWriter, SolrXmlInZkTest, TestMissingGroups, CloudMLTQParserTest, ReplicationFactorTest]
   [junit4] Completed in 83.57s, 1 test, 1 error <<< FAILURES!

[...truncated 905 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 469 suites, 1872 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 142 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseSerialGC
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_31) - Build # 4522 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4414/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-010

	at __randomizedtesting.SeedInfo.seed([BF962A67DD7EFE4C]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:950)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:925)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9764 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\init-core-data-001
   [junit4]   2> 1850975 T7299 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1850980 T7299 oas.SolrTestCaseJ4.setUp ###Starting testUserProp
   [junit4]   2> 1852596 T7299 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1852597 T7299 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1852601 T7299 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core
   [junit4]   2> 1852606 T7299 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1852617 T7299 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49320
   [junit4]   2> 1852618 T7299 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1852618 T7299 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1852618 T7299 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001
   [junit4]   2> 1852618 T7299 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\'
   [junit4]   2> 1852704 T7299 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\solr.xml
   [junit4]   2> 1852713 T7299 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores
   [junit4]   2> 1852714 T7299 oasc.CoreContainer.<init> New CoreContainer 7264196
   [junit4]   2> 1852714 T7299 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\]
   [junit4]   2> 1852714 T7299 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\lib
   [junit4]   2> 1852714 T7299 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\lib).
   [junit4]   2> 1852726 T7299 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1852726 T7299 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1852726 T7299 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1852728 T7299 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1852728 T7299 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1852728 T7299 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1852728 T7299 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1852728 T7299 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1852728 T7299 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1852728 T7299 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1852728 T7299 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1852728 T7299 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1852728 T7299 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1852732 T7299 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1852732 T7299 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1852733 T7299 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores
   [junit4]   2> 1852734 T7299 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\
   [junit4]   2> 1852734 T7299 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1852736 T7309 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\'
   [junit4]   2> 1852738 T7309 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 1852741 T7309 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1852743 T7309 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1852780 T7309 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1852782 T7309 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1852790 T7309 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1852794 T7309 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 1852799 T7309 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 1852802 T7309 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1852893 T7309 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1852893 T7309 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1852893 T7309 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1852897 T7309 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1852907 T7309 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1852907 T7309 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1852907 T7309 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1852907 T7309 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1852921 T7309 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1852973 T7309 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 1852977 T7309 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1
   [junit4]   2> 1852977 T7309 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1852977 T7309 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\
   [junit4]   2> 1852977 T7309 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1852980 T7309 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data
   [junit4]   2> 1852982 T7309 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 1852982 T7309 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1852982 T7309 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index
   [junit4]   2> 1852985 T7309 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=4.3701171875, floorSegmentMB=0.7001953125, forceMergeDeletesPctAllowed=21.90025700750617, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5166146771399251
   [junit4]   2> 1852993 T7309 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@db8a6a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1852993 T7309 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1852994 T7309 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1852994 T7309 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1852995 T7309 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1852995 T7309 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1852995 T7309 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1852995 T7309 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1852997 T7309 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1852997 T7309 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1852997 T7309 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1852997 T7309 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1852998 T7309 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1852998 T7309 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1852999 T7309 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1852999 T7309 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1852999 T7309 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1852999 T7309 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1853000 T7309 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1853000 T7309 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1853000 T7309 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1853000 T7309 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1853011 T7309 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853012 T7309 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853014 T7309 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853016 T7309 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853016 T7309 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1853016 T7309 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1853018 T7309 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1853018 T7309 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1853019 T7309 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19359159828339118]
   [junit4]   2> 1853019 T7309 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@db8a6a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1853019 T7309 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1853021 T7309 oass.SolrIndexSearcher.<init> Opening Searcher@9c2b87[collection1] main
   [junit4]   2> 1853021 T7309 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853021 T7309 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf}
   [junit4]   2> 1853021 T7309 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853022 T7309 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1853022 T7309 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853023 T7309 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 1853023 T7309 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853024 T7309 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1853024 T7309 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1853024 T7309 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853026 T7309 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 1853026 T7309 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853026 T7309 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1853027 T7309 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1853086 T7309 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853087 T7309 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1853087 T7309 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1853087 T7309 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1853087 T7309 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853089 T7309 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1853089 T7309 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1853090 T7309 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1853090 T7309 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1853090 T7309 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1853091 T7299 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1853091 T7299 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1853091 T7299 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#49320
   [junit4]   2> 1853091 T7310 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9c2b87[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C803 name=collection1 org.apache.solr.core.SolrCore@12bcc76
   [junit4]   2> 1853105 T7305 C803 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 1853110 T7305 C803 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\'
   [junit4]   2> 1853113 T7305 C803 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 1853115 T7305 C803 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1853117 T7305 C803 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1853177 T7305 C803 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1853181 T7305 C803 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1853187 T7305 C803 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1853192 T7305 C803 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1853202 T7305 C803 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1853287 T7305 C803 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1853288 T7305 C803 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1853288 T7305 C803 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1853288 T7305 C803 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1853298 T7305 C803 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1853298 T7305 C803 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1853298 T7305 C803 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1853298 T7305 C803 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1853311 T7305 C803 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1
   [junit4]   2> 1853316 T7305 C803 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\
   [junit4]   2> 1853316 T7305 C803 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1853316 T7305 C803 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index/
   [junit4]   2> 1853316 T7305 C803 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1853317 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1853317 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1853317 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1853317 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1853318 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1853318 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1853318 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1853318 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1853318 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1853336 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1853337 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1853338 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1853338 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1853338 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1853340 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1853340 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1853340 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1853341 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1853341 T7305 C803 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1853344 T7305 C803 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853345 T7305 C803 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853347 T7305 C803 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853350 T7305 C803 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853350 T7305 C803 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=MODIFIEDA,b=MODIFIEDB}}}
   [junit4]   2> 1853350 T7305 C803 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1853354 T7305 C803 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1853354 T7305 C803 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1853359 T7305 C803 oass.SolrIndexSearcher.<init> Opening Searcher@191a285[collection1] main
   [junit4]   2> 1853359 T7305 C803 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853359 T7305 C803 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf}
   [junit4]   2> 1853360 T7305 C803 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853362 T7305 C803 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1853362 T7305 C803 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853364 T7305 C803 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853364 T7305 C803 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 1853364 T7305 C803 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1853364 T7305 C803 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1853364 T7305 C803 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853364 T7305 C803 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853364 T7305 C803 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 1853367 T7305 C803 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1853367 T7305 C803 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1853367 T7305 C803 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853369 T7305 C803 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1853369 T7305 C803 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1853369 T7305 C803 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1853369 T7305 C803 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-001\collection1\conf
   [junit4]   2> 1853370 T7305 C803 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1853370 T7305 C803 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1853370 T7305 C803 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1853371 T7305 C803 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1853373 T7305 C803 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 1853373 T7305 C803 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1853373 T7305 C803 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 1853374 T7312 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@191a285[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1853379 T7305 C803 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=4.3701171875, floorSegmentMB=0.7001953125, forceMergeDeletesPctAllowed=21.90025700750617, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5166146771399251
   [junit4]   2> 1853380 T7305 C803 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@db8a6a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1853384 T7305 C803 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1853384 T7305 C803 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 1853385 T7305 C803 oass.SolrIndexSearcher.<init> Opening Searcher@ab88ae[collection1] main
   [junit4]   2> 1853385 T7305 C803 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 1853385 T7305 C803 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"set-user-property":{
   [junit4]   2> 	    "my.custom.variable.a":"MODIFIEDA",
   [junit4]   2> 	    "my.custom.variable.b":"MODIFIEDB"}}]
   [junit4]   2> 1853386 T7305 C803 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=292 
   [junit4]   2> 1853386 T7305 C803 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@12bcc76
   [junit4]   2> 1853386 T7305 C803 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1853389 T7312 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ab88ae[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1853390 T7305 C803 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C804 name=collection1 org.apache.solr.core.SolrCore@2ee252
   [junit4]   2> 1853408 T7307 C804 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=14 
   [junit4]   2> 1853413 T7302 C804 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump params={json.nl=map&initArgs=true&wt=json} status=0 QTime=0 
   [junit4]   2> 1853452 T7299 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=7264196
   [junit4]   2> 1853452 T7299 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2ee252
   [junit4]   2> 1853452 T7299 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1853456 T7299 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1853456 T7299 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1853456 T7299 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1853470 T7299 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1853470 T7299 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1853470 T7299 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data;done=false>>]
   [junit4]   2> 1853470 T7299 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data
   [junit4]   2> 1853471 T7299 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index;done=false>>]
   [junit4]   2> 1853471 T7299 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-002\cores\core\data\index
   [junit4]   2> 1853471 T7299 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 1853676 T7299 oas.SolrTestCaseJ4.tearDown ###Ending testUserProp
   [junit4]   2> 1853689 T7299 oas.SolrTestCaseJ4.setUp ###Starting testReqHandlerAPIs
   [junit4]   2> 1855698 T7299 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1855698 T7299 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1855704 T7299 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core
   [junit4]   2> 1855718 T7299 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1855745 T7299 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49324
   [junit4]   2> 1855762 T7299 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 1855762 T7299 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1855764 T7299 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004
   [junit4]   2> 1855764 T7299 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\'
   [junit4]   2> 1855822 T7299 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\solr.xml
   [junit4]   2> 1855844 T7299 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores
   [junit4]   2> 1855844 T7299 oasc.CoreContainer.<init> New CoreContainer 17483188
   [junit4]   2> 1855844 T7299 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\]
   [junit4]   2> 1855844 T7299 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\lib
   [junit4]   2> 1855847 T7299 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\lib).
   [junit4]   2> 1855862 T7299 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1855863 T7299 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1855863 T7299 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1855863 T7299 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1855863 T7299 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1855863 T7299 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1855865 T7299 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1855865 T7299 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1855865 T7299 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1855865 T7299 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1855865 T7299 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1855865 T7299 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1855866 T7299 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1855866 T7299 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1855866 T7299 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1855872 T7299 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores
   [junit4]   2> 1855873 T7299 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\
   [junit4]   2> 1855873 T7299 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1855879 T7322 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\'
   [junit4]   2> 1855882 T7322 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1855884 T7322 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1855884 T7322 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1855955 T7322 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1855958 T7322 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1855966 T7322 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1855976 T7322 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 1855978 T7322 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf\schema-rest.xml
   [junit4]   2> 1855986 T7322 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1856126 T7322 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1856130 T7322 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1856130 T7322 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1856131 T7322 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1856145 T7322 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1856145 T7322 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1856145 T7322 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1856145 T7322 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1856150 T7322 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 1856195 T7322 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 1856196 T7322 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1
   [junit4]   2> 1856196 T7322 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1856196 T7322 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\data\
   [junit4]   2> 1856196 T7322 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1856200 T7322 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\data
   [junit4]   2> 1856201 T7322 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\data\index/
   [junit4]   2> 1856203 T7322 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1856203 T7322 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\data\index
   [junit4]   2> 1856205 T7322 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=4.3701171875, floorSegmentMB=0.7001953125, forceMergeDeletesPctAllowed=21.90025700750617, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5166146771399251
   [junit4]   2> 1856211 T7322 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1586adf; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1856211 T7322 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1856214 T7322 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1856214 T7322 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1856214 T7322 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1856215 T7322 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1856215 T7322 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1856215 T7322 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1856215 T7322 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1856217 T7322 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1856217 T7322 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1856217 T7322 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1856223 T7322 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1856223 T7322 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1856224 T7322 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1856224 T7322 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1856224 T7322 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1856224 T7322 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1856225 T7322 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1856225 T7322 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1856225 T7322 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1856225 T7322 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1856237 T7322 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1856239 T7322 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1856240 T7322 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1856243 T7322 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1856243 T7322 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1856244 T7322 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1856249 T7322 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1856249 T7322 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1856251 T7322 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19359159828339118]
   [junit4]   2> 1856252 T7322 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1586adf; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1856252 T7322 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1856253 T7322 oass.SolrIndexSearcher.<init> Opening Searcher@223126[collection1] main
   [junit4]   2> 1856253 T7322 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856253 T7322 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf}
   [junit4]   2> 1856253 T7322 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856256 T7322 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1856256 T7322 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856257 T7322 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 1856257 T7322 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856257 T7322 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1856257 T7322 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1856257 T7322 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856271 T7322 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 1856271 T7322 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856271 T7322 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1856271 T7322 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1856271 T7322 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856276 T7322 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1856276 T7322 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1856276 T7322 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1856276 T7322 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856277 T7322 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1856277 T7322 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1856277 T7322 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1856277 T7322 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1856277 T7322 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1856277 T7323 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@223126[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1856278 T7299 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1856278 T7299 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1856278 T7299 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#49324
   [junit4]   2> ASYNC  NEW_CORE C805 name=collection1 org.apache.solr.core.SolrCore@1e1663c
   [junit4]   2> 1856290 T7318 C805 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 1856293 T7318 C805 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\'
   [junit4]   2> 1856299 T7318 C805 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1856299 T7318 C805 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1856303 T7318 C805 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20BF962A67DD7EFE4C-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1856383 T7318 C805 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1856387 T7318 C805 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1856396 T7318 C805 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1856409 T7318 C805 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 1856416 T7318 C805 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1856537 T7318 C805 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1856541 T7318 C805 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1856541 T7318 C805 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1856541 T7318 C805 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1856548 T7318 C805 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1856550 T7318 C805 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1856550 T7318 C805 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1856550 T7318 C805 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1856563 T7318 C805 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1
   [junit4]   2> 1856564 T7318 C805 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\data\
   [junit4]   2> 1856564 T7318 C805 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1856565 T7318 C805 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.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-005\cores\core\data\index/
   [junit4]   2> 1856565 T7318 C805 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1856565 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1856567 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1856567 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1856567 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1856567 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1856567 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1856568 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1856569 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1856569 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1856577 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1856577 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1856577 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1856577 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1856577 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1856577 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1856578 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 1856578 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1856579 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1856579 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /dump: DumpRequestHandler
   [junit4]   2> 1856579 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 1856579 T7318 C805 oasc.RequestHandlers.initHandlersFromConfig created /x: org.apache.solr.handler.DumpRequestHandler
   [junit4]   2> 1856581 T7318 C805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1856584 T7318 C805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1856586 T7318 C805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1856589 T7318 C805 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1856589 T7318 C805 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1856589 T7318 C805 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1856592 T7318 C805 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1856592 T7318 C805 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1856596 T7318 C805 oass.SolrIndexSearcher.<init> Opening Searcher@10569bd[collection1] main
   [junit4]   2> 1856596 T7318 C805 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856596 T7318 C805 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf}
   [junit4]   2> 1856596 T7318 C805 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856597 T7318 C805 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1856597 T7318 C805 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856597 T7318 C805 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856597 T7318 C805 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 1856597 T7318 C805 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1856601 T7318 C805 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1856601 T7318 C805 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856601 T7318 C805 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856601 T7318 C805 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 1856601 T7318 C805 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1856601 T7318 C805 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1856603 T7318 C805 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler BF962A67DD7EFE4C-001\tempDir-004\collection1\conf
   [junit4]   2> 1856603 T7318 C805 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1856603 T7318 C805 oasrsa.ManagedSynonymFilterFactory$Syno

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

t, TestConfigReload, RequestLoggingTest, DOMUtilTest, TestCSVResponseWriter, TestFuzzyAnalyzedSuggestions, DocValuesMissingTest, TestDistributedSearch, TestCollationField, EnumFieldTest, TestRestManager, FullSolrCloudDistribCmdsTest, SpellCheckComponentTest, ZkCLITest, TestSimpleQParserPlugin, TestFileDictionaryLookup, TestExactStatsCache, UnloadDistributedZkTest, SuggestComponentTest, SuggesterTSTTest, DistributedQueryComponentOptimizationTest, TestSchemaManager, FileUtilsTest, DistributedSpellCheckComponentTest, OpenExchangeRatesOrgProviderTest, DirectSolrConnectionTest, TestPartialUpdateDeduplication, TestQueryTypes, TestTolerantSearch, TestManagedSchemaFieldTypeResource, SolrPluginUtilsTest, TestDynamicFieldCollectionResource, TestIBSimilarityFactory, TestZkChroot, TestSolrXml, TestNoOpRegenerator, SuggesterFSTTest, TestStandardQParsers, TestOrdValues, PeerSyncTest, TestManagedSynonymFilterFactory, BlockCacheTest, TestStressUserVersions, TestBulkSchemaAPI, RollingRestartTest, ShardRoutingTest, TestTrackingShardHandlerFactory, HttpPartitionTest, TestFieldTypeResource, AnalysisAfterCoreReloadTest, TestSchemaVersionResource, TestSearchPerf, SimpleFacetsTest, HdfsRecoveryZkTest, TermsComponentTest, TestArbitraryIndexDir, SynonymTokenizerTest, CloudExitableDirectoryReaderTest, TestDynamicFieldResource, TestLMJelinekMercerSimilarityFactory, TestPostingsSolrHighlighter, TestDocBasedVersionConstraints, CopyFieldTest, TestHdfsUpdateLog, SaslZkACLProviderTest, SchemaVersionSpecificBehaviorTest, AssignTest, BasicZkTest, CollectionsAPIDistributedZkTest, DisMaxRequestHandlerTest, TestFieldTypeCollectionResource, TestImplicitCoreProperties, TestSolrDeletionPolicy2, TestSearcherReuse, TestClassNameShortening, SolrCoreTest, TestIntervalFaceting, DistributedTermsComponentTest, TestManagedResourceStorage, ClusterStateUpdateTest, TestDynamicLoading, SignatureUpdateProcessorFactoryTest, DistributedQueueTest, TestSimpleTrackingShardHandler, TestDocSet, TestLuceneMatchVersion, TestMergePolicyConfig, BasicDistributedZk2Test, SolrIndexConfigTest, DateMathParserTest, SampleTest, CursorMarkTest, TestIndexSearcher, TestLeaderElectionZkExpiry, AutoCommitTest, TestFoldingMultitermQuery, TestFieldResource, DateFieldTest, SolrCmdDistributorTest, TestSolrDynamicMBean, DistributedFacetPivotLargeTest, SolrIndexSplitterTest, StressHdfsTest, TestInitQParser, SpatialFilterTest, TestCollectionAPI, TestFastLRUCache, XmlUpdateRequestHandlerTest, DistributedMLTComponentTest, TestSolrQueryParser, LeaderFailoverAfterPartitionTest, TestSchemaResource, DistributedDebugComponentTest, TestReloadAndDeleteDocs, FieldAnalysisRequestHandlerTest, DocumentBuilderTest, HdfsUnloadDistributedZkTest, TestOverriddenPrefixQueryForCustomFieldType, ExternalFileFieldSortTest, AlternateDirectoryTest, TestDFRSimilarityFactory, AsyncMigrateRouteKeyTest, MergeStrategyTest, DocValuesTest, DirectUpdateHandlerOptimizeTest, PathHierarchyTokenizerFactoryTest, TestRebalanceLeaders, OverseerTest, TestChildDocTransformer, TestSystemIdResolver, DocumentAnalysisRequestHandlerTest, TestCodecSupport, TestRawResponseWriter, WordBreakSolrSpellCheckerTest, SSLMigrationTest, MBeansHandlerTest, TestRemoteStreaming, TestJmxIntegration, HdfsWriteToMultipleCollectionsTest, QueryParsingTest, TestDistributedGrouping, TestQuerySenderListener, SuggesterTest, TestRTGBase, FieldMutatingUpdateProcessorTest, TestDistributedMissingSort, TestSortingResponseWriter, TestDefaultStatsCache, TestDefaultSimilarityFactory, TestBlendedInfixSuggestions, TestSolrConfigHandler, TestSort, CurrencyFieldOpenExchangeTest, CustomCollectionTest, TestNonDefinedSimilarityFactory, BufferStoreTest, TestSerializedLuceneMatchVersion, TestLFUCache, NoCacheHeaderTest, TestBM25SimilarityFactory, SharedFSAutoReplicaFailoverTest, ResponseLogComponentTest, UpdateParamsTest, RequestHandlersTest, QueryElevationComponentTest, LeaderInitiatedRecoveryOnCommitTest, TestCloudPivotFacet, TestWordDelimiterFilterFactory, TestCloudManagedSchema, MoreLikeThisHandlerTest, AliasIntegrationTest, HardAutoCommitTest, TestAddFieldRealTimeGet, HdfsLockFactoryTest, TestPivotHelperCode, DistanceFunctionTest, TestStressVersions, FacetPivotSmallTest, ConnectionManagerTest, TestComponentsName, TestReplicationHandlerBackup, DistribCursorPagingTest, DistributedExpandComponentTest, TestAnalyzeInfixSuggestions, ZkStateWriterTest, DistributedFacetPivotSmallAdvancedTest, TestSolrQueryParserResource, TestExtendedDismaxParser, ChaosMonkeyNothingIsSafeTest, TestConfigSets, LeaderElectionIntegrationTest, HdfsDirectoryTest, TestXIncludeConfig, TestRangeQuery, SolrXmlInZkTest, TimeZoneUtilsTest, TestSolrQueryParserDefaultOperatorResource, TestLRUStatsCache, DistributedIntervalFacetingTest, TestLRUCache, TestFastWriter, UUIDFieldTest, TestCopyFieldCollectionResource, LoggingHandlerTest, BJQParserTest, SolrRequestParserTest, TestManagedSchema, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestJmxMonitoredMap, SolrInfoMBeanTest, DistributedQueryComponentCustomSortTest, TestNRTOpen, ZkControllerTest, TestShardHandlerFactory, TestShortCircuitedRequests, SpellPossibilityIteratorTest, TestReplicaProperties, TestFieldSortValues, HdfsBasicDistributedZk2Test, TestSolrConfigHandlerConcurrent, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, OpenCloseCoreStressTest, RecoveryZkTest, TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, ShardRoutingCustomTest, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, TestCoreContainer, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, SpellCheckCollatorTest, CoreAdminHandlerTest, TestStressLucene, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestSolrIndexConfig, TestQuerySenderNoQuery, BadComponentTest, TestStressRecovery, MultiTermTest, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, EchoParamsTest, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, PreAnalyzedFieldTest, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, CircularListTest, CursorPagingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, ActionThrottleTest, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, ExternalCollectionsTest, MultiThreadedOCPTest, OverseerRolesTest, OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 83.08s, 1 test, 1 error <<< FAILURES!

[...truncated 271 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 469 suites, 1872 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 125 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC
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.7.0_76) - Build # 4521 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4413/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001

	at __randomizedtesting.SeedInfo.seed([49FF1D6DFB12E97A]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64983/g_cxt/g/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64983/g_cxt/g/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:950)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:925)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64983/g_cxt/g/repfacttest_c8n_1x3_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 46 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 51 more




Build Log:
[...truncated 10378 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\init-core-data-001
   [junit4]   2> 4543254 T16301 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /g_cxt/g
   [junit4]   2> 4543259 T16301 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4543260 T16302 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4543360 T16301 oasc.ZkTestServer.run start zk server on port:64943
   [junit4]   2> 4543360 T16301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4543362 T16301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4543366 T16309 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ad735 name:ZooKeeperConnection Watcher:127.0.0.1:64943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4543366 T16301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4543367 T16301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4543367 T16301 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4543372 T16301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4543373 T16301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4543375 T16312 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e8720 name:ZooKeeperConnection Watcher:127.0.0.1:64943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4543376 T16301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4543376 T16301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4543376 T16301 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4543380 T16301 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4543384 T16301 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4543386 T16301 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4543389 T16301 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> 4543390 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4543394 T16301 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4543395 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4543398 T16301 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> 4543398 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4543401 T16301 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> 4543402 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4543405 T16301 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> 4543406 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4543409 T16301 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> 4543409 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4543412 T16301 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> 4543413 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4543416 T16301 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> 4543417 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4543420 T16301 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> 4543421 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4543424 T16301 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> 4543424 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4543427 T16301 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> 4543428 T16301 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4543432 T16303 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14be27a05fe0001, 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> 4544856 T16301 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\cores\collection1
   [junit4]   2> 4544859 T16301 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4544867 T16301 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64951
   [junit4]   2> 4544867 T16301 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 4544867 T16301 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4544867 T16301 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001
   [junit4]   2> 4544868 T16301 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\'
   [junit4]   2> 4544909 T16301 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\solr.xml
   [junit4]   2> 4544944 T16301 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\cores
   [junit4]   2> 4544944 T16301 oasc.CoreContainer.<init> New CoreContainer 32139123
   [junit4]   2> 4544944 T16301 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\]
   [junit4]   2> 4544944 T16301 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\lib
   [junit4]   2> 4544944 T16301 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\lib).
   [junit4]   2> 4544957 T16301 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4544957 T16301 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4544957 T16301 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4544957 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4544960 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4544960 T16301 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4544960 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4544960 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4544960 T16301 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4544961 T16301 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4544961 T16301 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4544961 T16301 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4544961 T16301 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4544961 T16301 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4544963 T16301 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4544963 T16301 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64943/solr
   [junit4]   2> 4544963 T16301 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4544963 T16301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4544967 T16301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4544971 T16324 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19b03e6 name:ZooKeeperConnection Watcher:127.0.0.1:64943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4544972 T16301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4544973 T16301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4544976 T16301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4544978 T16327 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1423f name:ZooKeeperConnection Watcher:127.0.0.1:64943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4544979 T16301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4544981 T16301 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4544984 T16301 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4544987 T16301 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4544991 T16301 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4544994 T16301 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4544998 T16301 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4545000 T16301 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64950_g_cxt%2Fg
   [junit4]   2> 4545001 T16301 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64950_g_cxt%2Fg
   [junit4]   2> 4545005 T16301 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4545007 T16301 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4545010 T16301 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4545012 T16301 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:64950_g_cxt%2Fg
   [junit4]   2> 4545013 T16301 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4545015 T16301 oasc.Overseer.start Overseer (id=93417231005646851-127.0.0.1:64950_g_cxt%2Fg-n_0000000000) starting
   [junit4]   2> 4545018 T16301 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4545028 T16301 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4545029 T16329 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4545029 T16328 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4545030 T16301 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4545033 T16301 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4545034 T16301 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4545041 T16301 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\cores
   [junit4]   2> 4545042 T16301 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\cores\collection1\
   [junit4]   2> 4545042 T16301 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4545045 T16331 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4545045 T16331 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4545046 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4545046 T16331 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4545047 T16328 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64950/g_cxt/g",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:64950_g_cxt%2Fg"} current state version: 0
   [junit4]   2> 4545048 T16328 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64950/g_cxt/g",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:64950_g_cxt%2Fg"}
   [junit4]   2> 4545048 T16328 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4545049 T16328 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4545050 T16327 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> 4546046 T16331 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4546046 T16331 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4546047 T16331 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4546047 T16331 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4546049 T16331 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4546049 T16331 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\cores\collection1\'
   [junit4]   2> 4546070 T16331 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4546074 T16331 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4546085 T16331 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4546107 T16331 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4546155 T16331 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4546158 T16331 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4546167 T16331 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4546583 T16331 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4546591 T16331 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4546593 T16331 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4546608 T16331 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4546613 T16331 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4546618 T16331 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4546619 T16331 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4546620 T16331 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4546620 T16331 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4546622 T16331 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4546622 T16331 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4546622 T16331 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4546623 T16331 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4546623 T16331 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001/control/data\
   [junit4]   2> 4546623 T16331 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17ca7b3
   [junit4]   2> 4546624 T16331 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001/control/data\
   [junit4]   2> 4546625 T16331 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001/control/data\index/
   [junit4]   2> 4546625 T16331 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4546626 T16331 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001/control/data\index
   [junit4]   2> 4546626 T16331 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4546627 T16331 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13b0573 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e2fb18),segFN=segments_1,generation=1}
   [junit4]   2> 4546627 T16331 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4546630 T16331 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4546631 T16331 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4546631 T16331 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4546633 T16331 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4546633 T16331 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4546633 T16331 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4546634 T16331 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4546634 T16331 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4546635 T16331 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4546635 T16331 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4546636 T16331 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4546636 T16331 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4546637 T16331 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4546637 T16331 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4546638 T16331 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4546639 T16331 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4546639 T16331 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4546640 T16331 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4546641 T16331 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4546641 T16331 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4546642 T16331 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4546642 T16331 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4546643 T16331 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4546643 T16331 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4546644 T16331 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4546644 T16331 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4546645 T16331 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4546650 T16331 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4546653 T16331 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4546654 T16331 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4546657 T16331 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4546659 T16331 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4546660 T16331 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4546662 T16331 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4546663 T16331 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4546663 T16331 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=50.2783203125, floorSegmentMB=0.779296875, forceMergeDeletesPctAllowed=23.039468021184767, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4546664 T16331 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13b0573 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e2fb18),segFN=segments_1,generation=1}
   [junit4]   2> 4546664 T16331 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4546664 T16331 oass.SolrIndexSearcher.<init> Opening Searcher@14d1a13[collection1] main
   [junit4]   2> 4546665 T16331 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4546666 T16331 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4546666 T16331 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4546667 T16331 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4546667 T16331 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4546667 T16331 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4546669 T16331 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4546669 T16331 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4546669 T16331 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4546669 T16331 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4546670 T16332 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14d1a13[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4546671 T16331 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4546672 T16335 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:64950/g_cxt/g collection:control_collection shard:shard1
   [junit4]   2> 4546672 T16301 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4546672 T16301 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4546675 T16301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4546675 T16335 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4546677 T16301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4546679 T16339 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14a4668 name:ZooKeeperConnection Watcher:127.0.0.1:64943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4546679 T16301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4546679 T16301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4546682 T16301 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4546685 T16335 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4546687 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4546688 T16301 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4546688 T16335 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4546688 T16335 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2467 name=collection1 org.apache.solr.core.SolrCore@cccd6e url=http://127.0.0.1:64950/g_cxt/g/collection1 node=127.0.0.1:64950_g_cxt%2Fg C2467_STATE=coll:control_collection core:collection1 props:{core=collection1, state=down, base_url=http://127.0.0.1:64950/g_cxt/g, node_name=127.0.0.1:64950_g_cxt%2Fg}
   [junit4]   2> 4546688 T16335 C2467 P64950 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:64950/g_cxt/g/collection1/
   [junit4]   2> 4546688 T16335 C2467 P64950 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4546688 T16335 C2467 P64950 oasc.SyncStrategy.syncToMe http://127.0.0.1:64950/g_cxt/g/collection1/ has no replicas
   [junit4]   2> 4546688 T16335 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:64950/g_cxt/g/collection1/ shard1
   [junit4]   2> 4546689 T16335 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4546690 T16328 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> 4546694 T16327 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> 4546694 T16339 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> 4546710 T16328 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":"http://127.0.0.1:64950/g_cxt/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 4546712 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4546814 T16327 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> 4546814 T16339 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> 4546862 T16335 oasc.ZkController.register We are http://127.0.0.1:64950/g_cxt/g/collection1/ and leader is http://127.0.0.1:64950/g_cxt/g/collection1/
   [junit4]   2> 4546862 T16335 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:64950/g_cxt/g
   [junit4]   2> 4546862 T16335 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4546862 T16335 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4546862 T16335 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4546864 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4546867 T16328 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64950/g_cxt/g",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:64950_g_cxt%2Fg"} current state version: 3
   [junit4]   2> 4546868 T16328 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64950/g_cxt/g",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:64950_g_cxt%2Fg"}
   [junit4]   2> 4546978 T16327 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> 4546978 T16339 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> 4548063 T16301 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\cores\collection1
   [junit4]   2> 4548066 T16301 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 4548066 T16301 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4548071 T16301 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64964
   [junit4]   2> 4548072 T16301 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 4548073 T16301 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4548073 T16301 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001
   [junit4]   2> 4548074 T16301 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\'
   [junit4]   2> 4548106 T16301 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\solr.xml
   [junit4]   2> 4548141 T16301 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\cores
   [junit4]   2> 4548141 T16301 oasc.CoreContainer.<init> New CoreContainer 17987057
   [junit4]   2> 4548141 T16301 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\]
   [junit4]   2> 4548141 T16301 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\lib
   [junit4]   2> 4548143 T16301 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\lib).
   [junit4]   2> 4548154 T16301 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4548154 T16301 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4548154 T16301 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4548154 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4548154 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4548154 T16301 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4548154 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4548157 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4548157 T16301 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4548157 T16301 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4548157 T16301 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4548158 T16301 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4548159 T16301 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4548159 T16301 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4548160 T16301 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4548160 T16301 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64943/solr
   [junit4]   2> 4548160 T16301 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4548160 T16301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4548163 T16301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4548166 T16351 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@119b08d name:ZooKeeperConnection Watcher:127.0.0.1:64943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4548167 T16301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4548168 T16301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4548171 T16301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4548173 T16354 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a7c0ce name:ZooKeeperConnection Watcher:127.0.0.1:64943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4548174 T16301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4548182 T16301 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4549187 T16301 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64963_g_cxt%2Fg
   [junit4]   2> 4549188 T16301 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64963_g_cxt%2Fg
   [junit4]   2> 4549194 T16301 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4549197 T16301 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\cores
   [junit4]   2> 4549199 T16301 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\cores\collection1\
   [junit4]   2> 4549200 T16301 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4549201 T16355 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4549201 T16355 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4549202 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4549202 T16355 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4549204 T16328 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64963/g_cxt/g",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:64963_g_cxt%2Fg"} current state version: 4
   [junit4]   2> 4549205 T16328 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64963/g_cxt/g",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:64963_g_cxt%2Fg"}
   [junit4]   2> 4549205 T16328 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4549205 T16328 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4549207 T16339 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> 4549208 T16354 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> 4549208 T16327 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> 4550203 T16355 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4550203 T16355 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4550204 T16355 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4550204 T16355 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4550206 T16355 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4550206 T16355 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4550230 T16355 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4550233 T16355 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4550245 T16355 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4550270 T16355 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4550321 T16355 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4550324 T16355 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4550333 T16355 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4550757 T16355 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4550767 T16355 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4550770 T16355 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4550783 T16355 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4550788 T16355 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4550793 T16355 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4550794 T16355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4550794 T16355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4550795 T16355 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4550796 T16355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4550797 T16355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4550797 T16355 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4550797 T16355 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4550798 T16355 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001/jetty1\
   [junit4]   2> 4550798 T16355 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17ca7b3
   [junit4]   2> 4550799 T16355 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001/jetty1\
   [junit4]   2> 4550799 T16355 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001/jetty1\index/
   [junit4]   2> 4550799 T16355 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 4550800 T16355 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\tempDir-001/jetty1\index
   [junit4]   2> 4550800 T16355 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4550801 T16355 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e18abd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15bbd51),segFN=segments_1,generation=1}
   [junit4]   2> 4550801 T16355 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4550806 T16355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4550806 T16355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4550807 T16355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4550807 T16355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4550807 T16355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4550807 T16355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4550808 T16355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4550808 T16355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4550809 T16355 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4550809 T16355 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4550810 T16355 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4550810 T16355 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4550811 T16355 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4550812 T16355 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4550812 T16355 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4550813 T16355 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4550814 T16355 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4550814 T16355 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4550816 T16355 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4550816 T16355 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4550817 T16355 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4550818 T16355 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4550818 T16355 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4550819 T16355 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4550819 T16355 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4550820 T16355 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4550821 T16355 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4550831 T16355 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4550833 T16355 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4550835 T16355 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4550837 T16355 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4550840 T16355 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4550841 T16355 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4550843 T16355 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4550843 T16355 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4550844 T16355 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=50.2783203125, floorSegmentMB=0.779296875, forceMergeDeletesPctAllowed=23.039468021184767, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4550844 T16355 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e18abd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15bbd51),segFN=segments_1,generation=1}
   [junit4]   2> 4550844 T16355 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4550845 T16355 oass.SolrIndexSearcher.<init> Opening Searcher@91ef22[collection1] main
   [junit4]   2> 4550845 T16355 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4550847 T16355 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4550847 T16355 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4550848 T16355 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4550848 T16355 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4550848 T16355 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4550849 T16355 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4550850 T16355 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4550850 T16355 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4550850 T16355 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4550851 T16356 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@91ef22[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4550852 T16355 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4550853 T16359 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:64963/g_cxt/g collection:collection1 shard:shard3
   [junit4]   2> 4550853 T16301 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4550854 T16301 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4550855 T16359 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 4550862 T16359 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 4550864 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4550865 T16359 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4550865 T16359 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2468 name=collection1 org.apache.solr.core.SolrCore@c59215 url=http://127.0.0.1:64963/g_cxt/g/collection1 node=127.0.0.1:64963_g_cxt%2Fg C2468_STATE=coll:collection1 core:collection1 props:{core=collection1, state=down, base_url=http://127.0.0.1:64963/g_cxt/g, node_name=127.0.0.1:64963_g_cxt%2Fg}
   [junit4]   2> 4550865 T16359 C2468 P64963 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:64963/g_cxt/g/collection1/
   [junit4]   2> 4550865 T16359 C2468 P64963 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4550865 T16359 C2468 P64963 oasc.SyncStrategy.syncToMe http://127.0.0.1:64963/g_cxt/g/collection1/ has no replicas
   [junit4]   2> 4550865 T16359 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:64963/g_cxt/g/collection1/ shard3
   [junit4]   2> 4550866 T16359 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 4550869 T16328 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 4550882 T16354 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> 4550884 T16327 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> 4550884 T16339 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> 4550892 T16328 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64963/g_cxt/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 4550895 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4550896 T16327 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> 4550896 T16354 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> 4550896 T16339 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> 4550943 T16359 oasc.ZkController.register We are http://127.0.0.1:64963/g_cxt/g/collection1/ and leader is http://127.0.0.1:64963/g_cxt/g/collection1/
   [junit4]   2> 4550943 T16359 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:64963/g_cxt/g
   [junit4]   2> 4550943 T16359 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4550943 T16359 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4550943 T16359 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4550945 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4550947 T16328 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64963/g_cxt/g",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:64963_g_cxt%2Fg"} current state version: 7
   [junit4]   2> 4550948 T16328 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64963/g_cxt/g",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:64963_g_cxt%2Fg"}
   [junit4]   2> 4551055 T16339 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> 4551056 T16327 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> 4551056 T16354 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> 4552297 T16301 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001\cores\collection1
   [junit4]   2> 4552300 T16301 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 4552301 T16301 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4552305 T16301 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:64974
   [junit4]   2> 4552307 T16301 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
   [junit4]   2> 4552308 T16301 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4552308 T16301 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001
   [junit4]   2> 4552309 T16301 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001\'
   [junit4]   2> 4552342 T16301 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001\solr.xml
   [junit4]   2> 4552371 T16301 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001\cores
   [junit4]   2> 4552372 T16301 oasc.CoreContainer.<init> New CoreContainer 8311553
   [junit4]   2> 4552372 T16301 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.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001\]
   [junit4]   2> 4552372 T16301 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001\lib
   [junit4]   2> 4552373 T16301 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001\lib).
   [junit4]   2> 4552385 T16301 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4552386 T16301 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4552386 T16301 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4552386 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4552386 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4552386 T16301 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4552386 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4552386 T16301 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4552386 T16301 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4552387 T16301 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4552387 T16301 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4552387 T16301 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4552387 T16301 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4552387 T16301 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4552388 T16301 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4552388 T16301 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:64943/solr
   [junit4]   2> 4552388 T16301 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4552388 T16301 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4552391 T16301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4552393 T16372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5320a4 name:ZooKeeperConnection Watcher:127.0.0.1:64943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4552394 T16301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4552394 T16301 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4552398 T16301 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4552400 T16375 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1719cb2 name:ZooKeeperConnection Watcher:127.0.0.1:64943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4552400 T16301 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4552409 T16301 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4553414 T16301 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64973_g_cxt%2Fg
   [junit4]   2> 4553415 T16301 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64973_g_cxt%2Fg
   [junit4]   2> 4553423 T16301 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4553426 T16301 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001\cores
   [junit4]   2> 4553428 T16301 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 49FF1D6DFB12E97A-001\shard-2-001\cores\collection1\
   [junit4]   2> 4553428 T16301 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4553430 T16376 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4553430 T16376 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4553431 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4553431 T16376 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4553433 T16328 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64973/g_cxt/g",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:64973_g_cxt%2Fg"} current state version: 8
   [junit4]   2> 4553434 T16328 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:64973/g_cxt/g",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:64973_g_cxt%2Fg"}
   [junit4]   2> 4553434 T16328 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4553434 T16328 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4553436 T16339 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> 4553437 T16327 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> 4553436 T16375 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> 4553436 T16354 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> 4554432 T16376 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4554432 T16376 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4554433 T16376 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4554433 T16376 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4554435 T16376 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1

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

t, UpdateRequestProcessorFactoryTest, TestFileDictionaryLookup, AssignTest, CopyFieldTest, FullSolrCloudDistribCmdsTest, TestBulkSchemaConcurrent, TestBinaryResponseWriter, TestFieldTypeCollectionResource, HttpPartitionTest, StandardRequestHandlerTest, TestFiltering, BadCopyFieldTest, DocumentBuilderTest, AliasIntegrationTest, TestSearchPerf, PolyFieldTest, TestSchemaResource, FileUtilsTest, SpellCheckComponentTest, StatelessScriptUpdateProcessorFactoryTest, QueryParsingTest, QueryEqualityTest, HdfsWriteToMultipleCollectionsTest, HdfsChaosMonkeySafeLeaderTest, TestManagedSchemaDynamicFieldResource, DeleteShardTest, AsyncMigrateRouteKeyTest, TestPartialUpdateDeduplication, AddSchemaFieldsUpdateProcessorFactoryTest, DOMUtilTest, MBeansHandlerTest, PreAnalyzedUpdateProcessorTest, SampleTest, TestManagedSynonymFilterFactory, TestOmitPositions, TestSchemaSimilarityResource, TestExpandComponent, TestExceedMaxTermLength, TestLazyCores, TestUpdate, TestStandardQParsers, LeaderElectionIntegrationTest, TestRTGBase, SpellCheckCollatorTest, HdfsUnloadDistributedZkTest, SolrPluginUtilsTest, OverseerTest, TestMissingGroups, PeerSyncTest, IndexSchemaTest, TestLMJelinekMercerSimilarityFactory, TestHashPartitioner, SSLMigrationTest, TestOrdValues, EnumFieldTest, ExternalCollectionsTest, TestReloadAndDeleteDocs, PluginInfoTest, ConnectionManagerTest, TestMergePolicyConfig, MigrateRouteKeyTest, PrimUtilsTest, SolrCmdDistributorTest, TestElisionMultitermQuery, TestSolrIndexConfig, SimpleFacetsTest, UUIDUpdateProcessorFallbackTest, SuggesterTSTTest, TestRandomDVFaceting, DeleteReplicaTest, TestStressRecovery, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestReload, TestStressVersions, SolrCoreTest, StatsComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, TestBadConfig, CurrencyFieldXmlFileTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, ReturnFieldsTest, JSONWriterTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestLFUCache, UpdateParamsTest, ResponseLogComponentTest, BadComponentTest, TestSolrDeletionPolicy2, TestDocSet, TestBinaryField, NumericFieldsTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSuggestSpellingConverter, DateFieldTest, ClusterStateTest, TestSolrJ, TestLRUCache, SystemInfoHandlerTest, UUIDFieldTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestSimpleTrackingShardHandler, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, RollingRestartTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestReplicaProperties, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsCollectionsAPIDistributedZkTest, StressHdfsTest, ZkStateWriterTest, CachingDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestDynamicLoading, TestImplicitCoreProperties, TestInitParams, TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=49FF1D6DFB12E97A -Dtests.slow=true -Dtests.locale=bg_BG -Dtests.timezone=Pacific/Guam -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 49FF1D6DFB12E97A-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([49FF1D6DFB12E97A]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 27.75s, 4 tests, 1 error <<< FAILURES!

[...truncated 253 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 469 suites, 1871 tests, 1 suite-level error, 1 error, 57 ignored (30 assumptions)

Total time: 164 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
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.7.0_76) - Build # 4520 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4412/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61337/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61337/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:597)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:809)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:950)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:925)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61337/repfacttest_c8n_1x3_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:594)
	... 46 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 51 more




Build Log:
[...truncated 10381 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\init-core-data-001
   [junit4]   2> 5299883 T19156 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 5299890 T19156 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5299891 T19157 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 5300008 T19156 oasc.ZkTestServer.run start zk server on port:61314
   [junit4]   2> 5300008 T19156 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5300010 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5300020 T19164 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dfc30a name:ZooKeeperConnection Watcher:127.0.0.1:61314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5300021 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5300023 T19156 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5300023 T19156 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5300034 T19156 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5300036 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5300039 T19167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bc0e45 name:ZooKeeperConnection Watcher:127.0.0.1:61314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5300039 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5300106 T19156 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5300107 T19156 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 5300112 T19156 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 5300115 T19156 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 5300121 T19156 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 5300124 T19156 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> 5300125 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 5300130 T19156 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 5300131 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 5300136 T19156 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> 5300137 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5300140 T19156 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> 5300141 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 5300146 T19156 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> 5300146 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 5300150 T19156 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> 5300150 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 5300155 T19156 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> 5300155 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 5300161 T19156 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> 5300161 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5300167 T19156 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> 5300167 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5300172 T19156 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> 5300173 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 5300178 T19156 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> 5300178 T19156 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 5301952 T19156 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\control-001\cores\collection1
   [junit4]   2> 5301957 T19156 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5301965 T19156 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61322
   [junit4]   2> 5301965 T19156 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5301965 T19156 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5301965 T19156 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.ReplicationFactorTest B00F427E937560E5-001\control-001
   [junit4]   2> 5301965 T19156 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.ReplicationFactorTest B00F427E937560E5-001\control-001\'
   [junit4]   2> 5302031 T19156 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\control-001\solr.xml
   [junit4]   2> 5302130 T19156 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\control-001\cores
   [junit4]   2> 5302130 T19156 oasc.CoreContainer.<init> New CoreContainer 9739598
   [junit4]   2> 5302130 T19156 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.ReplicationFactorTest B00F427E937560E5-001\control-001\]
   [junit4]   2> 5302131 T19156 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\control-001\lib
   [junit4]   2> 5302132 T19156 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\control-001\lib).
   [junit4]   2> 5302150 T19156 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5302151 T19156 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5302151 T19156 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5302151 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5302152 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5302152 T19156 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5302152 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5302152 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5302152 T19156 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5302152 T19156 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5302152 T19156 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5302152 T19156 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5302152 T19156 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5302154 T19156 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5302155 T19156 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5302155 T19156 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61314/solr
   [junit4]   2> 5302155 T19156 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5302155 T19156 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5302157 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5302161 T19179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@195421e name:ZooKeeperConnection Watcher:127.0.0.1:61314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5302161 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5302161 T19156 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5302170 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5302171 T19182 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15c49a9 name:ZooKeeperConnection Watcher:127.0.0.1:61314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5302174 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5302177 T19156 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 5302184 T19156 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 5302190 T19156 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 5302196 T19156 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 5302201 T19156 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 5302208 T19156 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 5302210 T19156 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61321_
   [junit4]   2> 5302213 T19156 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61321_
   [junit4]   2> 5302218 T19156 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 5302220 T19156 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 5302224 T19156 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5302228 T19156 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:61321_
   [junit4]   2> 5302229 T19156 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 5302234 T19156 oasc.Overseer.start Overseer (id=93414932257374211-127.0.0.1:61321_-n_0000000000) starting
   [junit4]   2> 5302239 T19156 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 5302255 T19156 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5302257 T19183 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 5302258 T19184 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 5302257 T19156 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 5302263 T19156 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 5302264 T19156 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5302277 T19156 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\control-001\cores
   [junit4]   2> 5302279 T19156 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\control-001\cores\collection1\
   [junit4]   2> 5302279 T19156 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5302280 T19186 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 5302282 T19186 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5302283 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5302283 T19186 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5302284 T19183 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:61321_",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61321",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 5302285 T19183 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:61321_",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61321",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5302285 T19183 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 5302287 T19183 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5302288 T19182 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> 5303568 T19186 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5303568 T19186 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 5303570 T19186 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5303570 T19186 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5303573 T19186 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5303573 T19186 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.ReplicationFactorTest B00F427E937560E5-001\control-001\cores\collection1\'
   [junit4]   2> 5303622 T19186 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5303629 T19186 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5303648 T19186 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5303698 T19186 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5303771 T19186 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5303775 T19186 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5303790 T19186 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5304265 T19186 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5304276 T19186 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5304280 T19186 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5304298 T19186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5304303 T19186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5304309 T19186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5304312 T19186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5304312 T19186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5304312 T19186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5304314 T19186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5304314 T19186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5304315 T19186 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 5304315 T19186 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5304315 T19186 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.ReplicationFactorTest B00F427E937560E5-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/control/data\
   [junit4]   2> 5304315 T19186 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1131db5
   [junit4]   2> 5304317 T19186 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/control/data\
   [junit4]   2> 5304317 T19186 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/control/data\index/
   [junit4]   2> 5304318 T19186 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 5304318 T19186 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/control/data\index
   [junit4]   2> 5304319 T19186 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 5304319 T19186 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aee4c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12e7c46),segFN=segments_1,generation=1}
   [junit4]   2> 5304323 T19186 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5304328 T19186 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5304329 T19186 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5304329 T19186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5304329 T19186 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5304330 T19186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5304330 T19186 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5304330 T19186 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5304332 T19186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5304332 T19186 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5304333 T19186 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5304333 T19186 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5304333 T19186 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5304334 T19186 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5304334 T19186 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5304335 T19186 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5304335 T19186 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5304337 T19186 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5304337 T19186 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5304338 T19186 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5304339 T19186 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5304339 T19186 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5304340 T19186 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5304340 T19186 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5304342 T19186 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5304342 T19186 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5304343 T19186 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5304343 T19186 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5304350 T19186 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5304353 T19186 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5304355 T19186 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5304358 T19186 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5304360 T19186 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5304362 T19186 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5304364 T19186 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5304364 T19186 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5304365 T19186 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=59.0380859375, floorSegmentMB=0.44140625, forceMergeDeletesPctAllowed=17.13220886015005, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39561141484372564
   [junit4]   2> 5304365 T19186 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1aee4c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12e7c46),segFN=segments_1,generation=1}
   [junit4]   2> 5304367 T19186 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5304367 T19186 oass.SolrIndexSearcher.<init> Opening Searcher@1156fb0[collection1] main
   [junit4]   2> 5304367 T19186 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5304369 T19186 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5304369 T19186 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5304371 T19186 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5304371 T19186 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5304371 T19186 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5304372 T19186 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5304372 T19186 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5304373 T19186 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5304373 T19186 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5304373 T19186 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5304373 T19187 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1156fb0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5304376 T19190 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61321 collection:control_collection shard:shard1
   [junit4]   2> 5304377 T19156 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5304377 T19156 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5304378 T19190 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5304378 T19156 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5304382 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5304383 T19194 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fa8926 name:ZooKeeperConnection Watcher:127.0.0.1:61314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5304383 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5304384 T19156 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5304386 T19156 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5304389 T19190 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5304396 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5304397 T19156 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5304397 T19190 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5304398 T19190 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7341 name=collection1 org.apache.solr.core.SolrCore@96de35 url=http://127.0.0.1:61321/collection1 node=127.0.0.1:61321_ C7341_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:61321_, base_url=http://127.0.0.1:61321, state=down, core=collection1}
   [junit4]   2> 5304398 T19190 C7341 P61321 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61321/collection1/
   [junit4]   2> 5304398 T19190 C7341 P61321 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5304399 T19190 C7341 P61321 oasc.SyncStrategy.syncToMe http://127.0.0.1:61321/collection1/ has no replicas
   [junit4]   2> 5304399 T19190 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61321/collection1/ shard1
   [junit4]   2> 5304399 T19190 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 5304398 T19156 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 5304401 T19156 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5304399 T19183 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> 5304403 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5304404 T19194 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> 5304407 T19182 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> 5304413 T19197 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d01ea5 name:ZooKeeperConnection Watcher:127.0.0.1:61314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5304413 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5304414 T19156 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5304417 T19183 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":"http://127.0.0.1:61321",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 5304418 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5304423 T19183 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 5304424 T19183 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 5304426 T19182 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> 5304427 T19194 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> 5304437 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5304482 T19190 oasc.ZkController.register We are http://127.0.0.1:61321/collection1/ and leader is http://127.0.0.1:61321/collection1/
   [junit4]   2> 5304482 T19190 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61321
   [junit4]   2> 5304483 T19190 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5304483 T19190 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 5304483 T19190 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5304487 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5304490 T19183 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:61321_",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61321",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1"} current state version: 3
   [junit4]   2> 5304491 T19183 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:61321_",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61321",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5304493 T19183 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 5304496 T19182 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> 5304497 T19194 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> 5304635 T19182 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> 5304636 T19194 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> 5306270 T19156 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\cores\collection1
   [junit4]   2> 5306274 T19156 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 5306274 T19156 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5306280 T19156 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61338
   [junit4]   2> 5306283 T19156 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5306283 T19156 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5306283 T19156 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.ReplicationFactorTest B00F427E937560E5-001\shard-1-001
   [junit4]   2> 5306283 T19156 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.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\'
   [junit4]   2> 5306330 T19156 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\solr.xml
   [junit4]   2> 5306372 T19156 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\cores
   [junit4]   2> 5306372 T19156 oasc.CoreContainer.<init> New CoreContainer 19118412
   [junit4]   2> 5306372 T19156 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.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\]
   [junit4]   2> 5306372 T19156 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\lib
   [junit4]   2> 5306372 T19156 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\lib).
   [junit4]   2> 5306387 T19156 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5306387 T19156 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5306387 T19156 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5306387 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5306387 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5306387 T19156 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5306390 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5306390 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5306390 T19156 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5306390 T19156 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5306392 T19156 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5306392 T19156 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5306392 T19156 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5306392 T19156 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5306393 T19156 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5306394 T19156 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61314/solr
   [junit4]   2> 5306394 T19156 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5306394 T19156 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5306398 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5306400 T19209 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15a3ad3 name:ZooKeeperConnection Watcher:127.0.0.1:61314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5306402 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5306402 T19156 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5306408 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5306410 T19212 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13a6f98 name:ZooKeeperConnection Watcher:127.0.0.1:61314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5306410 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5306422 T19156 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5307715 T19156 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61337_
   [junit4]   2> 5307718 T19156 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61337_
   [junit4]   2> 5307727 T19156 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5307733 T19156 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\cores
   [junit4]   2> 5307734 T19156 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\cores\collection1\
   [junit4]   2> 5307734 T19156 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5307740 T19213 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5307740 T19213 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5307744 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5307745 T19213 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5307747 T19183 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:61337_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61337",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5307747 T19213 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5307748 T19183 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:61337_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61337",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5307748 T19183 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5307748 T19183 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5307749 T19213 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5307752 T19183 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 5307752 T19213 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 5307753 T19213 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5307753 T19212 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5307757 T19212 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 5309038 T19213 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5309038 T19213 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5309039 T19213 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5309040 T19213 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5309041 T19213 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5309043 T19213 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.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\cores\collection1\'
   [junit4]   2> 5309085 T19213 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5309093 T19213 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5309113 T19213 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5309228 T19213 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5309302 T19213 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5309306 T19213 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5309319 T19213 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5309886 T19213 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5309895 T19213 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5309898 T19213 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5309918 T19213 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5309928 T19213 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5309938 T19213 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5309941 T19213 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5309941 T19213 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5309942 T19213 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5309945 T19213 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5309945 T19213 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5309946 T19213 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5309946 T19213 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5309947 T19213 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.ReplicationFactorTest B00F427E937560E5-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/jetty1\
   [junit4]   2> 5309948 T19213 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1131db5
   [junit4]   2> 5309950 T19213 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/jetty1\
   [junit4]   2> 5309950 T19213 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/jetty1\index/
   [junit4]   2> 5309951 T19213 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 5309951 T19213 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/jetty1\index
   [junit4]   2> 5309952 T19213 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 5309953 T19213 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c29e59 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a0ae4),segFN=segments_1,generation=1}
   [junit4]   2> 5309955 T19213 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5309962 T19213 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5309964 T19213 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5309964 T19213 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5309965 T19213 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5309965 T19213 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5309965 T19213 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5309966 T19213 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5309967 T19213 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5309967 T19213 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5309969 T19213 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5309970 T19213 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5309970 T19213 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5309971 T19213 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5309972 T19213 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5309974 T19213 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5309975 T19213 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5309975 T19213 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5309976 T19213 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5309980 T19213 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5309980 T19213 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5309981 T19213 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5309982 T19213 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5309984 T19213 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5309985 T19213 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5309986 T19213 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5309986 T19213 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5309987 T19213 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5309999 T19213 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5310001 T19213 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5310004 T19213 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5310009 T19213 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5310011 T19213 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5310014 T19213 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5310016 T19213 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5310016 T19213 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5310017 T19213 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=59.0380859375, floorSegmentMB=0.44140625, forceMergeDeletesPctAllowed=17.13220886015005, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39561141484372564
   [junit4]   2> 5310019 T19213 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c29e59 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a0ae4),segFN=segments_1,generation=1}
   [junit4]   2> 5310019 T19213 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5310021 T19213 oass.SolrIndexSearcher.<init> Opening Searcher@f64440[collection1] main
   [junit4]   2> 5310022 T19213 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5310025 T19213 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5310025 T19213 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5310026 T19213 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5310026 T19213 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5310026 T19213 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5310028 T19213 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5310028 T19213 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5310028 T19213 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5310028 T19213 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5310030 T19214 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f64440[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5310031 T19213 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5310034 T19156 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5310034 T19156 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5310035 T19217 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61337 collection:collection1 shard:shard1
   [junit4]   2> 5310038 T19217 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 5310049 T19217 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5310053 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5310054 T19217 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5310054 T19217 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7342 name=collection1 org.apache.solr.core.SolrCore@1759c68 url=http://127.0.0.1:61337/collection1 node=127.0.0.1:61337_ C7342_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:61337_, base_url=http://127.0.0.1:61337, state=down, core=collection1}
   [junit4]   2> 5310054 T19217 C7342 P61337 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61337/collection1/
   [junit4]   2> 5310054 T19217 C7342 P61337 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5310056 T19217 C7342 P61337 oasc.SyncStrategy.syncToMe http://127.0.0.1:61337/collection1/ has no replicas
   [junit4]   2> 5310056 T19217 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61337/collection1/ shard1
   [junit4]   2> 5310058 T19217 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 5310059 T19183 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> 5310061 T19183 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 5310064 T19212 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5310066 T19212 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 5310076 T19183 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61337",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 5310079 T19183 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 5310080 T19212 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5310081 T19212 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 5310086 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5310139 T19217 oasc.ZkController.register We are http://127.0.0.1:61337/collection1/ and leader is http://127.0.0.1:61337/collection1/
   [junit4]   2> 5310139 T19217 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61337
   [junit4]   2> 5310139 T19217 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5310139 T19217 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 5310139 T19217 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5310144 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5310148 T19183 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:61337_",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61337",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5310149 T19183 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:61337_",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61337",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5310152 T19183 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 5310154 T19212 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 5310157 T19217 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5310158 T19212 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5312129 T19156 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\cores\collection1
   [junit4]   2> 5312133 T19156 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 5312134 T19156 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5312140 T19156 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61348
   [junit4]   2> 5312144 T19156 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1df59bd
   [junit4]   2> 5312144 T19156 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5312144 T19156 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.ReplicationFactorTest B00F427E937560E5-001\shard-2-001
   [junit4]   2> 5312147 T19156 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.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\'
   [junit4]   2> 5312207 T19156 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\solr.xml
   [junit4]   2> 5312263 T19156 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\cores
   [junit4]   2> 5312263 T19156 oasc.CoreContainer.<init> New CoreContainer 21994967
   [junit4]   2> 5312264 T19156 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.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\]
   [junit4]   2> 5312264 T19156 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\lib
   [junit4]   2> 5312264 T19156 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\lib).
   [junit4]   2> 5312281 T19156 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5312282 T19156 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5312282 T19156 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5312283 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5312283 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5312283 T19156 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5312283 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5312283 T19156 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5312283 T19156 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5312283 T19156 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5312283 T19156 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 5312285 T19156 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5312285 T19156 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5312285 T19156 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5312285 T19156 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5312285 T19156 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61314/solr
   [junit4]   2> 5312285 T19156 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5312285 T19156 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5312287 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5312291 T19230 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b1df63 name:ZooKeeperConnection Watcher:127.0.0.1:61314 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5312292 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5312293 T19156 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5312297 T19156 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5312300 T19233 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@111ea01 name:ZooKeeperConnection Watcher:127.0.0.1:61314/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5312301 T19156 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5312313 T19156 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5313611 T19156 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61347_
   [junit4]   2> 5313613 T19156 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61347_
   [junit4]   2> 5313623 T19156 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5313632 T19156 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\cores
   [junit4]   2> 5313634 T19156 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\cores\collection1\
   [junit4]   2> 5313634 T19156 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 5313642 T19234 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5313643 T19234 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5313647 T19182 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5313648 T19234 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 5313648 T19234 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 5313650 T19183 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "node_name":"127.0.0.1:61347_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61347",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 5313650 T19234 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5313651 T19183 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:61347_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61347",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 5313651 T19183 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 5313651 T19183 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 5313653 T19183 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 5313655 T19234 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 5313655 T19234 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5313655 T19233 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5313656 T19212 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 5313657 T19233 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5313660 T19212 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 5315038 T19234 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5315038 T19234 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5315042 T19234 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5315042 T19234 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5315046 T19234 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5315047 T19234 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.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\cores\collection1\'
   [junit4]   2> 5315087 T19234 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5315092 T19234 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5315105 T19234 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 5315137 T19234 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 5315274 T19234 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5315278 T19234 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5315297 T19234 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5315831 T19234 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5315842 T19234 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5315847 T19234 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5315867 T19234 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5315874 T19234 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5315881 T19234 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5315884 T19234 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5315884 T19234 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5315884 T19234 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5315887 T19234 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5315887 T19234 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5315888 T19234 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5315888 T19234 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5315889 T19234 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.ReplicationFactorTest B00F427E937560E5-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/jetty2\
   [junit4]   2> 5315889 T19234 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1131db5
   [junit4]   2> 5315891 T19234 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/jetty2\
   [junit4]   2> 5315891 T19234 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/jetty2\index/
   [junit4]   2> 5315891 T19234 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 5315892 T19234 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.ReplicationFactorTest B00F427E937560E5-001\tempDir-001/jetty2\index
   [junit4]   2> 5315893 T19234 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteS

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

  2> NOTE: All tests run in this JVM: [TestInfoStreamLogging, TestExceedMaxTermLength, TestIBSimilarityFactory, TestBlobHandler, SolrCoreCheckLockOnStartupTest, TestConfig, DocumentAnalysisRequestHandlerTest, TestHdfsUpdateLog, TestSuggestSpellingConverter, UniqFieldsUpdateProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, SolrTestCaseJ4Test, CoreAdminRequestStatusTest, LeaderFailoverAfterPartitionTest, TestChildDocTransformer, TestReplicationHandlerBackup, TestTrie, TestNonDefinedSimilarityFactory, DirectUpdateHandlerTest, TestSolrQueryParserResource, HdfsSyncSliceTest, OverseerRolesTest, TestRTGBase, BasicFunctionalityTest, CollectionsAPIAsyncDistributedZkTest, BadComponentTest, BinaryUpdateRequestHandlerTest, CloudExitableDirectoryReaderTest, TestRebalanceLeaders, FieldAnalysisRequestHandlerTest, TestExpandComponent, AutoCommitTest, SpellPossibilityIteratorTest, TestObjectReleaseTracker, TestBinaryField, SchemaVersionSpecificBehaviorTest, SortByFunctionTest, TestJmxIntegration, TestBM25SimilarityFactory, TestStressRecovery, SolrCmdDistributorTest, HdfsBasicDistributedZkTest, TestDynamicLoading, TestSchemaSimilarityResource, DistanceUnitsTest, TestAtomicUpdateErrorCases, DistributedSpellCheckComponentTest, SystemInfoHandlerTest, TestManagedSynonymFilterFactory, TestRecoveryHdfs, StandardRequestHandlerTest, TestAddFieldRealTimeGet, DateRangeFieldTest, CSVRequestHandlerTest, TestReRankQParserPlugin, TestManagedSchemaDynamicFieldResource, UpdateRequestProcessorFactoryTest, RollingRestartTest, BasicDistributedZkTest, PreAnalyzedFieldTest, TestSimpleTrackingShardHandler, RegexBoostProcessorTest, TestSolrDeletionPolicy2, TestIntervalFaceting, TestMissingGroups, TestManagedSchema, OverseerCollectionProcessorTest, TestLMJelinekMercerSimilarityFactory, TestSchemaNameResource, SuggesterTest, TestRemoteStreaming, PrimitiveFieldTypeTest, QueryElevationComponentTest, TestSolrCoreProperties, TestShardHandlerFactory, TermVectorComponentDistributedTest, TestCursorMarkWithoutUniqueKey, TestLMDirichletSimilarityFactory, SpatialHeatmapFacetsTest, BlockDirectoryTest, AddBlockUpdateTest, DistributedQueryComponentOptimizationTest, DateMathParserTest, ConvertedLegacyTest, LeaderInitiatedRecoveryOnCommitTest, TestPhraseSuggestions, DirectSolrSpellCheckerTest, DeleteReplicaTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestPostingsSolrHighlighter, DistanceFunctionTest, SuggestComponentTest, QueryParsingTest, FileUtilsTest, TestExactStatsCache, CursorPagingTest, TermsComponentTest, UnloadDistributedZkTest, DistribCursorPagingTest, TestFreeTextSuggestions, SOLR749Test, TestSortingResponseWriter, TestFieldTypeResource, TestInitParams, IndexSchemaRuntimeFieldTest, OverriddenZkACLAndCredentialsProvidersTest, AsyncMigrateRouteKeyTest, TestSolrConfigHandler, CoreAdminCreateDiscoverTest, TestFastWriter, RankQueryTest, ZkNodePropsTest, TestDocSet, SaslZkACLProviderTest, SpatialRPTFieldTypeTest, TestUpdate, OpenExchangeRatesOrgProviderTest, DistributedIntervalFacetingTest, ResponseLogComponentTest, TestBadConfig, AtomicUpdatesTest, TestClusterStateMutator, TestPHPSerializedResponseWriter, DefaultValueUpdateProcessorTest, TestRandomMergePolicy, TestComplexPhraseQParserPlugin, TestCloudManagedSchemaConcurrent, ConnectionManagerTest, TestReload, TestCSVLoader, MultiThreadedOCPTest, DocValuesMultiTest, SolrXmlInZkTest, TestLFUCache, UUIDUpdateProcessorFallbackTest, SuggesterFSTTest, HdfsCollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, DistribDocExpirationUpdateProcessorTest, TestManagedSchemaFieldTypeResource, TestBlendedInfixSuggestions, BlockCacheTest, TestSchemaResource, TestCodecSupport, SolrPluginUtilsTest, TestFunctionQuery, TestBulkSchemaConcurrent, TestHighFrequencyDictionaryFactory, DistributedFacetPivotWhiteBoxTest, SharedFSAutoReplicaFailoverTest, TestLazyCores, BufferStoreTest, TestSort, TestConfigReload, SolrRequestParserTest, InfoHandlerTest, BJQParserTest, TestCloudPivotFacet, ChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, TestAnalyzedSuggestions, TestZkChroot, TestSolrJ, FullSolrCloudDistribCmdsTest, TestSolr4Spatial2, TestStressVersions, TestAnalyzeInfixSuggestions, MoreLikeThisHandlerTest, TestFieldResource, SliceStateTest, TestSolrXml, CoreMergeIndexesAdminHandlerTest, CustomCollectionTest, TestConfigOverlay, TestUniqueKeyFieldResource, TermVectorComponentTest, DateFieldTest, ZkStateWriterTest, TestFaceting, StressHdfsTest, PolyFieldTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestJmxMonitoredMap, TestDistributedMissingSort, DistributedDebugComponentTest, OverseerStatusTest, TestInitQParser, TestCSVResponseWriter, TestDistributedGrouping, TestDistribDocBasedVersion, TestWriterPerf, TestTolerantSearch, TestImplicitCoreProperties, BadIndexSchemaTest, DisMaxRequestHandlerTest, URLClassifyProcessorTest, TestPartialUpdateDeduplication, TestIndexSearcher, TestDocumentBuilder, TestBinaryResponseWriter, DocValuesTest, AnalyticsMergeStrategyTest, IndexBasedSpellCheckerTest, HdfsDirectoryTest, TestDefaultSimilarityFactory, TestSolrIndexConfig, TestJoin, TestGroupingSearch, TestElisionMultitermQuery, WordBreakSolrSpellCheckerTest, LoggingHandlerTest, SyncSliceTest, TestDocBasedVersionConstraints, UUIDFieldTest, TestSerializedLuceneMatchVersion, TestExtendedDismaxParser, TestSweetSpotSimilarityFactory, XmlUpdateRequestHandlerTest, RemoteQueryErrorTest, RecoveryAfterSoftCommitTest, CircularListTest, SuggesterTSTTest, CopyFieldTest, TestWordDelimiterFilterFactory, SolrIndexConfigTest, XsltUpdateRequestHandlerTest, ShardRoutingCustomTest, CollectionsAPIDistributedZkTest, BadCopyFieldTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, TestRecovery, TestHashPartitioner, ZkControllerTest, TestRealTimeGet, TestStressReorder, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, PeerSyncTest, TestFiltering, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, NoCacheHeaderTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, TestReversedWildcardFilterFactory, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, JsonLoaderTest, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, TestMergePolicyConfig, MultiTermTest, SampleTest, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestUtils, DistributedMLTComponentTest, TestHighlightDedupGrouping, ActionThrottleTest, AliasIntegrationTest, AssignTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DistribJoinFromCollectionTest, DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, MigrateRouteKeyTest, ReplicationFactorTest]
   [junit4] Completed in 85.84s, 1 test, 1 error <<< FAILURES!

[...truncated 300 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 469 suites, 1871 tests, 1 error, 57 ignored (30 assumptions)

Total time: 147 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4519 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4411/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:950)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:925)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 10622 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\init-core-data-001
   [junit4]   2> 4375142 T19147 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /rmyni/
   [junit4]   2> 4375145 T19147 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4375149 T19148 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4375267 T19147 oasc.ZkTestServer.run start zk server on port:57117
   [junit4]   2> 4375267 T19147 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4375269 T19147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4375274 T19155 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2de958ae name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4375274 T19147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4375275 T19147 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4375275 T19147 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4375281 T19147 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4375282 T19147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4375284 T19158 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@648bd196 name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4375284 T19147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4375285 T19147 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4375285 T19147 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 4375289 T19147 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 4375292 T19147 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 4375295 T19147 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 4375298 T19147 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> 4375299 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 4375304 T19147 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4375305 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 4375309 T19147 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> 4375309 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4375312 T19147 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> 4375313 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 4375315 T19147 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> 4375317 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 4375320 T19147 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> 4375320 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 4375324 T19147 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> 4375325 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 4375327 T19147 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> 4375328 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4375331 T19147 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> 4375332 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4375335 T19147 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> 4375335 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 4375339 T19147 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> 4375340 T19147 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 4377194 T19147 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\cores\collection1
   [junit4]   2> 4377199 T19147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4377202 T19147 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57125
   [junit4]   2> 4377202 T19147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4377203 T19147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4377203 T19147 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.ReplicationFactorTest 5990CFAB39E313B6-001\control-001
   [junit4]   2> 4377203 T19147 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.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\'
   [junit4]   2> 4377247 T19147 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\solr.xml
   [junit4]   2> 4377254 T19147 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\cores
   [junit4]   2> 4377258 T19147 oasc.CoreContainer.<init> New CoreContainer 1693496281
   [junit4]   2> 4377258 T19147 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.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\]
   [junit4]   2> 4377258 T19147 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\lib
   [junit4]   2> 4377258 T19147 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\lib).
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4377272 T19147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4377274 T19147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4377274 T19147 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4377274 T19147 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4377274 T19147 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4377274 T19147 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4377274 T19147 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4377276 T19147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57117/solr
   [junit4]   2> 4377276 T19147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4377276 T19147 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4377278 T19147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4377281 T19170 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d3bbf45 name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4377281 T19147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4377282 T19147 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4377285 T19147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4377288 T19173 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1869e178 name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4377288 T19147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4377290 T19147 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 4377294 T19147 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 4377297 T19147 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 4377302 T19147 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 4377306 T19147 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 4377311 T19147 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 4377313 T19147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57124_rmyni
   [junit4]   2> 4377316 T19147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57124_rmyni
   [junit4]   2> 4377320 T19147 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 4377324 T19147 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 4377326 T19147 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4377329 T19147 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:57124_rmyni
   [junit4]   2> 4377329 T19147 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 4377333 T19147 oasc.Overseer.start Overseer (id=93412459748589571-127.0.0.1:57124_rmyni-n_0000000000) starting
   [junit4]   2> 4377336 T19147 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 4377351 T19147 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4377353 T19174 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 4377357 T19147 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 4377358 T19175 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 4377362 T19147 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 4377364 T19147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4377373 T19147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\cores
   [junit4]   2> 4377376 T19147 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\cores\collection1\
   [junit4]   2> 4377376 T19147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4377377 T19177 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 4377378 T19177 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4377378 T19173 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4377379 T19177 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4377380 T19174 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57124/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57124_rmyni",
   [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> 4377382 T19174 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57124/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57124_rmyni",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4377382 T19174 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 4377382 T19174 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 4377384 T19173 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> 4378565 T19177 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4378565 T19177 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 4378569 T19177 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4378569 T19177 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4378572 T19177 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4378572 T19177 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.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\cores\collection1\'
   [junit4]   2> 4378603 T19177 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4378607 T19177 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4378618 T19177 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4378622 T19177 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4378631 T19177 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4378638 T19177 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4378643 T19177 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4378785 T19177 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4378792 T19177 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4378792 T19177 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4378809 T19177 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4378813 T19177 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4378816 T19177 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4378818 T19177 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4378819 T19177 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4378819 T19177 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4378820 T19177 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4378820 T19177 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4378820 T19177 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 4378821 T19177 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4378821 T19177 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.ReplicationFactorTest 5990CFAB39E313B6-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/control/data\
   [junit4]   2> 4378821 T19177 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f9d256e
   [junit4]   2> 4378822 T19177 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/control/data\
   [junit4]   2> 4378822 T19177 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/control/data\index/
   [junit4]   2> 4378822 T19177 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4378822 T19177 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/control/data\index
   [junit4]   2> 4378823 T19177 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=788358829, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 4378823 T19177 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11f32b14 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@412e73d2),segFN=segments_1,generation=1}
   [junit4]   2> 4378825 T19177 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4378827 T19177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4378827 T19177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4378827 T19177 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4378827 T19177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4378828 T19177 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4378828 T19177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4378828 T19177 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4378829 T19177 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4378829 T19177 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4378829 T19177 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4378829 T19177 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4378830 T19177 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4378830 T19177 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4378831 T19177 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4378831 T19177 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4378831 T19177 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4378833 T19177 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4378833 T19177 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4378834 T19177 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4378834 T19177 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4378834 T19177 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4378835 T19177 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4378835 T19177 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4378835 T19177 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4378836 T19177 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4378836 T19177 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4378836 T19177 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4378842 T19177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4378844 T19177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4378845 T19177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4378847 T19177 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4378848 T19177 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4378849 T19177 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4378851 T19177 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4378851 T19177 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4378852 T19177 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5483566060332654]
   [junit4]   2> 4378852 T19177 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11f32b14 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@412e73d2),segFN=segments_1,generation=1}
   [junit4]   2> 4378852 T19177 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4378853 T19177 oass.SolrIndexSearcher.<init> Opening Searcher@8286a08[collection1] main
   [junit4]   2> 4378853 T19177 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 4378855 T19177 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4378855 T19177 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4378856 T19177 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4378856 T19177 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4378856 T19177 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4378857 T19177 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4378857 T19177 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4378857 T19177 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4378858 T19177 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4378858 T19177 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4378858 T19178 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8286a08[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4378859 T19181 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57124/rmyni collection:control_collection shard:shard1
   [junit4]   2> 4378859 T19147 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4378859 T19147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4378860 T19147 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4378862 T19181 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4378863 T19147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4378866 T19185 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c647346 name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4378869 T19147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4378869 T19147 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4378871 T19147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4378874 T19181 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 4378878 T19173 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4378879 T19181 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4378879 T19181 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5543 name=collection1 org.apache.solr.core.SolrCore@3172a3d8 url=http://127.0.0.1:57124/rmyni/collection1 node=127.0.0.1:57124_rmyni C5543_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:57124/rmyni, node_name=127.0.0.1:57124_rmyni, state=down}
   [junit4]   2> 4378879 T19181 C5543 P57124 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57124/rmyni/collection1/
   [junit4]   2> 4378879 T19181 C5543 P57124 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4378879 T19181 C5543 P57124 oasc.SyncStrategy.syncToMe http://127.0.0.1:57124/rmyni/collection1/ has no replicas
   [junit4]   2> 4378879 T19181 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57124/rmyni/collection1/ shard1
   [junit4]   2> 4378880 T19181 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 4378881 T19174 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> 4378882 T19147 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4378909 T19173 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4378911 T19174 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":"http://127.0.0.1:57124/rmyni",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 4379032 T19173 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> 4379033 T19185 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> 4379092 T19181 oasc.ZkController.register We are http://127.0.0.1:57124/rmyni/collection1/ and leader is http://127.0.0.1:57124/rmyni/collection1/
   [junit4]   2> 4379093 T19181 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57124/rmyni
   [junit4]   2> 4379093 T19181 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4379093 T19181 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 4379093 T19181 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4379096 T19173 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4379099 T19174 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":"http://127.0.0.1:57124/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57124_rmyni",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 4379100 T19174 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57124/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57124_rmyni",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4379226 T19173 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> 4379228 T19185 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> 4380710 T19147 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\cores\collection1
   [junit4]   2> 4380713 T19147 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 4380715 T19147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4380721 T19147 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57138
   [junit4]   2> 4380721 T19147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4380721 T19147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4380721 T19147 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001
   [junit4]   2> 4380721 T19147 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\'
   [junit4]   2> 4380761 T19147 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\solr.xml
   [junit4]   2> 4380785 T19147 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\cores
   [junit4]   2> 4380785 T19147 oasc.CoreContainer.<init> New CoreContainer 1190724467
   [junit4]   2> 4380785 T19147 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\]
   [junit4]   2> 4380785 T19147 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\lib
   [junit4]   2> 4380785 T19147 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\lib).
   [junit4]   2> 4380801 T19147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4380801 T19147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4380801 T19147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4380803 T19147 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4380803 T19147 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4380803 T19147 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4380803 T19147 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4380804 T19147 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4380804 T19147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57117/solr
   [junit4]   2> 4380804 T19147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4380804 T19147 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4380807 T19147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4380808 T19197 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3831b622 name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4380811 T19147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4380811 T19147 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4380815 T19147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4380817 T19200 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3277d996 name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4380817 T19147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4380833 T19147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4381907 T19147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57137_rmyni
   [junit4]   2> 4381909 T19147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57137_rmyni
   [junit4]   2> 4381922 T19147 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4381929 T19147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\cores
   [junit4]   2> 4381931 T19147 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\cores\collection1\
   [junit4]   2> 4381931 T19147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4381935 T19201 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4381935 T19201 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4381936 T19201 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4381936 T19173 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4381938 T19174 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57137/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57137_rmyni",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 4381939 T19174 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57137/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57137_rmyni",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4381939 T19174 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 4381939 T19174 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 4381941 T19185 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> 4381942 T19173 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> 4381942 T19200 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> 4383003 T19201 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4383003 T19201 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4383004 T19201 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4383004 T19201 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4383006 T19201 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4383006 T19201 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\cores\collection1\'
   [junit4]   2> 4383025 T19201 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4383028 T19201 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4383038 T19201 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4383041 T19201 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4383046 T19201 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4383048 T19201 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4383053 T19201 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4383174 T19201 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4383181 T19201 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4383181 T19201 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4383195 T19201 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4383198 T19201 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4383202 T19201 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4383203 T19201 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4383203 T19201 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4383203 T19201 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4383205 T19201 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4383205 T19201 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4383206 T19201 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4383206 T19201 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4383206 T19201 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/jetty1\
   [junit4]   2> 4383206 T19201 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f9d256e
   [junit4]   2> 4383207 T19201 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/jetty1\
   [junit4]   2> 4383207 T19201 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/jetty1\index/
   [junit4]   2> 4383207 T19201 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 4383209 T19201 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/jetty1\index
   [junit4]   2> 4383210 T19201 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=788358829, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 4383211 T19201 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5f3038dc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a6de4ba),segFN=segments_1,generation=1}
   [junit4]   2> 4383211 T19201 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4383214 T19201 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4383214 T19201 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4383214 T19201 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4383215 T19201 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4383215 T19201 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4383215 T19201 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4383216 T19201 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4383216 T19201 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4383216 T19201 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4383216 T19201 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4383217 T19201 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4383218 T19201 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4383218 T19201 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4383219 T19201 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4383219 T19201 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4383220 T19201 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4383221 T19201 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4383221 T19201 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4383224 T19201 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4383225 T19201 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4383225 T19201 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4383226 T19201 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4383226 T19201 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4383227 T19201 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4383227 T19201 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4383228 T19201 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4383229 T19201 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 4383235 T19201 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4383239 T19201 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4383240 T19201 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4383242 T19201 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4383242 T19201 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4383243 T19201 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4383245 T19201 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4383245 T19201 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4383246 T19201 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5483566060332654]
   [junit4]   2> 4383246 T19201 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5f3038dc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a6de4ba),segFN=segments_1,generation=1}
   [junit4]   2> 4383246 T19201 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4383246 T19201 oass.SolrIndexSearcher.<init> Opening Searcher@27719508[collection1] main
   [junit4]   2> 4383247 T19201 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4383248 T19201 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4383248 T19201 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 4383249 T19201 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4383249 T19201 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 4383250 T19201 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4383250 T19201 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4383251 T19201 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4383251 T19201 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 4383251 T19201 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4383252 T19202 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@27719508[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4383252 T19201 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4383254 T19205 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57137/rmyni collection:collection1 shard:shard2
   [junit4]   2> 4383254 T19147 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4383254 T19147 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4383256 T19205 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4383264 T19205 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 4383266 T19173 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4383267 T19205 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 4383267 T19205 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5544 name=collection1 org.apache.solr.core.SolrCore@1866f8c url=http://127.0.0.1:57137/rmyni/collection1 node=127.0.0.1:57137_rmyni C5544_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:57137/rmyni, node_name=127.0.0.1:57137_rmyni, state=down}
   [junit4]   2> 4383267 T19205 C5544 P57137 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57137/rmyni/collection1/
   [junit4]   2> 4383267 T19205 C5544 P57137 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 4383267 T19205 C5544 P57137 oasc.SyncStrategy.syncToMe http://127.0.0.1:57137/rmyni/collection1/ has no replicas
   [junit4]   2> 4383267 T19205 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57137/rmyni/collection1/ shard2
   [junit4]   2> 4383268 T19205 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 4383270 T19174 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 4383278 T19173 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4383280 T19174 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57137/rmyni",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 4383392 T19173 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> 4383393 T19200 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> 4383394 T19185 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> 4383447 T19205 oasc.ZkController.register We are http://127.0.0.1:57137/rmyni/collection1/ and leader is http://127.0.0.1:57137/rmyni/collection1/
   [junit4]   2> 4383447 T19205 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57137/rmyni
   [junit4]   2> 4383447 T19205 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 4383447 T19205 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 4383447 T19205 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4383449 T19173 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4383452 T19174 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":"http://127.0.0.1:57137/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57137_rmyni",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 4383453 T19174 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57137/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57137_rmyni",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4383565 T19173 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> 4383565 T19200 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> 4383565 T19185 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> 4384715 T19147 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\cores\collection1
   [junit4]   2> 4384718 T19147 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 4384718 T19147 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4384722 T19147 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57148
   [junit4]   2> 4384722 T19147 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 4384723 T19147 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4384723 T19147 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001
   [junit4]   2> 4384723 T19147 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\'
   [junit4]   2> 4384762 T19147 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\solr.xml
   [junit4]   2> 4384770 T19147 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\cores
   [junit4]   2> 4384770 T19147 oasc.CoreContainer.<init> New CoreContainer 1862410086
   [junit4]   2> 4384770 T19147 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\]
   [junit4]   2> 4384770 T19147 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\lib
   [junit4]   2> 4384770 T19147 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\lib).
   [junit4]   2> 4384780 T19147 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4384781 T19147 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4384783 T19147 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4384783 T19147 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4384783 T19147 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4384783 T19147 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4384783 T19147 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4384783 T19147 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4384783 T19147 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4384783 T19147 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57117/solr
   [junit4]   2> 4384783 T19147 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 4384783 T19147 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 4384786 T19147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4384788 T19218 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b9136e name:ZooKeeperConnection Watcher:127.0.0.1:57117 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4384788 T19147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4384788 T19147 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 4384791 T19149 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bde2320e90007, 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> 4384793 T19147 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4384794 T19221 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37dad47b name:ZooKeeperConnection Watcher:127.0.0.1:57117/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4384795 T19147 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 4384806 T19147 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 4385878 T19147 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57147_rmyni
   [junit4]   2> 4385880 T19147 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57147_rmyni
   [junit4]   2> 4385888 T19147 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4385892 T19147 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\cores
   [junit4]   2> 4385893 T19147 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\cores\collection1\
   [junit4]   2> 4385893 T19147 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4385896 T19222 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 4385896 T19222 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 4385897 T19173 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4385897 T19222 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 4385898 T19174 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57147/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57147_rmyni",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 4385899 T19174 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57147/rmyni",
   [junit4]   2> 	  "node_name":"127.0.0.1:57147_rmyni",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 4385899 T19174 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 4385900 T19174 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 4385901 T19221 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> 4385901 T19185 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> 4385902 T19173 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> 4385902 T19200 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> 4386964 T19222 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 4386964 T19222 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 4386965 T19222 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 4386965 T19222 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 4386967 T19222 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 4386967 T19222 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\cores\collection1\'
   [junit4]   2> 4386988 T19222 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 4386991 T19222 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 4386997 T19222 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4386999 T19222 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 4387020 T19222 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4387024 T19222 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 4387030 T19222 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 4387161 T19222 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4387167 T19222 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4387167 T19222 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4387182 T19222 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4387186 T19222 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 4387188 T19222 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4387189 T19222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4387190 T19222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4387190 T19222 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4387191 T19222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 4387191 T19222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 4387191 T19222 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 4387192 T19222 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4387192 T19222 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.ReplicationFactorTest 5990CFAB39E313B6-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/jetty2\
   [junit4]   2> 4387192 T19222 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f9d256e
   [junit4]   2> 4387193 T19222 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/jetty2\
   [junit4]   2> 4387193 T19222 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/jetty2\index/
   [junit4]   2> 4387193 T19222 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 4387194 T19222 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.ReplicationFactorTest 5990CFAB39E313B6-001\tempDir-001/jetty2\index
   [junit4]   2> 4387194 T19222 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=788358829, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 4387194 T19222 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7d6f93f7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@38a1af56),segFN=segments_1,generation=1}
   [junit4]   2> 4387195 T19222 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4387197 T19222 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4387198 T19222 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 4387198 T19222 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4387198 T19222 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4387198 T19222 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4387200 T19222 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4387200 T19222 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4387200 T19222 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4387200 T19222 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4387201 T19222 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4387201 T19222 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4387202 T19222 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4387202 T19222 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4387202 T19222 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4387203 T19222 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4387203 T19222 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4387204 T19222 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4387204 T19222 oasc.RequestHandlers.init

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

TestReplicationHandlerBackup, DistanceUnitsTest, BlockCacheTest, SpellCheckComponentTest, SpatialRPTFieldTypeTest, ZkCLITest, AddSchemaFieldsUpdateProcessorFactoryTest, CacheHeaderTest, DistributedExpandComponentTest, TestLeaderElectionZkExpiry, TestObjectReleaseTracker, SSLMigrationTest, DeleteShardTest, TestDynamicLoading, TestSchemaVersionResource, TestShardHandlerFactory, TestWriterPerf, CoreAdminHandlerTest, TestSolr4Spatial, OverseerRolesTest, HdfsDirectoryFactoryTest, TestGroupingSearch, TestRandomMergePolicy, TestSolrQueryParser, DirectSolrSpellCheckerTest, TestConfigOverlay, TestRealTimeGet, TestManagedSchemaDynamicFieldResource, ResponseLogComponentTest, SolrTestCaseJ4Test, AtomicUpdatesTest, RecoveryZkTest, TestDistribDocBasedVersion, TestCloudPivotFacet, TestXIncludeConfig, DistributedQueueTest, TestElisionMultitermQuery, TestCollectionAPI, TestPHPSerializedResponseWriter, OverseerTest, MultiTermTest, CachingDirectoryFactoryTest, TestStressVersions, URLClassifyProcessorTest, TestDocSet, TestQuerySenderListener, TestCollationField, JSONWriterTest, TestCloudInspectUtil, TestSolrIndexConfig, DistributedDebugComponentTest, TestSweetSpotSimilarityFactory, TestClusterStateMutator, DocumentBuilderTest, LeaderFailoverAfterPartitionTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestPartialUpdateDeduplication, TestDefaultStatsCache, TestFiltering, TestValueSourceCache, TestBlobHandler, RegexBoostProcessorTest, HdfsSyncSliceTest, AnalyticsQueryTest, TestMiniSolrCloudCluster, MBeansHandlerTest, MigrateRouteKeyTest, TestBulkSchemaConcurrent, BasicDistributedZkTest, DistributedQueryElevationComponentTest, TestStressReorder, TestNonDefinedSimilarityFactory, TestFastLRUCache, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, StandardRequestHandlerTest, PrimitiveFieldTypeTest, TestSearchPerf, ClusterStateUpdateTest, EchoParamsTest, ReturnFieldsTest, TestSearcherReuse, TestReloadAndDeleteDocs, TestSolrDeletionPolicy2, ExternalCollectionsTest, StatelessScriptUpdateProcessorFactoryTest, TermVectorComponentTest, TestPhraseSuggestions, EnumFieldTest, DocValuesTest, TestSolrQueryParserResource, TestMissingGroups, FileBasedSpellCheckerTest, CursorPagingTest, TestExactStatsCache, TestCSVResponseWriter, TestBulkSchemaAPI, TestFieldResource, TestSolrDeletionPolicy1, DistributedFacetPivotWhiteBoxTest, TestReRankQParserPlugin, QueryParsingTest, XmlUpdateRequestHandlerTest, ExitableDirectoryReaderTest, TestLuceneMatchVersion, TestStressUserVersions, BinaryUpdateRequestHandlerTest, PeerSyncTest, TimeZoneUtilsTest, NoCacheHeaderTest, TestSolrConfigHandlerConcurrent, DistanceFunctionTest, SolrCoreTest, TestConfig, SolrRequestParserTest, TestBM25SimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFuzzyAnalyzedSuggestions, AliasIntegrationTest, TestSolrConfigHandler, SignatureUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, MergeStrategyTest, TestReplicationHandler, TestInitQParser, AddBlockUpdateTest, TestConfigSets, TestDocumentBuilder, AsyncMigrateRouteKeyTest, FacetPivotSmallTest, LeaderElectionTest, TestIBSimilarityFactory, DocValuesMissingTest, AnalysisAfterCoreReloadTest, SampleTest, CollectionsAPIAsyncDistributedZkTest, TestFastOutputStream, TestRequestStatusCollectionAPI, BlockDirectoryTest, TestAnalyzedSuggestions, SimpleCollectionCreateDeleteTest, DistributedSpellCheckComponentTest, AssignTest, TestMaxScoreQueryParser, QueryResultKeyTest, TestRTGBase, PrimUtilsTest, QueryEqualityTest, TestQueryUtils, TestNRTOpen, TestSystemIdResolver, DirectUpdateHandlerOptimizeTest, TestHdfsUpdateLog, TestDocBasedVersionConstraints, TestSolrXml, SolrIndexSplitterTest, SharedFSAutoReplicaFailoverTest, InfoHandlerTest, SolrCmdDistributorTest, CursorMarkTest, TestSchemaNameResource, TestExtendedDismaxParser, TestJmxIntegration, CurrencyFieldOpenExchangeTest, TestManagedStopFilterFactory, TestLMDirichletSimilarityFactory, TestInitParams, TestOmitPositions, HdfsCollectionsAPIDistributedZkTest, TestLFUCache, TestCursorMarkWithoutUniqueKey, ScriptEngineTest, TestDynamicFieldCollectionResource, TestConfigReload, TestFieldTypeResource, TestPivotHelperCode, DistributedMLTComponentTest, TestQuerySenderNoQuery, TestTrackingShardHandlerFactory, HdfsBasicDistributedZk2Test, TestSimpleQParserPlugin, PreAnalyzedUpdateProcessorTest, HardAutoCommitTest, FieldAnalysisRequestHandlerTest, AlternateDirectoryTest, DebugComponentTest, RequestHandlersTest, SimplePostToolTest, TestFunctionQuery, PolyFieldTest, SuggesterTest, DistributedIntervalFacetingTest, UniqFieldsUpdateProcessorFactoryTest, TestBinaryField, TestMiniSolrCloudClusterSSL, CollectionsAPIDistributedZkTest, SaslZkACLProviderTest, OutOfBoxZkACLAndCredentialsProvidersTest, PathHierarchyTokenizerFactoryTest, TestDefaultSimilarityFactory, SharedFSAutoReplicaFailoverUtilsTest, ShardSplitTest, TestStandardQParsers, QueryElevationComponentTest, UUIDFieldTest, TestImplicitCoreProperties, TestClassNameShortening, OverseerStatusTest, TestDistributedSearch, TestCSVLoader, BufferStoreTest, SolrPluginUtilsTest, OverseerCollectionProcessorTest, ChaosMonkeySafeLeaderTest, TestCloudManagedSchemaConcurrent, TestSolr4Spatial2, TestUtils, TestSolrQueryParserDefaultOperatorResource, TestManagedResource, BadIndexSchemaTest, DOMUtilTest, DateFieldTest, TestManagedResourceStorage, TestSimpleTrackingShardHandler, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestReload, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TermsComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, UpdateParamsTest, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestFastWriter, TestJmxMonitoredMap, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, ActionThrottleTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 80.26s, 1 test, 1 error <<< FAILURES!

[...truncated 291 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 469 suites, 1871 tests, 1 error, 57 ignored (30 assumptions)

Total time: 119 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseParallelGC
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_31) - Build # 4518 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4410/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.TestHighlightDedupGrouping.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:60588/wpp/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:60588/wpp/collection1
	at __randomizedtesting.SeedInfo.seed([618D59BB719903CD:E9D96661DF656E35]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:131)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:124)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:110)
	at org.apache.solr.TestHighlightDedupGrouping.addDoc(TestHighlightDedupGrouping.java:122)
	at org.apache.solr.TestHighlightDedupGrouping.randomizedTest(TestHighlightDedupGrouping.java:96)
	at org.apache.solr.TestHighlightDedupGrouping.test(TestHighlightDedupGrouping.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	... 50 more


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more




Build Log:
[...truncated 9374 lines...]
   [junit4] Suite: org.apache.solr.TestHighlightDedupGrouping
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\init-core-data-001
   [junit4]   2> 188575 T931 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 188575 T931 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /wpp/
   [junit4]   2> 188583 T931 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\control\cores
   [junit4]   2> 188590 T931 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 188610 T931 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 188619 T931 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:60585
   [junit4]   2> 188626 T931 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 188626 T931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 188626 T931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 188626 T931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 188682 T931 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\solr.xml
   [junit4]   2> 188696 T931 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\control
   [junit4]   2> 188696 T931 oasc.CoreContainer.<init> New CoreContainer 9389275
   [junit4]   2> 188696 T931 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 188696 T931 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 188698 T931 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 188720 T931 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 188720 T931 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 188720 T931 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 188720 T931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 188720 T931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 188720 T931 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 188722 T931 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 188723 T931 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 188723 T931 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 188723 T931 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 188723 T931 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 188729 T931 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 188732 T931 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 188735 T931 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 188735 T931 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 188737 T931 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\control
   [junit4]   2> 188737 T931 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\control\cores\
   [junit4]   2> 188737 T931 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 188739 T941 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 188741 T941 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 188741 T941 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 188741 T941 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 188810 T941 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 188818 T941 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 188840 T941 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 188840 T941 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 188849 T941 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 188983 T941 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 188994 T941 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 188995 T941 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 189009 T941 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 189013 T941 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 189017 T941 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 189017 T941 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 189018 T941 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 189019 T941 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 189019 T941 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 189019 T941 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 189019 T941 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 189020 T941 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 189021 T941 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/control/data\
   [junit4]   2> 189021 T941 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a09190
   [junit4]   2> 189022 T941 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/control/data\
   [junit4]   2> 189022 T941 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.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/control/data\index/
   [junit4]   2> 189023 T941 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.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 189023 T941 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/control/data\index
   [junit4]   2> 189024 T941 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=18.5625, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=27.30113560999763, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3787025768177358
   [junit4]   2> 189024 T941 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1bf109b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@191779c),segFN=segments_1,generation=1}
   [junit4]   2> 189025 T941 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 189025 T941 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 189031 T941 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 189032 T941 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 189032 T941 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 189032 T941 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 189033 T941 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 189033 T941 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 189033 T941 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 189034 T941 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 189034 T941 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 189035 T941 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 189035 T941 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 189035 T941 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 189037 T941 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 189037 T941 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 189038 T941 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 189039 T941 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 189039 T941 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 189040 T941 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 189041 T941 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 189041 T941 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 189042 T941 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 189044 T941 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 189044 T941 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 189045 T941 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 189047 T941 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 189048 T941 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 189048 T941 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 189049 T941 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 189050 T941 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 189050 T941 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 189051 T941 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 189052 T941 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 189053 T941 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 189053 T941 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 189053 T941 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 189054 T941 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189054 T941 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189055 T941 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189056 T941 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189056 T941 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189057 T941 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189058 T941 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189058 T941 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189059 T941 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 189060 T941 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 189060 T941 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 189061 T941 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 189067 T941 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 189070 T941 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 189072 T941 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 189074 T941 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 189075 T941 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 189075 T941 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 189077 T941 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 189077 T941 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 189077 T941 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 189079 T941 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=36.9287109375, floorSegmentMB=1.1455078125, forceMergeDeletesPctAllowed=15.643700250726043, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 189080 T941 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1bf109b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@191779c),segFN=segments_1,generation=1}
   [junit4]   2> 189080 T941 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 189081 T941 oass.SolrIndexSearcher.<init> Opening Searcher@1bc3507[collection1] main
   [junit4]   2> 189081 T941 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 189081 T941 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 189081 T941 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 189081 T941 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 189095 T941 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 189154 T941 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 189154 T942 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 189154 T942 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 189154 T942 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 189154 T942 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 189154 T941 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 189157 T942 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 189158 T931 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 189158 T931 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 189158 T942 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 189159 T942 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 189160 T942 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 189160 T942 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 189160 T942 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bc3507[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 189168 T931 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard0\cores
   [junit4]   2> 189173 T931 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 189184 T931 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 189189 T931 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:60588
   [junit4]   2> 189196 T931 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 189196 T931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 189196 T931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 189197 T931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 189246 T931 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\solr.xml
   [junit4]   2> 189260 T931 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard0
   [junit4]   2> 189260 T931 oasc.CoreContainer.<init> New CoreContainer 15627565
   [junit4]   2> 189260 T931 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 189260 T931 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 189260 T931 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 189279 T931 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 189279 T931 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 189281 T931 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 189281 T931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 189282 T931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 189282 T931 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 189282 T931 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 189282 T931 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 189282 T931 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 189282 T931 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 189282 T931 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 189290 T931 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 189294 T931 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 189294 T931 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 189294 T931 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 189299 T931 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard0
   [junit4]   2> 189299 T931 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard0\cores\
   [junit4]   2> 189301 T931 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 189303 T953 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 189304 T953 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 189304 T953 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 189306 T953 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 189362 T953 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 189395 T953 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 189433 T953 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 189434 T953 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 189442 T953 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 189583 T953 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 189593 T953 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 189595 T953 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 189608 T953 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 189612 T953 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 189615 T953 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 189615 T953 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 189615 T953 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 189615 T953 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 189617 T953 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 189617 T953 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 189618 T953 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 189619 T953 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 189619 T953 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/shard0/data\
   [junit4]   2> 189619 T953 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a09190
   [junit4]   2> 189620 T953 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/shard0/data\
   [junit4]   2> 189620 T953 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.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/shard0/data\index/
   [junit4]   2> 189620 T953 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.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard0\data\index' doesn't exist. Creating new index...
   [junit4]   2> 189621 T953 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/shard0/data\index
   [junit4]   2> 189622 T953 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=18.5625, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=27.30113560999763, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3787025768177358
   [junit4]   2> 189623 T953 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@27b057 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bfa3d),segFN=segments_1,generation=1}
   [junit4]   2> 189623 T953 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 189623 T953 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 189629 T953 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 189630 T953 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 189630 T953 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 189630 T953 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 189631 T953 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 189631 T953 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 189631 T953 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 189631 T953 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 189632 T953 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 189632 T953 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 189633 T953 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 189633 T953 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 189634 T953 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 189635 T953 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 189636 T953 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 189637 T953 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 189638 T953 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 189639 T953 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 189641 T953 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 189642 T953 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 189642 T953 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 189645 T953 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 189646 T953 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 189648 T953 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 189649 T953 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 189650 T953 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 189651 T953 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 189652 T953 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 189653 T953 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 189654 T953 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 189655 T953 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 189656 T953 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 189657 T953 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 189658 T953 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 189659 T953 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 189659 T953 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189660 T953 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189661 T953 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189663 T953 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189663 T953 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189665 T953 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189665 T953 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189667 T953 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 189667 T953 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 189669 T953 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 189670 T953 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 189670 T953 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 189677 T953 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 189678 T953 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 189681 T953 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 189683 T953 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 189683 T953 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 189685 T953 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 189687 T953 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 189690 T953 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 189690 T953 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 189691 T953 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=36.9287109375, floorSegmentMB=1.1455078125, forceMergeDeletesPctAllowed=15.643700250726043, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 189692 T953 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@27b057 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bfa3d),segFN=segments_1,generation=1}
   [junit4]   2> 189692 T953 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 189692 T953 oass.SolrIndexSearcher.<init> Opening Searcher@1f133[collection1] main
   [junit4]   2> 189693 T953 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 189693 T953 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 189693 T953 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 189693 T953 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 189708 T953 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 189769 T953 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 189770 T954 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 189772 T953 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 189773 T954 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 189773 T954 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 189774 T954 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 189773 T931 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 189775 T931 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 189774 T954 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 189776 T954 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 189776 T954 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 189776 T954 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 189779 T954 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 189780 T931 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard1\cores
   [junit4]   2> 189782 T954 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f133[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 189789 T931 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 189799 T931 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 189803 T931 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:60591
   [junit4]   2> 189809 T931 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 189810 T931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 189810 T931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 189810 T931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 189865 T931 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\solr.xml
   [junit4]   2> 189874 T931 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard1
   [junit4]   2> 189875 T931 oasc.CoreContainer.<init> New CoreContainer 3593974
   [junit4]   2> 189875 T931 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 189875 T931 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 189875 T931 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 189892 T931 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 189894 T931 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 189894 T931 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 189894 T931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 189894 T931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 189894 T931 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 189895 T931 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 189895 T931 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 189897 T931 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 189897 T931 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 189898 T931 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 189901 T931 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 189907 T931 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 189907 T931 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 189907 T931 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 189909 T931 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard1
   [junit4]   2> 189909 T931 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard1\cores\
   [junit4]   2> 189909 T931 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 189912 T965 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 189913 T965 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 189913 T965 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 189913 T965 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 189972 T965 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 189990 T965 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 190024 T965 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 190026 T965 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 190034 T965 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 190198 T965 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 190208 T965 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 190210 T965 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 190220 T965 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 190226 T965 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 190228 T965 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 190228 T965 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 190228 T965 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 190228 T965 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 190231 T965 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 190231 T965 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 190231 T965 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 190232 T965 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 190233 T965 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/shard1/data\
   [junit4]   2> 190233 T965 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a09190
   [junit4]   2> 190234 T965 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/shard1/data\
   [junit4]   2> 190234 T965 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.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/shard1/data\index/
   [junit4]   2> 190235 T965 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.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001\shard1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 190235 T965 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.TestHighlightDedupGrouping 618D59BB719903CD-001\tempDir-001/shard1/data\index
   [junit4]   2> 190237 T965 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=18.5625, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=27.30113560999763, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3787025768177358
   [junit4]   2> 190238 T965 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@59c9a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1774e88),segFN=segments_1,generation=1}
   [junit4]   2> 190238 T965 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 190239 T965 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 190244 T965 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 190247 T965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 190247 T965 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 190248 T965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 190248 T965 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 190248 T965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 190249 T965 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 190250 T965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 190250 T965 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 190251 T965 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 190251 T965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 190251 T965 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 190253 T965 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 190254 T965 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 190255 T965 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 190255 T965 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 190257 T965 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 190257 T965 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 190260 T965 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 190260 T965 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 190261 T965 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 190264 T965 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 190264 T965 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 190266 T965 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 190267 T965 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 190268 T965 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 190269 T965 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 190269 T965 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 190271 T965 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 190272 T965 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 190273 T965 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 190274 T965 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 190274 T965 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 190274 T965 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 190274 T965 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 190276 T965 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 190277 T965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 190278 T965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 190279 T965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 190279 T965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 190280 T965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 190280 T965 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 190281 T965 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 190283 T965 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 190283 T965 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 190283 T965 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 190284 T965 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 190289 T965 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 190292 T965 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 190294 T965 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 190295 T965 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 190297 T965 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 190297 T965 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 190299 T965 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 190301 T965 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 190301 T965 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 190304 T965 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=36.9287109375, floorSegmentMB=1.1455078125, forceMergeDeletesPctAllowed=15.643700250726043, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 190304 T965 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@59c9a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1774e88),segFN=segments_1,generation=1}
   [junit4]   2> 190304 T965 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 190305 T965 oass.SolrIndexSearcher.<init> Opening Searcher@19d77c4[collection1] main
   [junit4]   2> 190306 T965 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 190306 T965 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 190306 T965 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 190306 T965 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 190318 T965 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 190379 T965 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 190380 T966 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 190386 T966 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 190386 T966 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 190386 T966 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 190388 T966 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 190389 T966 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 190389 T966 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 190389 T965 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 190392 T966 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 190393 T966 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 190394 T931 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 190394 T931 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 190401 T966 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19d77c4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 190405 T931 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> ASYNC  NEW_CORE C188 name=collection1 org.apache.solr.core.SolrCore@1b203f5
   [junit4]   2> 190514 T939 C188 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494556053402025984)} 0 5
   [junit4]   2> ASYNC  NEW_CORE C189 name=collection1 org.apache.solr.core.SolrCore@9c54f9
   [junit4]   2> 190609 T951 C189 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494556053503737856)} 0 3
   [junit4]   2> ASYNC  NEW_CORE C190 name=collection1 org.apache.solr.core.SolrCore@af2a8c
   [junit4]   2> 190697 T959 C190 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494556053596012544)} 0 3
   [junit4]   2> 190706 T936 C188 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 190706 T936 C188 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 190707 T936 C188 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 190708 T936 C188 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 190708 T936 C188 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3
   [junit4]   2> 190714 T948 C189 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 190715 T948 C189 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 190716 T948 C189 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 190717 T948 C189 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 190717 T948 C189 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3
   [junit4]   2> 190724 T961 C190 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 190725 T961 C190 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 190726 T961 C190 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 190727 T961 C190 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 190728 T961 C190 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 4
   [junit4]   2> 190742 T952 C189 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={wt=javabin&version=2} {add=[1 (1494556053639004160)]} 0 8
   [junit4]   2> 190748 T950 C189 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 190756 T950 C189 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@27b057 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bfa3d),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@27b057 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bfa3d),segFN=segments_2,generation=2}
   [junit4]   2> 190758 T950 C189 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 190763 T950 C189 oass.SolrIndexSearcher.<init> Opening Searcher@f5c39[collection1] main
   [junit4]   2> 190765 T950 C189 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 190771 T954 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f5c39[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c1)))}
   [junit4]   2> 190773 T950 C189 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 25
   [junit4]   2> 190780 T963 C190 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={wt=javabin&version=2} {add=[1 (1494556053683044352)]} 0 3
   [junit4]   2> 190786 T962 C190 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 190793 T962 C190 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@59c9a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1774e88),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@59c9a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1774e88),segFN=segments_2,generation=2}
   [junit4]   2> 190794 T962 C190 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 190796 T962 C190 oass.SolrIndexSearcher.<init> Opening Searcher@b2b1eb[collection1] main
   [junit4]   2> 190798 T962 C190 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 190802 T966 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b2b1eb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c1)))}
   [junit4]   2> 190804 T962 C190 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 18
   [junit4]   2> 191010 T963 C190 oasc.SolrCore.execute [collection1] webapp=/wpp path=/select params={group.distributed.first=true&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:60591/wpp/collection1&rows=10&version=2&q=id_s1:1&NOW=1425319722858&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=60 
   [junit4]   2> 191010 T950 C189 oasc.SolrCore.execute [collection1] webapp=/wpp path=/select params={group.distributed.first=true&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:60588/wpp/collection1&rows=10&version=2&q=id_s1:1&NOW=1425319722858&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=60 
   [junit4]   2> 191075 T959 C190 oasc.SolrCore.execute [collection1] webapp=/wpp path=/select params={group.topgroups.id_s1=1&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:60591/wpp/collection1&rows=10&version=2&group.distributed.second=true&q=id_s1:1&NOW=1425319722858&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=28 
   [junit4]   2> 191075 T951 C189 oasc.SolrCore.execute [collection1] webapp=/wpp path=/select params={group.topgroups.id_s1=1&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:60588/wpp/collection1&rows=10&version=2&group.distributed.second=true&q=id_s1:1&NOW=1425319722858&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=22 
   [junit4]   2> 191092 T947 C189 oasc.SolrCore.execute [collection1] webapp=/wpp path=/select params={distrib=false&hl=true&group.limit=2&shards.purpose=192&shard.url=https://127.0.0.1:60588/wpp/collection1&version=2&q=id_s1:1&NOW=1425319722858&ids=1&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1} status=0 QTime=1 
   [junit4]   2> 191094 T964 C190 oasc.SolrCore.execute [collection1] webapp=/wpp path=/select params={distrib=false&hl=true&group.limit=2&shards.purpose=192&shard.url=https://127.0.0.1:60591/wpp/collection1&version=2&q=id_s1:1&NOW=1425319722858&ids=1&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1} status=0 QTime=2 
   [junit4]   2> 191097 T960 C190 oasc.SolrCore.execute [collection1] webapp=/wpp path=/select params={q=id_s1:1&shards=https://127.0.0.1:60588/wpp/collection1,https://127.0.0.1:60591/wpp/collection1&hl=true&group.limit=2&hl.fl=id_s1&wt=javabin&version=2&group.field=id_s1&group=true} status=0 QTime=289 
   [junit4]   2> 191105 T936 C188 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494556054024880128)} 0 3
   [junit4]   2> 191114 T948 C189 oass.SolrIndexSearcher.<init> Opening Searcher@462b4a[collection1] realtime
   [junit4]   2> 191114 T948 C189 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494556054032220160)} 0 4
   [junit4]   2> 191126 T963 C190 oass.SolrIndexSearcher.<init> Opening Searcher@1aa8c6[collection1] realtime
   [junit4]   2> 191126 T963 C190 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1494556054043754496)} 0 5
   [junit4]   2> 191131 T934 C188 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 191133 T934 C188 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 191134 T934 C188 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 191134 T934 C188 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 191135 T934 C188 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 4
   [junit4]   2> 191139 T952 C189 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 191142 T952 C189 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@27b057 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bfa3d),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@27b057 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bfa3d),segFN=segments_3,generation=3}
   [junit4]   2> 191142 T952 C189 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 191143 T952 C189 oass.SolrIndexSearcher.<init> Opening Searcher@17c1c08[collection1] main
   [junit4]   2> 191144 T952 C189 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 191146 T954 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17c1c08[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 191150 T952 C189 oasup.LogUpdateProcessor.finish [collection1] webapp=/wpp path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 12
   [junit4]   2> 191155 T962 C190 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false

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

512
   [junit4]   2> NOTE: All tests run in this JVM: [CurrencyFieldOpenExchangeTest, TestInfoStreamLogging, TestRawResponseWriter, CoreAdminCreateDiscoverTest, TestReversedWildcardFilterFactory, TestFastLRUCache, TestDistributedSearch, TestSweetSpotSimilarityFactory, TestReplicationHandlerBackup, QueryEqualityTest, TermsComponentTest, SolrCmdDistributorTest, LoggingHandlerTest, TestTolerantSearch, TestSearcherReuse, OpenExchangeRatesOrgProviderTest, AddSchemaFieldsUpdateProcessorFactoryTest, JSONWriterTest, TestObjectReleaseTracker, RankQueryTest, TestZkChroot, DistributedTermsComponentTest, TestArbitraryIndexDir, ResponseLogComponentTest, HdfsUnloadDistributedZkTest, DistributedFacetPivotSmallTest, TestQuerySenderListener, ZkNodePropsTest, ParsingFieldUpdateProcessorsTest, TestSchemaNameResource, SpellingQueryConverterTest, TestManagedStopFilterFactory, RegexBoostProcessorTest, TestAtomicUpdateErrorCases, RecoveryAfterSoftCommitTest, DateMathParserTest, ConvertedLegacyTest, TestQueryUtils, TestFileDictionaryLookup, SynonymTokenizerTest, BlockCacheTest, SuggesterTest, FacetPivotSmallTest, BufferStoreTest, TestHighlightDedupGrouping, TestOmitPositions, HdfsCollectionsAPIDistributedZkTest, DistributedIntervalFacetingTest, PathHierarchyTokenizerFactoryTest, TestDistribDocBasedVersion, BasicFunctionalityTest, DistribJoinFromCollectionTest, TriLevelCompositeIdRoutingTest, TestCSVLoader, DeleteReplicaTest, TestConfigReload, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, AsyncMigrateRouteKeyTest, TestDefaultSimilarityFactory, TestSort, TestMaxScoreQueryParser, OverriddenZkACLAndCredentialsProvidersTest, SolrPluginUtilsTest, TestRecoveryHdfs, ShardSplitTest, TestCloudPivotFacet, UpdateParamsTest, TestMiniSolrCloudClusterSSL, BadComponentTest, FieldAnalysisRequestHandlerTest, ExitableDirectoryReaderTest, TestLRUCache, TestFaceting, IndexBasedSpellCheckerTest, TestValueSourceCache, OutOfBoxZkACLAndCredentialsProvidersTest, DirectUpdateHandlerTest, PingRequestHandlerTest, TestConfig, TestExactStatsCache, DocumentAnalysisRequestHandlerTest, TestPostingsSolrHighlighter, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolrQueryParserDefaultOperatorResource, TestConfigSets, SolrXmlInZkTest, LeaderInitiatedRecoveryOnCommitTest, TestRecovery, AssignTest, TestUpdate, TestClassNameShortening, SuggestComponentTest, QueryElevationComponentTest, RAMDirectoryFactoryTest, HighlighterTest, ShowFileRequestHandlerTest, SpellCheckComponentTest, HdfsSyncSliceTest, TestSchemaManager, DocExpirationUpdateProcessorFactoryTest, SolrIndexConfigTest, TestPerFieldSimilarity, TestSolrConfigHandlerConcurrent, TestUtils, TestClusterStateMutator, TestJmxIntegration, TestComplexPhraseQParserPlugin, TestFieldResource, TestLeaderElectionZkExpiry, TestInitQParser, TestStressLucene, ZkControllerTest, CacheHeaderTest, TestStressVersions, TestRandomDVFaceting, TestStressReorder, PrimUtilsTest, LeaderElectionIntegrationTest, DistributedFacetPivotWhiteBoxTest, TestFieldSortValues, MultiThreadedOCPTest, TestImplicitCoreProperties, TestFieldCollectionResource, TestCSVResponseWriter, AnalysisAfterCoreReloadTest, TestSolrDeletionPolicy2, TestBulkSchemaAPI, TestTrackingShardHandlerFactory, EchoParamsTest, StandardRequestHandlerTest, TestIndexSearcher, DocValuesTest, CloudExitableDirectoryReaderTest, DeleteLastCustomShardedReplicaTest, SpellCheckCollatorTest, AddBlockUpdateTest, TestPHPSerializedResponseWriter, TestSolrDynamicMBean, NotRequiredUniqueKeyTest, SampleTest, AliasIntegrationTest, TestReplicaProperties, TestCollationField, DocValuesMultiTest, TestJmxMonitoredMap, DirectSolrSpellCheckerTest, CloudMLTQParserTest, SuggesterFSTTest, TestRemoteStreaming, TestLRUStatsCache, TestJoin, RemoteQueryErrorTest, TestManagedSchemaFieldTypeResource, AutoCommitTest, DistributedQueryElevationComponentTest, HdfsBasicDistributedZkTest, TestNRTOpen, QueryParsingTest, SpatialHeatmapFacetsTest, TestExceedMaxTermLength, TestQueryTypes, TestFastWriter, TestPseudoReturnFields, SpatialRPTFieldTypeTest, HdfsDirectoryTest, TestHighFrequencyDictionaryFactory, WordBreakSolrSpellCheckerTest, CollectionsAPIDistributedZkTest, OutputWriterTest, DirectSolrConnectionTest, TestMissingGroups, AnalysisErrorHandlingTest, CoreMergeIndexesAdminHandlerTest, DistributedExpandComponentTest, ReturnFieldsTest, TestBlendedInfixSuggestions, TestReqParamsAPI, AlternateDirectoryTest, TestReplicationHandler, TestBinaryField, TestMiniSolrCloudCluster, XmlUpdateRequestHandlerTest, TestRestManager, SolrRequestParserTest, TestGroupingSearch, TestManagedResourceStorage, HttpPartitionTest, CircularListTest, ChaosMonkeyNothingIsSafeTest, TermVectorComponentTest, DeleteInactiveReplicaTest, BinaryUpdateRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, CachingDirectoryFactoryTest, DateRangeFieldTest, DOMUtilTest, TestComponentsName, TestSearchPerf, SpellPossibilityIteratorTest, TestAnalyzeInfixSuggestions, MinimalSchemaTest, SortByFunctionTest, VMParamsZkACLAndCredentialsProvidersTest, TestStressUserVersions, TestRandomMergePolicy, DisMaxRequestHandlerTest, TestBulkSchemaConcurrent, StatsComponentTest, MigrateRouteKeyTest, TestPivotHelperCode, TestBM25SimilarityFactory, DistributedFacetPivotLargeTest, FileBasedSpellCheckerTest, OverseerRolesTest, DistributedSpellCheckComponentTest, TestStandardQParsers, TestIndexingPerformance, TestReRankQParserPlugin, TestCodecSupport, HdfsDirectoryFactoryTest, SliceStateTest, PreAnalyzedFieldTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest, TestDistributedGrouping, TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet, TestReload, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, PeerSyncTest, BadIndexSchemaTest, TestFiltering, TestFunctionQuery, TestLazyCores, TestBadConfig, OverseerCollectionProcessorTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, CoreAdminHandlerTest, TestFoldingMultitermQuery, SuggesterTSTTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestWriterPerf, PrimitiveFieldTypeTest, RequestHandlersTest, DocumentBuilderTest, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest, TestDocSet, NumericFieldsTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, TestXIncludeConfig, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, ClusterStateTest, TestSolrJ, TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, ActionThrottleTest, CustomCollectionTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, LeaderFailoverAfterPartitionTest, OverseerStatusTest, ReplicationFactorTest]
   [junit4] Completed in 77.73s, 1 test, 1 error <<< FAILURES!

[...truncated 314 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 2 errors, 57 ignored (30 assumptions)

Total time: 133 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC
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.7.0_76) - Build # 4517 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4409/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.test

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
	at org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more




Build Log:
[...truncated 9702 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\init-core-data-001
   [junit4]   2> 2236211 T8141 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /mswmv/
   [junit4]   2> 2236216 T8141 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2236217 T8142 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2236316 T8141 oasc.ZkTestServer.run start zk server on port:59720
   [junit4]   2> 2236316 T8141 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2236319 T8141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2236326 T8149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a42756 name:ZooKeeperConnection Watcher:127.0.0.1:59720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2236326 T8141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2236327 T8141 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2236328 T8141 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2236335 T8141 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2236337 T8141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2236339 T8152 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@125271f name:ZooKeeperConnection Watcher:127.0.0.1:59720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2236341 T8141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2236341 T8141 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2236342 T8141 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2236348 T8141 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2236353 T8141 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2236356 T8141 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2236360 T8141 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> 2236360 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2236366 T8141 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2236366 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2236370 T8141 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> 2236370 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2236375 T8141 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> 2236375 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2236382 T8141 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> 2236382 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2236389 T8141 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> 2236389 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2236394 T8141 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> 2236395 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2236398 T8141 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> 2236398 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2236403 T8141 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> 2236403 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2236415 T8141 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> 2236415 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2236422 T8141 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> 2236422 T8141 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2238015 T8141 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\cores\collection1
   [junit4]   2> 2238019 T8141 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2238030 T8141 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59728
   [junit4]   2> 2238030 T8141 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 2238030 T8141 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2238030 T8141 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.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001
   [junit4]   2> 2238030 T8141 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.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\'
   [junit4]   2> 2238071 T8141 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\solr.xml
   [junit4]   2> 2238107 T8141 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\cores
   [junit4]   2> 2238107 T8141 oasc.CoreContainer.<init> New CoreContainer 3141393
   [junit4]   2> 2238107 T8141 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.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\]
   [junit4]   2> 2238107 T8141 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\lib
   [junit4]   2> 2238107 T8141 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\lib).
   [junit4]   2> 2238121 T8141 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2238121 T8141 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2238121 T8141 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2238121 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2238121 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2238121 T8141 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2238121 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2238121 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2238121 T8141 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2238124 T8141 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2238124 T8141 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2238124 T8141 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2238124 T8141 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2238126 T8141 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2238126 T8141 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2238126 T8141 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59720/solr
   [junit4]   2> 2238126 T8141 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2238126 T8141 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2238130 T8141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2238132 T8164 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@115b2b2 name:ZooKeeperConnection Watcher:127.0.0.1:59720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2238132 T8141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2238133 T8141 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2238135 T8143 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd987ddaa0002, 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> 2238138 T8141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2238140 T8167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@932924 name:ZooKeeperConnection Watcher:127.0.0.1:59720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2238140 T8141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2238142 T8141 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2238146 T8141 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2238151 T8141 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2238155 T8141 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2238160 T8141 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2238165 T8141 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2238168 T8141 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59727_mswmv
   [junit4]   2> 2238169 T8141 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59727_mswmv
   [junit4]   2> 2238174 T8141 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2238184 T8141 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2238189 T8141 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2238192 T8141 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59727_mswmv
   [junit4]   2> 2238192 T8141 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2238198 T8141 oasc.Overseer.start Overseer (id=93407394853945347-127.0.0.1:59727_mswmv-n_0000000000) starting
   [junit4]   2> 2238201 T8141 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2238218 T8141 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2238220 T8169 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2238220 T8168 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2238221 T8141 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2238225 T8141 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2238227 T8141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2238236 T8141 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\cores
   [junit4]   2> 2238238 T8141 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\cores\collection1\
   [junit4]   2> 2238238 T8141 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2238240 T8171 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2238240 T8171 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2238242 T8167 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2238242 T8171 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2238244 T8168 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59727_mswmv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59727/mswmv",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null} current state version: 0
   [junit4]   2> 2238245 T8168 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59727_mswmv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59727/mswmv",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 2238245 T8168 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 2238245 T8168 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2238248 T8167 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> 2239233 T8171 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2239233 T8171 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2239234 T8171 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2239234 T8171 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2239236 T8171 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2239236 T8171 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.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\cores\collection1\'
   [junit4]   2> 2239257 T8171 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2239261 T8171 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2239276 T8171 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2239304 T8171 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2239357 T8171 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2239359 T8171 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2239378 T8171 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2239832 T8171 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2239841 T8171 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2239845 T8171 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2239861 T8171 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2239904 T8171 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2239909 T8171 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2239912 T8171 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2239912 T8171 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2239912 T8171 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2239914 T8171 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2239914 T8171 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2239914 T8171 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2239914 T8171 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2239915 T8171 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.ReplicationFactorTest 5A98C37C1133D3F0-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/control/data\
   [junit4]   2> 2239915 T8171 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@100b22b
   [junit4]   2> 2239916 T8171 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/control/data\
   [junit4]   2> 2239916 T8171 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/control/data\index/
   [junit4]   2> 2239916 T8171 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2239917 T8171 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/control/data\index
   [junit4]   2> 2239917 T8171 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=932525146, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2239919 T8171 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1a3909d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16b5b3d),segFN=segments_1,generation=1}
   [junit4]   2> 2239919 T8171 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2239922 T8171 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2239922 T8171 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2239922 T8171 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2239923 T8171 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2239923 T8171 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2239923 T8171 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2239924 T8171 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2239924 T8171 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2239924 T8171 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2239925 T8171 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2239925 T8171 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2239926 T8171 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2239927 T8171 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2239927 T8171 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2239928 T8171 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2239928 T8171 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2239929 T8171 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2239930 T8171 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2239931 T8171 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2239932 T8171 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2239932 T8171 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2239933 T8171 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2239933 T8171 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2239934 T8171 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2239934 T8171 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2239935 T8171 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2239935 T8171 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2239946 T8171 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2239947 T8171 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2239949 T8171 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2239951 T8171 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2239953 T8171 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2239955 T8171 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2239958 T8171 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2239958 T8171 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2239959 T8171 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=11.0322265625, floorSegmentMB=1.3408203125, forceMergeDeletesPctAllowed=24.46477558883991, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2085371954578574
   [junit4]   2> 2239959 T8171 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1a3909d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16b5b3d),segFN=segments_1,generation=1}
   [junit4]   2> 2239959 T8171 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2239960 T8171 oass.SolrIndexSearcher.<init> Opening Searcher@4ba0e9[collection1] main
   [junit4]   2> 2239960 T8171 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2239962 T8171 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2239962 T8171 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2239963 T8171 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2239963 T8171 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2239963 T8171 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2239964 T8171 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2239964 T8171 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2239964 T8171 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2239964 T8171 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2239965 T8171 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2239967 T8172 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4ba0e9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2239968 T8175 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59727/mswmv collection:control_collection shard:shard1
   [junit4]   2> 2239969 T8141 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2239970 T8141 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2239970 T8175 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2239972 T8141 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2239974 T8141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2239977 T8179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5fad54 name:ZooKeeperConnection Watcher:127.0.0.1:59720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2239977 T8141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2239978 T8141 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2239981 T8141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2239985 T8175 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2239988 T8141 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2239990 T8167 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2239991 T8175 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2239991 T8175 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1580 name=collection1 org.apache.solr.core.SolrCore@912603 url=http://127.0.0.1:59727/mswmv/collection1 node=127.0.0.1:59727_mswmv C1580_STATE=coll:control_collection core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:59727_mswmv, base_url=http://127.0.0.1:59727/mswmv}
   [junit4]   2> 2239991 T8175 C1580 P59727 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59727/mswmv/collection1/
   [junit4]   2> 2239991 T8175 C1580 P59727 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2239991 T8175 C1580 P59727 oasc.SyncStrategy.syncToMe http://127.0.0.1:59727/mswmv/collection1/ has no replicas
   [junit4]   2> 2239991 T8175 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59727/mswmv/collection1/ shard1
   [junit4]   2> 2239991 T8175 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2239993 T8168 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> 2239997 T8179 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> 2239998 T8167 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> 2240016 T8168 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":"http://127.0.0.1:59727/mswmv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 2240021 T8167 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2240021 T8179 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> 2240022 T8167 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> 2240066 T8175 oasc.ZkController.register We are http://127.0.0.1:59727/mswmv/collection1/ and leader is http://127.0.0.1:59727/mswmv/collection1/
   [junit4]   2> 2240066 T8175 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59727/mswmv
   [junit4]   2> 2240066 T8175 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2240066 T8175 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2240066 T8175 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2240070 T8167 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2240072 T8168 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59727_mswmv",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59727/mswmv",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null} current state version: 3
   [junit4]   2> 2240073 T8168 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59727_mswmv",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59727/mswmv",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 2240181 T8167 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> 2240183 T8179 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> 2241687 T8141 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\cores\collection1
   [junit4]   2> 2241692 T8141 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2241694 T8141 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2241700 T8141 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59741
   [junit4]   2> 2241702 T8141 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 2241704 T8141 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2241704 T8141 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001
   [junit4]   2> 2241704 T8141 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\'
   [junit4]   2> 2241742 T8141 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\solr.xml
   [junit4]   2> 2241776 T8141 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\cores
   [junit4]   2> 2241776 T8141 oasc.CoreContainer.<init> New CoreContainer 14600999
   [junit4]   2> 2241776 T8141 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\]
   [junit4]   2> 2241776 T8141 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\lib
   [junit4]   2> 2241776 T8141 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\lib).
   [junit4]   2> 2241788 T8141 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2241789 T8141 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2241792 T8141 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2241792 T8141 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2241792 T8141 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2241792 T8141 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2241792 T8141 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59720/solr
   [junit4]   2> 2241794 T8141 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2241794 T8141 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2241795 T8141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2241798 T8191 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@92e0d8 name:ZooKeeperConnection Watcher:127.0.0.1:59720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2241798 T8141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2241800 T8141 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2241803 T8143 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14bd987ddaa0005, 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> 2241805 T8141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2241807 T8194 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@129ae43 name:ZooKeeperConnection Watcher:127.0.0.1:59720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2241807 T8141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2241817 T8141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2242814 T8141 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59740_mswmv
   [junit4]   2> 2242818 T8141 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59740_mswmv
   [junit4]   2> 2242831 T8141 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2242839 T8141 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\cores
   [junit4]   2> 2242841 T8141 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\cores\collection1\
   [junit4]   2> 2242841 T8141 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2242843 T8195 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2242844 T8195 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2242845 T8167 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2242845 T8195 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2242847 T8168 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59740_mswmv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59740/mswmv",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null} current state version: 4
   [junit4]   2> 2242848 T8168 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59740_mswmv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59740/mswmv",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 2242848 T8168 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 2242848 T8168 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2242851 T8179 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> 2242852 T8194 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> 2242852 T8167 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> 2243836 T8195 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2243836 T8195 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2243839 T8195 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2243839 T8195 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2243843 T8195 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2243843 T8195 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2243873 T8195 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2243877 T8195 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2243889 T8195 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2243912 T8195 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2243964 T8195 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2243966 T8195 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2243976 T8195 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2244408 T8195 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2244416 T8195 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2244419 T8195 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2244434 T8195 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2244439 T8195 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2244445 T8195 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2244448 T8195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2244448 T8195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2244448 T8195 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2244450 T8195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2244450 T8195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2244450 T8195 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2244450 T8195 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2244451 T8195 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/jetty1\
   [junit4]   2> 2244451 T8195 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@100b22b
   [junit4]   2> 2244452 T8195 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/jetty1\
   [junit4]   2> 2244452 T8195 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/jetty1\index/
   [junit4]   2> 2244452 T8195 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 2244453 T8195 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/jetty1\index
   [junit4]   2> 2244453 T8195 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=932525146, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2244455 T8195 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2d494 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d25825),segFN=segments_1,generation=1}
   [junit4]   2> 2244455 T8195 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2244459 T8195 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2244459 T8195 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2244460 T8195 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2244460 T8195 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2244460 T8195 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2244460 T8195 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2244461 T8195 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2244461 T8195 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2244461 T8195 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2244462 T8195 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2244463 T8195 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2244463 T8195 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2244464 T8195 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2244465 T8195 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2244466 T8195 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2244467 T8195 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2244468 T8195 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2244469 T8195 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2244470 T8195 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2244471 T8195 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2244472 T8195 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2244472 T8195 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2244474 T8195 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2244474 T8195 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2244475 T8195 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2244476 T8195 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2244476 T8195 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2244485 T8195 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2244486 T8195 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2244490 T8195 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2244491 T8195 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2244493 T8195 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2244494 T8195 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2244496 T8195 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2244496 T8195 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2244497 T8195 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=11.0322265625, floorSegmentMB=1.3408203125, forceMergeDeletesPctAllowed=24.46477558883991, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2085371954578574
   [junit4]   2> 2244498 T8195 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2d494 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d25825),segFN=segments_1,generation=1}
   [junit4]   2> 2244498 T8195 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2244499 T8195 oass.SolrIndexSearcher.<init> Opening Searcher@cf1901[collection1] main
   [junit4]   2> 2244499 T8195 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2244501 T8195 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2244501 T8195 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2244502 T8195 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2244502 T8195 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2244502 T8195 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2244504 T8195 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2244504 T8195 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2244504 T8195 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2244504 T8195 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2244506 T8196 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@cf1901[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2244506 T8195 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2244508 T8199 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59740/mswmv collection:collection1 shard:shard2
   [junit4]   2> 2244508 T8141 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2244508 T8141 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2244510 T8199 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2244521 T8199 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2244525 T8167 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2244525 T8199 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2244525 T8199 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1581 name=collection1 org.apache.solr.core.SolrCore@1ad872d url=http://127.0.0.1:59740/mswmv/collection1 node=127.0.0.1:59740_mswmv C1581_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:59740_mswmv, base_url=http://127.0.0.1:59740/mswmv}
   [junit4]   2> 2244525 T8199 C1581 P59740 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59740/mswmv/collection1/
   [junit4]   2> 2244526 T8199 C1581 P59740 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2244526 T8199 C1581 P59740 oasc.SyncStrategy.syncToMe http://127.0.0.1:59740/mswmv/collection1/ has no replicas
   [junit4]   2> 2244526 T8199 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59740/mswmv/collection1/ shard2
   [junit4]   2> 2244527 T8199 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2244531 T8168 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 2244533 T8167 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> 2244533 T8179 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> 2244534 T8194 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> 2244548 T8168 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59740/mswmv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 2244550 T8167 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2244652 T8194 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> 2244652 T8167 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> 2244653 T8179 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> 2244698 T8199 oasc.ZkController.register We are http://127.0.0.1:59740/mswmv/collection1/ and leader is http://127.0.0.1:59740/mswmv/collection1/
   [junit4]   2> 2244698 T8199 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59740/mswmv
   [junit4]   2> 2244698 T8199 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2244698 T8199 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2244698 T8199 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2244701 T8167 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2244705 T8168 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59740_mswmv",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59740/mswmv",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null} current state version: 7
   [junit4]   2> 2244706 T8168 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "node_name":"127.0.0.1:59740_mswmv",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59740/mswmv",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 2244814 T8194 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> 2244814 T8167 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> 2244814 T8179 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> 2246062 T8141 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\cores\collection1
   [junit4]   2> 2246065 T8141 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2246066 T8141 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2246071 T8141 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59751
   [junit4]   2> 2246072 T8141 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1a21389
   [junit4]   2> 2246072 T8141 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2246072 T8141 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001
   [junit4]   2> 2246072 T8141 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\'
   [junit4]   2> 2246107 T8141 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\solr.xml
   [junit4]   2> 2246137 T8141 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\cores
   [junit4]   2> 2246138 T8141 oasc.CoreContainer.<init> New CoreContainer 26700664
   [junit4]   2> 2246138 T8141 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\]
   [junit4]   2> 2246138 T8141 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\lib
   [junit4]   2> 2246138 T8141 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\lib).
   [junit4]   2> 2246149 T8141 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2246149 T8141 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2246149 T8141 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2246149 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2246150 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2246150 T8141 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2246150 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2246150 T8141 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2246150 T8141 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2246150 T8141 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2246152 T8141 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2246152 T8141 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2246152 T8141 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2246152 T8141 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2246152 T8141 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2246154 T8141 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59720/solr
   [junit4]   2> 2246154 T8141 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2246154 T8141 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2246156 T8141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2246158 T8212 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d70c6 name:ZooKeeperConnection Watcher:127.0.0.1:59720 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2246158 T8141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2246159 T8141 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2246162 T8141 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2246164 T8215 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1751985 name:ZooKeeperConnection Watcher:127.0.0.1:59720/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2246165 T8141 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2246173 T8141 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2247070 T8141 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59750_mswmv
   [junit4]   2> 2247072 T8141 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59750_mswmv
   [junit4]   2> 2247084 T8141 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2247090 T8141 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\cores
   [junit4]   2> 2247091 T8141 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\cores\collection1\
   [junit4]   2> 2247091 T8141 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2247093 T8216 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2247093 T8216 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2247096 T8167 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2247096 T8216 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2247098 T8168 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59750_mswmv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59750/mswmv",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null} current state version: 8
   [junit4]   2> 2247100 T8168 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59750_mswmv",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59750/mswmv",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 2247100 T8168 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 2247100 T8168 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2247104 T8215 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> 2247104 T8167 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> 2247104 T8194 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> 2247104 T8179 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> 2247987 T8216 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2247987 T8216 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2247989 T8216 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2247989 T8216 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2247991 T8216 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2247991 T8216 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\cores\collection1\'
   [junit4]   2> 2248015 T8216 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2248051 T8216 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2248062 T8216 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2248088 T8216 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 2248133 T8216 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2248136 T8216 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2248143 T8216 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2248545 T8216 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2248552 T8216 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2248554 T8216 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2248571 T8216 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2248575 T8216 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2248579 T8216 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2248581 T8216 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2248581 T8216 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2248581 T8216 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2248583 T8216 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2248583 T8216 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2248583 T8216 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2248583 T8216 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2248584 T8216 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.ReplicationFactorTest 5A98C37C1133D3F0-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/jetty2\
   [junit4]   2> 2248584 T8216 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@100b22b
   [junit4]   2> 2248585 T8216 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/jetty2\
   [junit4]   2> 2248585 T8216 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/jetty2\index/
   [junit4]   2> 2248585 T8216 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 2248585 T8216 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.ReplicationFactorTest 5A98C37C1133D3F0-001\tempDir-001/jetty2\index
   [junit4]   2> 2248586 T8216 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=932525146, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2248587 T8216 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@89b546 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc4169),segFN=segments_1,generation=1}
   [junit4]   2> 2248587 T8216 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2248592 T8216 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2248592 T8216 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2248593 T8216 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2248594 T8216 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2248594 T8216 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2248595 T8216 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2248595 T8216 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2248595 T8216 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2248596 T8216 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2248596 T8216 oasc.Re

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

HttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8311, name=updateExecutor-1062-thread-1, state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1d4e9c7 rejected from java.util.concurrent.ThreadPoolExecutor@1404547[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A98C37C1133D3F0]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2320731 T8141 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest 5A98C37C1133D3F0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {timestamp=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=FSTOrd50, intDefault=PostingsFormat(name=Memory doPackFST= false), a_t=PostingsFormat(name=Memory doPackFST= false), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=ga_IE, timezone=Etc/GMT-11
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76 (32-bit)/cpus=2,threads=1,free=141020344,total=299892736
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateParamsTest, TestOrdValues, TestSortingResponseWriter, TestOmitPositions, TestJoin, TestPostingsSolrHighlighter, HdfsLockFactoryTest, OverseerRolesTest, HighlighterMaxOffsetTest, SOLR749Test, TestInitQParser, PreAnalyzedFieldTest, TestLMDirichletSimilarityFactory, FieldMutatingUpdateProcessorTest, CollectionsAPIAsyncDistributedZkTest, StandardRequestHandlerTest, TestWriterPerf, TestRandomDVFaceting, DirectUpdateHandlerOptimizeTest, HdfsBasicDistributedZkTest, BadIndexSchemaTest, RecoveryAfterSoftCommitTest, SuggestComponentTest, SpellCheckCollatorTest, TestReplicaProperties, TestObjectReleaseTracker, TestBulkSchemaConcurrent, TestReqParamsAPI, TestShortCircuitedRequests, AutoCommitTest, SynonymTokenizerTest, RegexBoostProcessorTest, TestSuggestSpellingConverter, TestIntervalFaceting, TestTrie, TestSchemaResource, TestCoreDiscovery, QueryParsingTest, TestCloudInspectUtil, TestDistribDocBasedVersion, TestReloadAndDeleteDocs, TestManagedSchema, RemoteQueryErrorTest, TestFileDictionaryLookup, HdfsChaosMonkeySafeLeaderTest, ZkCLITest, TestOverriddenPrefixQueryForCustomFieldType, CloudExitableDirectoryReaderTest, TestSchemaSimilarityResource, PeerSyncTest, CacheHeaderTest, TriLevelCompositeIdRoutingTest, TestCollationField, TestReversedWildcardFilterFactory, TimeZoneUtilsTest, LoggingHandlerTest, TestSort, TestSearcherReuse, UpdateRequestProcessorFactoryTest, AnalyticsQueryTest, TestExceedMaxTermLength, DeleteReplicaTest, TestSchemaVersionResource, TestBlobHandler, DistributedFacetPivotSmallTest, TestIndexSearcher, TestPerFieldSimilarity, VMParamsZkACLAndCredentialsProvidersTest, TestDistributedSearch, SolrXmlInZkTest, OutputWriterTest, DistributedQueueTest, TestHashPartitioner, DocumentBuilderTest, TestMergePolicyConfig, LeaderInitiatedRecoveryOnCommitTest, DirectUpdateHandlerTest, TestSolrDynamicMBean, TestManagedResource, SpellPossibilityIteratorTest, PreAnalyzedUpdateProcessorTest, DistributedMLTComponentTest, TestAtomicUpdateErrorCases, DebugComponentTest, TestRandomMergePolicy, TestConfigSets, IndexBasedSpellCheckerTest, TestClusterStateMutator, BufferStoreTest, TestCloudManagedSchema, HdfsBasicDistributedZk2Test, CopyFieldTest, TestLFUCache, ZkSolrClientTest, TestLMJelinekMercerSimilarityFactory, TestBlendedInfixSuggestions, AssignTest, TestHdfsUpdateLog, CoreAdminCreateDiscoverTest, SimpleMLTQParserTest, TestValueSourceCache, StatsComponentTest, UUIDFieldTest, TestWordDelimiterFilterFactory, CircularListTest, TermsComponentTest, TestRequestStatusCollectionAPI, AliasIntegrationTest, AnalysisErrorHandlingTest, SliceStateTest, TestElisionMultitermQuery, TestFieldCollectionResource, SolrRequestParserTest, TestFastWriter, ChangedSchemaMergeTest, RequestHandlersTest, TestManagedSchemaDynamicFieldResource, MergeStrategyTest, ExternalCollectionsTest, ShardSplitTest, TestQueryTypes, TestSystemIdResolver, TestDocBasedVersionConstraints, TestFunctionQuery, TestLRUStatsCache, XsltUpdateRequestHandlerTest, DateMathParserTest, CustomCollectionTest, TestIBSimilarityFactory, TestCollectionAPI, TestLRUCache, ChaosMonkeyNothingIsSafeTest, TestExactSharedStatsCache, CloudMLTQParserTest, TestCharFilters, HttpPartitionTest, BinaryUpdateRequestHandlerTest, TestLeaderElectionZkExpiry, TestManagedSynonymFilterFactory, BadCopyFieldTest, CollectionsAPIDistributedZkTest, CoreMergeIndexesAdminHandlerTest, HdfsRecoveryZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZkTest, TestSolr4Spatial2, ReplicationFactorTest]
   [junit4] Completed in 84.57s, 1 test, 1 error <<< FAILURES!

[...truncated 1016 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:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 468 suites, 1870 tests, 1 error, 57 ignored (30 assumptions)

Total time: 145 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any