Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4435/
Java: 64bit/jdk1.7.0_67 -XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true)

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

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:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:276)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)
        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 
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:353)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:312)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
        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 9973 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
 D2D4B6A04BC4EF15-001\init-core-data-001
   [junit4]   2> 4918007 T17703 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /_bd/w
   [junit4]   2> 4918012 T17703 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 4918013 T17703 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4918014 T17704 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 4918121 T17703 oasc.ZkTestServer.run start zk server on 
port:54503
   [junit4]   2> 4918122 T17703 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4918126 T17703 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4918132 T17711 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@13872e91 
name:ZooKeeperConnection Watcher:127.0.0.1:54503 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4918133 T17703 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4918133 T17703 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4918133 T17703 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4918140 T17703 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4918142 T17703 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4918144 T17714 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4c05fc11 
name:ZooKeeperConnection Watcher:127.0.0.1:54503/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4918145 T17703 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4918146 T17703 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4918146 T17703 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 4918151 T17703 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 4918155 T17703 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 4918157 T17703 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 4918161 T17703 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> 4918161 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 4918168 T17703 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> 4918168 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 4918175 T17703 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> 4918175 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4918180 T17703 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> 4918180 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 4918184 T17703 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> 4918184 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 4918190 T17703 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> 4918190 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 4918194 T17703 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> 4918194 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 4918199 T17703 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> 4918199 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 4918204 T17703 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> 4918204 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4918209 T17703 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> 4918209 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 4918214 T17703 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> 4918214 T17703 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 4920023 T17703 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4920028 T17703 oejs.AbstractConnector.doStart Started 
[email protected]:54511
   [junit4]   2> 4920032 T17703 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@ae80a59
   [junit4]   2> 4920033 T17703 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4920033 T17703 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
 D2D4B6A04BC4EF15-001\tempDir-002
   [junit4]   2> 4920034 T17703 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
 D2D4B6A04BC4EF15-001\tempDir-002\'
   [junit4]   2> 4920099 T17703 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D2D4B6A04BC4EF15-001\tempDir-002\solr.xml
   [junit4]   2> 4920200 T17703 oasc.CoreContainer.<init> New CoreContainer 
964633149
   [junit4]   2> 4920200 T17703 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
 D2D4B6A04BC4EF15-001\tempDir-002\]
   [junit4]   2> 4920202 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4920202 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4920202 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4920203 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4920203 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4920203 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4920203 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4920205 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4920205 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4920205 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4920206 T17703 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4920206 T17703 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4920207 T17703 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4920207 T17703 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4920207 T17703 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54503/solr
   [junit4]   2> 4920208 T17703 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4920208 T17703 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4920210 T17703 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4920213 T17726 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@541b5db8 
name:ZooKeeperConnection Watcher:127.0.0.1:54503 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4920213 T17703 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4920213 T17703 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4920217 T17703 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4920221 T17729 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@15f63819 
name:ZooKeeperConnection Watcher:127.0.0.1:54503/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4920221 T17703 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4920223 T17703 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 4920228 T17703 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 4920232 T17703 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 4920237 T17703 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 4920241 T17703 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 4920247 T17703 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 4920249 T17703 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54510__bd%2Fw
   [junit4]   2> 4920250 T17703 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54510__bd%2Fw
   [junit4]   2> 4920258 T17703 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 4920260 T17703 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 4920262 T17703 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4920267 T17703 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:54510__bd%2Fw
   [junit4]   2> 4920267 T17703 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 4920274 T17703 oasc.Overseer.start Overseer 
(id=93103256795348995-127.0.0.1:54510__bd%2Fw-n_0000000000) starting
   [junit4]   2> 4920280 T17703 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 4920294 T17703 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4920296 T17731 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 4920296 T17703 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 4920300 T17703 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 4920303 T17703 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4920310 T17730 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 4920319 T17733 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 4920319 T17733 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4920320 T17729 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4920320 T17733 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4920327 T17730 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54510/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:54510__bd%2Fw",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"} current state version: 0
   [junit4]   2> 4920329 T17730 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54510/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:54510__bd%2Fw",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"}
   [junit4]   2> 4920329 T17730 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 4920329 T17730 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 4920332 T17729 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> 4921311 T17733 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4921311 T17733 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 4921312 T17733 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4921313 T17733 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4921314 T17733 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4921314 T17733 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
 D2D4B6A04BC4EF15-001\tempDir-002\collection1\'
   [junit4]   2> 4921316 T17733 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D2D4B6A04BC4EF15-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4921319 T17733 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D2D4B6A04BC4EF15-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4921319 T17733 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D2D4B6A04BC4EF15-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 4921365 T17733 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4921371 T17733 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4921391 T17733 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4921419 T17733 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 4921468 T17733 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4921473 T17733 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4921483 T17733 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4921904 T17733 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4921914 T17733 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4921918 T17733 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4921936 T17733 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4921941 T17733 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4921947 T17733 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4921949 T17733 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4921949 T17733 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4921949 T17733 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4921950 T17733 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4921950 T17733 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4921950 T17733 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 4921950 T17733 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4921951 T17733 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
 D2D4B6A04BC4EF15-001\tempDir-002\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D2D4B6A04BC4EF15-001\tempDir-001/control/data\
   [junit4]   2> 4921951 T17733 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61550817
   [junit4]   2> 4921953 T17733 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
 D2D4B6A04BC4EF15-001\tempDir-001/control/data\
   [junit4]   2> 4921953 T17733 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
 D2D4B6A04BC4EF15-001\tempDir-001/control/data\index/
   [junit4]   2> 4921953 T17733 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
 D2D4B6A04BC4EF15-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 4921953 T17733 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
 D2D4B6A04BC4EF15-001\tempDir-001/control/data\index
   [junit4]   2> 4921954 T17733 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=69.4345703125, 
floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=16.58149651037553, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4921954 T17733 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@52c72887 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1135e186),segFN=segments_1,generation=1}
   [junit4]   2> 4921954 T17733 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4921959 T17733 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4921959 T17733 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4921960 T17733 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4921960 T17733 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4921960 T17733 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4921960 T17733 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4921961 T17733 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4921961 T17733 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4921961 T17733 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4921963 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4921963 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4921963 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4921964 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4921964 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4921965 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4921965 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4921965 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4921965 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4921966 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4921967 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4921967 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4921968 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4921968 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4921969 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4921969 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4921969 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4921971 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4921971 T17733 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 4921980 T17733 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4921982 T17733 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4921984 T17733 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4921987 T17733 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4921989 T17733 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4921993 T17733 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4921994 T17733 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4921994 T17733 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=10.6552734375, 
floorSegmentMB=1.9619140625, forceMergeDeletesPctAllowed=16.26943786320025, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5578405221718279
   [junit4]   2> 4921995 T17733 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@52c72887 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1135e186),segFN=segments_1,generation=1}
   [junit4]   2> 4921995 T17733 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4921995 T17733 oass.SolrIndexSearcher.<init> Opening 
Searcher@54e3f55e[collection1] main
   [junit4]   2> 4921995 T17733 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4921997 T17733 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4921997 T17733 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4921998 T17733 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4921998 T17733 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4921998 T17733 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4922001 T17733 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4922001 T17733 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4922001 T17733 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4922001 T17733 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4922002 T17733 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4922002 T17734 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@54e3f55e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4922003 T17737 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:54510/_bd/w 
collection:control_collection shard:shard1
   [junit4]   2> 4922003 T17703 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4922004 T17703 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4922005 T17703 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4922005 T17737 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4922007 T17703 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4922010 T17741 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@707a09e4 
name:ZooKeeperConnection Watcher:127.0.0.1:54503/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4922010 T17703 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4922010 T17703 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4922011 T17703 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4922013 T17737 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 4922016 T17729 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4922017 T17737 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4922017 T17737 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C8678 name=collection1 
org.apache.solr.core.SolrCore@54cd851c 
url=http://127.0.0.1:54510/_bd/w/collection1 node=127.0.0.1:54510__bd%2Fw 
C8678_STATE=coll:control_collection core:collection1 
props:{base_url=http://127.0.0.1:54510/_bd/w, core=collection1, 
node_name=127.0.0.1:54510__bd%2Fw, state=down}
   [junit4]   2> 4922017 T17737 C8678 P54510 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:54510/_bd/w/collection1/
   [junit4]   2> 4922017 T17737 C8678 P54510 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4922018 T17737 C8678 P54510 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:54510/_bd/w/collection1/ has no replicas
   [junit4]   2> 4922018 T17730 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> 4922018 T17737 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:54510/_bd/w/collection1/ shard1
   [junit4]   2> 4922019 T17737 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 4922019 T17703 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 4922022 T17729 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> 4922023 T17741 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> 4922035 T17742 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4922038 T17730 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:54510/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 4922139 T17741 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> 4922186 T17737 oasc.ZkController.register We are 
http://127.0.0.1:54510/_bd/w/collection1/ and leader is 
http://127.0.0.1:54510/_bd/w/collection1/
   [junit4]   2> 4922186 T17737 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:54510/_bd/w
   [junit4]   2> 4922186 T17737 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4922186 T17737 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 4922186 T17737 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4922188 T17729 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4922194 T17730 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54510/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "node_name":"127.0.0.1:54510__bd%2Fw",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "state":"active"} current state version: 3
   [junit4]   2> 4922196 T17730 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54510/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "node_name":"127.0.0.1:54510__bd%2Fw",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 4922301 T17741 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> 4922302 T17729 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> 4923726 T17703 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 4923726 T17703 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4923734 T17703 oejs.AbstractConnector.doStart Started 
[email protected]:54524
   [junit4]   2> 4923737 T17703 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@ae80a59
   [junit4]   2> 4923737 T17703 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4923737 T17703 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
 D2D4B6A04BC4EF15-001\tempDir-003
   [junit4]   2> 4923737 T17703 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
 D2D4B6A04BC4EF15-001\tempDir-003\'
   [junit4]   2> 4923784 T17703 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D2D4B6A04BC4EF15-001\tempDir-003\solr.xml
   [junit4]   2> 4923886 T17703 oasc.CoreContainer.<init> New CoreContainer 
784756161
   [junit4]   2> 4923887 T17703 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
 D2D4B6A04BC4EF15-001\tempDir-003\]
   [junit4]   2> 4923889 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4923889 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4923890 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4923890 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4923890 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4923891 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4923891 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4923892 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4923892 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4923892 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4923893 T17703 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4923894 T17703 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4923894 T17703 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4923894 T17703 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4923895 T17703 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54503/solr
   [junit4]   2> 4923895 T17703 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4923895 T17703 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4923898 T17703 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4923901 T17754 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@881fa7a name:ZooKeeperConnection 
Watcher:127.0.0.1:54503 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4923901 T17703 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4923902 T17703 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4923905 T17705 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ac4eb34b80005, 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> 4923906 T17703 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4923910 T17757 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@541561d0 
name:ZooKeeperConnection Watcher:127.0.0.1:54503/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4923911 T17703 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4923923 T17703 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4924891 T17703 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54523__bd%2Fw
   [junit4]   2> 4924893 T17703 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54523__bd%2Fw
   [junit4]   2> 4924903 T17703 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4924916 T17758 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4924916 T17758 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4924918 T17729 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4924918 T17758 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4924921 T17730 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54523/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "node_name":"127.0.0.1:54523__bd%2Fw",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"} current state version: 4
   [junit4]   2> 4924922 T17730 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54523/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "node_name":"127.0.0.1:54523__bd%2Fw",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"}
   [junit4]   2> 4924922 T17730 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 4924922 T17730 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 4924927 T17729 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> 4924927 T17741 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> 4924927 T17757 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> 4925879 T17758 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4925880 T17758 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4925883 T17758 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4925883 T17758 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4925887 T17758 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4925887 T17758 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
 D2D4B6A04BC4EF15-001\tempDir-003\collection1\'
   [junit4]   2> 4925891 T17758 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D2D4B6A04BC4EF15-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4925891 T17758 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D2D4B6A04BC4EF15-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4925893 T17758 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D2D4B6A04BC4EF15-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 4925926 T17758 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4925932 T17758 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4925948 T17758 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4925977 T17758 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 4926042 T17758 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4926046 T17758 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4926057 T17758 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4926541 T17758 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4926550 T17758 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4926554 T17758 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4926575 T17758 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4926581 T17758 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4926588 T17758 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4926591 T17758 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4926592 T17758 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4926592 T17758 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4926596 T17758 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4926596 T17758 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4926596 T17758 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4926596 T17758 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4926597 T17758 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
 D2D4B6A04BC4EF15-001\tempDir-003\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D2D4B6A04BC4EF15-001\tempDir-001/jetty1\
   [junit4]   2> 4926597 T17758 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61550817
   [junit4]   2> 4926598 T17758 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
 D2D4B6A04BC4EF15-001\tempDir-001/jetty1\
   [junit4]   2> 4926598 T17758 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
 D2D4B6A04BC4EF15-001\tempDir-001/jetty1\index/
   [junit4]   2> 4926598 T17758 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
 D2D4B6A04BC4EF15-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4926599 T17758 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
 D2D4B6A04BC4EF15-001\tempDir-001/jetty1\index
   [junit4]   2> 4926600 T17758 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=69.4345703125, 
floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=16.58149651037553, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4926602 T17758 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@3de500cc 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59770d3),segFN=segments_1,generation=1}
   [junit4]   2> 4926602 T17758 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4926607 T17758 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4926607 T17758 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4926609 T17758 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4926609 T17758 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4926609 T17758 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4926609 T17758 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4926610 T17758 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4926610 T17758 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4926610 T17758 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4926611 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4926611 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4926612 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4926613 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4926614 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4926615 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4926615 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4926616 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4926616 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4926618 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4926620 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4926620 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4926621 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4926621 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4926622 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4926622 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4926623 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4926623 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4926624 T17758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 4926631 T17758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4926634 T17758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4926635 T17758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4926637 T17758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4926641 T17758 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4926644 T17758 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4926644 T17758 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4926645 T17758 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=10.6552734375, 
floorSegmentMB=1.9619140625, forceMergeDeletesPctAllowed=16.26943786320025, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5578405221718279
   [junit4]   2> 4926646 T17758 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@3de500cc 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59770d3),segFN=segments_1,generation=1}
   [junit4]   2> 4926646 T17758 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4926647 T17758 oass.SolrIndexSearcher.<init> Opening 
Searcher@599dd972[collection1] main
   [junit4]   2> 4926647 T17758 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4926649 T17758 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4926649 T17758 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4926650 T17758 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4926650 T17758 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4926650 T17758 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4926653 T17758 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4926653 T17758 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4926653 T17758 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4926653 T17758 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4926655 T17759 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@599dd972[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4926655 T17758 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4926657 T17762 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:54523/_bd/w collection:collection1 
shard:shard1
   [junit4]   2> 4926658 T17703 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4926659 T17703 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4926661 T17762 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 4926672 T17762 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 4926675 T17729 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4926676 T17762 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4926676 T17762 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C8679 name=collection1 
org.apache.solr.core.SolrCore@25d8f730 
url=http://127.0.0.1:54523/_bd/w/collection1 node=127.0.0.1:54523__bd%2Fw 
C8679_STATE=coll:collection1 core:collection1 
props:{base_url=http://127.0.0.1:54523/_bd/w, core=collection1, 
node_name=127.0.0.1:54523__bd%2Fw, state=down}
   [junit4]   2> 4926676 T17762 C8679 P54523 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:54523/_bd/w/collection1/
   [junit4]   2> 4926677 T17762 C8679 P54523 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4926678 T17762 C8679 P54523 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:54523/_bd/w/collection1/ has no replicas
   [junit4]   2> 4926678 T17762 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:54523/_bd/w/collection1/ shard1
   [junit4]   2> 4926678 T17762 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 4926680 T17730 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> 4926684 T17741 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> 4926685 T17757 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> 4926686 T17729 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> 4926700 T17730 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:54523/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 6
   [junit4]   2> 4926704 T17742 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4926804 T17757 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> 4926805 T17741 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> 4926845 T17762 oasc.ZkController.register We are 
http://127.0.0.1:54523/_bd/w/collection1/ and leader is 
http://127.0.0.1:54523/_bd/w/collection1/
   [junit4]   2> 4926845 T17762 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:54523/_bd/w
   [junit4]   2> 4926845 T17762 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4926845 T17762 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 4926845 T17762 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4926849 T17729 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4926852 T17730 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54523/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "node_name":"127.0.0.1:54523__bd%2Fw",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "state":"active"} current state version: 7
   [junit4]   2> 4926853 T17730 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54523/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "node_name":"127.0.0.1:54523__bd%2Fw",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 4926956 T17729 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> 4926956 T17757 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> 4926956 T17741 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> 4928471 T17703 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 4928472 T17703 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4928476 T17703 oejs.AbstractConnector.doStart Started 
[email protected]:54534
   [junit4]   2> 4928478 T17703 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@ae80a59
   [junit4]   2> 4928479 T17703 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4928479 T17703 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
 D2D4B6A04BC4EF15-001\tempDir-004
   [junit4]   2> 4928480 T17703 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
 D2D4B6A04BC4EF15-001\tempDir-004\'
   [junit4]   2> 4928527 T17703 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D2D4B6A04BC4EF15-001\tempDir-004\solr.xml
   [junit4]   2> 4928599 T17703 oasc.CoreContainer.<init> New CoreContainer 
805085932
   [junit4]   2> 4928599 T17703 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
 D2D4B6A04BC4EF15-001\tempDir-004\]
   [junit4]   2> 4928601 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4928602 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4928602 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4928602 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4928603 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4928603 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4928603 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4928603 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4928603 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4928603 T17703 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4928604 T17703 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4928605 T17703 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4928605 T17703 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4928605 T17703 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4928606 T17703 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54503/solr
   [junit4]   2> 4928606 T17703 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4928606 T17703 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4928608 T17703 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4928611 T17775 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3d6c0b1f 
name:ZooKeeperConnection Watcher:127.0.0.1:54503 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4928612 T17703 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4928612 T17703 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4928618 T17703 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4928620 T17778 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@19f93675 
name:ZooKeeperConnection Watcher:127.0.0.1:54503/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4928620 T17703 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4928637 T17703 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4929605 T17703 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54533__bd%2Fw
   [junit4]   2> 4929606 T17703 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54533__bd%2Fw
   [junit4]   2> 4929614 T17703 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4929622 T17779 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4929622 T17779 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4929623 T17779 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4929624 T17729 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4929626 T17730 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54533/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "node_name":"127.0.0.1:54533__bd%2Fw",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"} current state version: 8
   [junit4]   2> 4929627 T17730 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:54533/_bd/w";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "node_name":"127.0.0.1:54533__bd%2Fw",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"}
   [junit4]   2> 4929627 T17730 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 4929627 T17730 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 4929629 T17778 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> 4929630 T17729 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> 4929630 T17741 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> 4929631 T17757 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> 4930548 T17779 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4930548 T17779 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4930549 T17779 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4930549 T17779 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4930551 T17779 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4930551 T17779 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
 D2D4B6A04BC4EF15-001\tempDir-004\collection1\'
   [junit4]   2> 4930553 T17779 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D2D4B6A04BC4EF15-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4930556 T17779 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D2D4B6A04BC4EF15-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4930557 T17779 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D2D4B6A04BC4EF15-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 4930584 T17779 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4930590 T17779 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4930602 T17779 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4930621 T17779 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 4930686 T17779 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4930688 T17779 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4930696 T17779 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4931064 T17779 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4931074 T17779 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4931079 T17779 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4931106 T17779 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4931113 T17779 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4931118 T17779 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4931121 T17779 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4931121 T17779 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4931121 T17779 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4931123 T17779 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4931123 T17779 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4931124 T17779 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4931124 T17779 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4931124 T17779 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
 D2D4B6A04BC4EF15-001\tempDir-004\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D2D4B6A04BC4EF15-001\tempDir-001/jetty2\
   [junit4]   2> 4931125 T17779 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@61550817
   [junit4]   2> 4931126 T17779 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
 D2D4B6A04BC4EF15-001\tempDir-001/jetty2\
   [junit4]   2> 4931126 T17779 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
 D2D4B6A04BC4EF15-001\tempDir-001/jetty2\index/
   [junit4]   2> 4931126 T17779 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
 D2D4B6A04BC4EF15-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4931127 T17779 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
 D2D4B6A04BC4EF15-001\tempDir-001/jetty2\index
   [junit4]   2> 4931127 T17779 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=69.4345703125, 
floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=16.58149651037553, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4931128 T17779 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@21cc522b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d269662),segFN=segments_1,generation=1}
   [junit4]   2> 4931128 T17779 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4931132 T17779 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4931133 T17779 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4931133 T17779 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4931133 T17779 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4931133 T17779 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4931133 T17779 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4931134 T17779 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4931134 T17779 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4931134 T17779 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4931135 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4931136 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4931136 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4931137 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4931137 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4931138 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4931138 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4931138 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4931139 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4931140 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4931141 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4931141 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4931142 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4931143 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4931143 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4931144 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4931144 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4931145 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4931145 T17779 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 4931154 T17779 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4931156 T17779 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4931159 T17779 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4931160 T17779 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4931163 T17779 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4931166 T17779 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4931166 T17779 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4931166 T17779 oasu.RandomMergePol

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

junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_67 
(64-bit)/cpus=2,threads=1,free=103807936,total=491393024
   [junit4]   2> NOTE: All tests run in this JVM: [TestSortingResponseWriter, 
SoftAutoCommitTest, OpenCloseCoreStressTest, SuggesterTest, 
TestCollationFieldDocValues, TestJoin, AssignTest, TestClusterStateMutator, 
TestCSVResponseWriter, TestDefaultSimilarityFactory, TestCloudInspectUtil, 
TestLMDirichletSimilarityFactory, DateFieldTest, 
VMParamsZkACLAndCredentialsProvidersTest, RegexBoostProcessorTest, 
DistributedFacetPivotSmallTest, HdfsDirectoryTest, TestMaxScoreQueryParser, 
TestDocumentBuilder, TestManagedSchemaDynamicFieldResource, 
TestSolrCoreProperties, CursorPagingTest, TestDynamicLoading, 
SpellCheckCollatorTest, ParsingFieldUpdateProcessorsTest, DocValuesMissingTest, 
TestSuggestSpellingConverter, CursorMarkTest, ConnectionManagerTest, 
TestFieldSortValues, CollectionsAPIDistributedZkTest, ExternalCollectionsTest, 
TestCloudManagedSchemaConcurrent, TestRawResponseWriter, 
TestReplicationHandler, TestRestManager, ReturnFieldsTest, 
AlternateDirectoryTest, MultiTermTest, DisMaxRequestHandlerTest, 
WordBreakSolrSpellCheckerTest, TimeZoneUtilsTest, TestDistribDocBasedVersion, 
BasicZkTest, SolrCmdDistributorTest, MultiThreadedOCPTest, 
DeleteLastCustomShardedReplicaTest, SampleTest, 
OverseerCollectionProcessorTest, TestRandomMergePolicy, TermsComponentTest, 
ChaosMonkeySafeLeaderTest, ShardRoutingTest, TestFoldingMultitermQuery, 
TestBinaryField, TestCoreContainer, PolyFieldTest, TestAddFieldRealTimeGet, 
TestPostingsSolrHighlighter, TestSolrIndexConfig, ResponseHeaderTest, 
TestModifyConfFiles, TestConfigSets, SpatialRPTFieldTypeTest, 
PathHierarchyTokenizerFactoryTest, SortByFunctionTest, 
ResponseLogComponentTest, TestSystemIdResolver, ModifyConfFileTest, 
DateMathParserTest, TestOrdValues, TestClassNameShortening, 
DistribCursorPagingTest, DocExpirationUpdateProcessorFactoryTest, 
TestDFRSimilarityFactory, OverriddenZkACLAndCredentialsProvidersTest, 
HdfsBasicDistributedZkTest, TestValueSourceCache, TestManagedResource, 
TestFieldTypeCollectionResource, TestStressReorder, TestSolrQueryParser, 
SimpleMLTQParserTest, BinaryUpdateRequestHandlerTest, QueryParsingTest, 
TestHighFrequencyDictionaryFactory, EchoParamsTest, TestElisionMultitermQuery, 
SuggesterTSTTest, OverseerTest, PreAnalyzedFieldTest, HighlighterConfigTest, 
TestBinaryResponseWriter, HardAutoCommitTest, TestStressVersions, ZkCLITest, 
TestRandomDVFaceting, DistributedTermsComponentTest, 
StatelessScriptUpdateProcessorFactoryTest, CloudMLTQParserTest, 
TestChildDocTransformer, TestSolrDeletionPolicy1, TestSolrXmlPersistor, 
TestDefaultStatsCache, TestSort, LeaderFailoverAfterPartitionTest, 
TestSolr4Spatial, OverseerStatusTest, QueryEqualityTest, BadCopyFieldTest, 
IndexBasedSpellCheckerTest, IndexSchemaTest, DistributedFacetPivotLongTailTest, 
RollingRestartTest, TestPerFieldSimilarity, TestFastOutputStream, 
EnumFieldTest, TestBlendedInfixSuggestions, CoreContainerCoreInitFailuresTest, 
ExternalFileFieldSortTest, TestDocSet, TestSchemaSimilarityResource, 
TestCharFilters, DistribDocExpirationUpdateProcessorTest, 
TestIndexingPerformance, DirectSolrConnectionTest, IndexSchemaRuntimeFieldTest, 
AnalyticsMergeStrategyTest, SystemInfoHandlerTest, LeaderElectionTest, 
TestManagedSchemaFieldResource, TestFaceting, NotRequiredUniqueKeyTest, 
TestRecovery, ChangedSchemaMergeTest, MergeStrategyTest, 
TermVectorComponentDistributedTest, TestSolrConfigHandlerCloud, 
TestExactStatsCache, SharedFSAutoReplicaFailoverTest, 
TestManagedSynonymFilterFactory, TestRequestStatusCollectionAPI, 
ShardRoutingCustomTest, CoreAdminHandlerTest, TestSolrQueryParserResource, 
TestIndexSearcher, TestRealTimeGet, HttpPartitionTest, 
FastVectorHighlighterTest, DistributedSuggestComponentTest, TestGroupingSearch, 
LukeRequestHandlerTest, DistributedQueryComponentCustomSortTest, 
SolrRequestParserTest, DebugComponentTest, TestDefaultSearchFieldResource, 
TestCSVLoader, TestFunctionQuery, StatsComponentTest, LoggingHandlerTest, 
TestBlobHandler, JSONWriterTest, TestCollapseQParserPlugin, 
ConvertedLegacyTest, TestStressUserVersions, DocumentBuilderTest, 
JsonLoaderTest, CustomCollectionTest, TestAtomicUpdateErrorCases, 
TestQuerySenderListener, TestCloudManagedSchema, TestFreeTextSuggestions, 
TestCoreDiscovery, AddBlockUpdateTest, SyncSliceTest, SuggesterWFSTTest, 
CollectionsAPIAsyncDistributedZkTest, SolrXmlInZkTest, 
TestReversedWildcardFilterFactory, DirectSolrSpellCheckerTest, DeleteShardTest, 
CurrencyFieldOpenExchangeTest, CoreAdminCreateDiscoverTest, 
TestSolrConfigHandlerConcurrent, TestIntervalFaceting, 
SimpleCollectionCreateDeleteTest, TestOverriddenPrefixQueryForCustomFieldType, 
TestCopyFieldCollectionResource, SharedFSAutoReplicaFailoverUtilsTest, 
TestBadConfig, TestCloudPivotFacet, SolrCoreTest, TestConfig, 
QueryResultKeyTest, SynonymTokenizerTest, CopyFieldTest, 
TestPHPSerializedResponseWriter, AutoCommitTest, TestExtendedDismaxParser, 
TestAnalyzeInfixSuggestions, TestMergePolicyConfig, 
DocumentAnalysisRequestHandlerTest, TestInitQParser, TestStressLucene, 
TestPartialUpdateDeduplication, TestFileDictionaryLookup, FileUtilsTest, 
TestTrie, TestReplicaProperties, TestArbitraryIndexDir, DistributedQueueTest, 
UniqFieldsUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, 
TestSchemaResource, XsltUpdateRequestHandlerTest, SimpleFacetsTest, 
MBeansHandlerTest, TestConfigOverlay, FieldAnalysisRequestHandlerTest, 
BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, 
LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, 
TestDistributedSearch, TestDistributedGrouping, TestHashPartitioner, 
DistributedSpellCheckComponentTest, ZkControllerTest, TestReload, 
TestRangeQuery, SpellCheckComponentTest, QueryElevationComponentTest, 
PeerSyncTest, BadIndexSchemaTest, TestFiltering, BasicFunctionalityTest, 
TestLazyCores, DirectUpdateHandlerTest, HighlighterTest, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
SuggesterFSTTest, DocValuesTest, SpatialFilterTest, NoCacheHeaderTest, 
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate, 
FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, 
SolrInfoMBeanTest, CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, 
StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, 
PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, 
XmlUpdateRequestHandlerTest, RequestHandlersTest, TermVectorComponentTest, 
MoreLikeThisHandlerTest, RequiredFieldsTest, SolrPluginUtilsTest, 
TestJmxIntegration, TestCollationField, UpdateRequestProcessorFactoryTest, 
TestAnalyzedSuggestions, PingRequestHandlerTest, CSVRequestHandlerTest, 
TestComponentsName, SearchHandlerTest, TestLFUCache, SOLR749Test, 
UpdateParamsTest, TestQuerySenderNoQuery, SolrIndexConfigTest, 
BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, TestSearchPerf, 
NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, TestLuceneMatchVersion, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, 
TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, 
LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, ResourceLoaderTest, 
ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, 
PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, 
SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, 
ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, 
SliceStateTest, UUIDFieldTest, CircularListTest, TestRTGBase, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestTolerantSearch, AliasIntegrationTest, 
AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, 
DeleteInactiveReplicaTest, DeleteReplicaTest, 
LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 87.02s, 1 test, 1 error <<< FAILURES!

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to