Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4532/
Java: 32bit/jdk1.8.0_40-ea-b09 -server -XX:+UseSerialGC (asserts: false)

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:62081/repfacttest_c8n_1x3_shard1_replica1
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:581)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:890)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        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.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: 
http://127.0.0.1:62081/repfacttest_c8n_1x3_shard1_replica1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
        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.directUpdate(CloudSolrClient.java:578)
        ... 45 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
        ... 50 more




Build Log:
[...truncated 9796 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\init-core-data-001
   [junit4]   2> 3383101 T15436 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 3383104 T15436 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 3383106 T15436 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3383107 T15437 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 3383211 T15436 oasc.ZkTestServer.run start zk server on 
port:62048
   [junit4]   2> 3383211 T15436 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3383215 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3383224 T15444 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cb78a5 name:ZooKeeperConnection 
Watcher:127.0.0.1:62048 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 3383225 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3383227 T15436 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3383227 T15436 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3383236 T15436 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3383236 T15438 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ab45498770000, 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> 3383239 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3383242 T15447 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@16decbe name:ZooKeeperConnection 
Watcher:127.0.0.1:62048/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3383243 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3383243 T15436 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3383244 T15436 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 3383249 T15436 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 3383255 T15436 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 3383258 T15436 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 3383262 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 3383263 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 3383270 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3383271 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 3383275 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3383276 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3383281 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 3383282 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 3383287 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 3383287 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 3383292 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 3383292 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 3383295 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3383295 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 3383300 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3383300 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 3383308 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3383309 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3383313 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3383314 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 3383318 T15436 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 3383319 T15436 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 3383323 T15438 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ab45498770001, 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> 3385095 T15436 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3385099 T15436 oejs.AbstractConnector.doStart Started 
[email protected]:62056
   [junit4]   2> 3385099 T15436 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3385099 T15436 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3385099 T15436 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-002
   [junit4]   2> 3385099 T15436 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-002\'
   [junit4]   2> 3385146 T15436 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-002\solr.xml
   [junit4]   2> 3385160 T15436 oasc.CoreContainer.<init> New CoreContainer 
29612401
   [junit4]   2> 3385160 T15436 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-002\]
   [junit4]   2> 3385161 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 3385161 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 3385162 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 3385162 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3385163 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 3385163 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 3385163 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3385164 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 3385164 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 3385165 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 3385165 T15436 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3385166 T15436 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3385166 T15436 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3385166 T15436 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3385167 T15436 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:62048/solr
   [junit4]   2> 3385167 T15436 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 3385168 T15436 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3385170 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3385173 T15459 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@9c9568 name:ZooKeeperConnection 
Watcher:127.0.0.1:62048 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 3385173 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3385173 T15436 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3385179 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3385182 T15462 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@76e31e name:ZooKeeperConnection 
Watcher:127.0.0.1:62048/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3385182 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3385186 T15436 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 3385192 T15436 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 3385196 T15436 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 3385201 T15436 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 3385205 T15436 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 3385210 T15436 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 3385212 T15436 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62055_
   [junit4]   2> 3385213 T15436 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:62055_
   [junit4]   2> 3385217 T15436 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 3385220 T15436 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 3385223 T15436 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3385226 T15436 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:62055_
   [junit4]   2> 3385226 T15436 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 3385229 T15436 oasc.Overseer.start Overseer 
(id=93085017742704643-127.0.0.1:62055_-n_0000000000) starting
   [junit4]   2> 3385233 T15436 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 3385245 T15436 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3385248 T15464 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 3385248 T15436 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 3385250 T15436 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 3385252 T15436 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3385259 T15463 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 3385262 T15466 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 3385262 T15466 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3385263 T15466 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 3385263 T15462 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3385268 T15463 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62055";,
   [junit4]   2>          "node_name":"127.0.0.1:62055_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 3385269 T15463 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62055";,
   [junit4]   2>          "node_name":"127.0.0.1:62055_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3385270 T15463 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 3385270 T15463 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 3385272 T15462 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> 3386299 T15466 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 3386300 T15466 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 3386301 T15466 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 3386301 T15466 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 3386303 T15466 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 3386303 T15466 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-002\collection1\'
   [junit4]   2> 3386305 T15466 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 3386307 T15466 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3386307 T15466 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 3386333 T15466 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 3386337 T15466 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 3386348 T15466 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 3386353 T15466 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 3386363 T15466 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3386366 T15466 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 3386373 T15466 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 3386495 T15466 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3386503 T15466 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 3386504 T15466 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3386525 T15466 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3386529 T15466 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3386533 T15466 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3386535 T15466 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3386535 T15466 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3386536 T15466 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3386539 T15466 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3386539 T15466 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3386540 T15466 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 3386540 T15466 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3386541 T15466 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-002\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/control/data\
   [junit4]   2> 3386541 T15466 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29e685
   [junit4]   2> 3386542 T15466 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/control/data\
   [junit4]   2> 3386542 T15466 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/control/data\index/
   [junit4]   2> 3386542 T15466 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001\control\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 3386543 T15466 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/control/data\index
   [junit4]   2> 3386543 T15466 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7698360744757369]
   [junit4]   2> 3386544 T15466 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@3ab7bf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6aad51),segFN=segments_1,generation=1}
   [junit4]   2> 3386544 T15466 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3386547 T15466 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3386547 T15466 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 3386548 T15466 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 3386548 T15466 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3386549 T15466 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 3386549 T15466 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3386549 T15466 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3386550 T15466 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3386550 T15466 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3386551 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3386551 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3386552 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3386552 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3386553 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3386553 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3386553 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3386554 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3386554 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3386555 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3386555 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3386556 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3386556 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3386557 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3386557 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3386557 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3386558 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 3386558 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3386558 T15466 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3386564 T15466 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3386566 T15466 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3386567 T15466 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3386568 T15466 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3386569 T15466 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3386573 T15466 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 3386574 T15466 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 3386574 T15466 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8327798188612524]
   [junit4]   2> 3386575 T15466 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@3ab7bf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6aad51),segFN=segments_1,generation=1}
   [junit4]   2> 3386575 T15466 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3386575 T15466 oass.SolrIndexSearcher.<init> Opening 
Searcher@1447097[collection1] main
   [junit4]   2> 3386576 T15466 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 3386579 T15466 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 3386579 T15466 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 3386580 T15466 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3386581 T15466 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 3386581 T15466 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3386583 T15466 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3386583 T15466 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3386583 T15466 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 3386583 T15466 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 3386584 T15466 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 3386584 T15467 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1447097[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3386586 T15470 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:62055 collection:control_collection 
shard:shard1
   [junit4]   2> 3386587 T15436 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3386587 T15436 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 3386589 T15470 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3386590 T15436 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3386592 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3386597 T15474 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1781939 name:ZooKeeperConnection 
Watcher:127.0.0.1:62048/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3386597 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3386598 T15436 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3386601 T15436 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3386605 T15470 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 3386610 T15470 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 3386610 T15470 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C3576 name=collection1 
org.apache.solr.core.SolrCore@42c0ad url=http://127.0.0.1:62055/collection1 
node=127.0.0.1:62055_ C3576_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:62055, 
node_name=127.0.0.1:62055_, state=down}
   [junit4]   2> 3386610 T15470 C3576 P62055 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:62055/collection1/
   [junit4]   2> 3386610 T15470 C3576 P62055 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 3386610 T15470 C3576 P62055 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:62055/collection1/ has no replicas
   [junit4]   2> 3386610 T15470 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:62055/collection1/ shard1
   [junit4]   2> 3386613 T15470 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 3386613 T15462 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3386616 T15463 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> 3386617 T15436 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 3386617 T15436 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 3386617 T15436 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3386621 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3386625 T15477 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1af3b8d name:ZooKeeperConnection 
Watcher:127.0.0.1:62048/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3386627 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3386627 T15436 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3386627 T15462 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3386630 T15463 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:62055";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 3386631 T15438 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ab45498770005, 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> 3386636 T15463 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "stateFormat":2} current state version: 1
   [junit4]   2> 3386636 T15463 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 3386642 T15474 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> 3386644 T15462 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> 3386661 T15463 oasco.ZkStateWriter.writePendingUpdates going 
to create_collection /collections/collection1/state.json
   [junit4]   2> 3386662 T15478 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3386666 T15474 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> 3386681 T15470 oasc.ZkController.register We are 
http://127.0.0.1:62055/collection1/ and leader is 
http://127.0.0.1:62055/collection1/
   [junit4]   2> 3386681 T15470 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:62055
   [junit4]   2> 3386681 T15470 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 3386681 T15470 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 3386681 T15470 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3386690 T15462 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3386692 T15463 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62055";,
   [junit4]   2>          "node_name":"127.0.0.1:62055_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 3386695 T15463 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62055";,
   [junit4]   2>          "node_name":"127.0.0.1:62055_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3386816 T15474 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> 3386817 T15462 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> 3388633 T15436 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 3388635 T15436 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3388639 T15436 oejs.AbstractConnector.doStart Started 
[email protected]:62072
   [junit4]   2> 3388640 T15436 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3388640 T15436 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3388640 T15436 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-003
   [junit4]   2> 3388640 T15436 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-003\'
   [junit4]   2> 3388702 T15436 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-003\solr.xml
   [junit4]   2> 3388715 T15436 oasc.CoreContainer.<init> New CoreContainer 
21728811
   [junit4]   2> 3388715 T15436 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-003\]
   [junit4]   2> 3388717 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 3388717 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 3388717 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 3388717 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3388717 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 3388719 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 3388719 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3388719 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 3388719 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 3388719 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 3388721 T15436 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3388721 T15436 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3388721 T15436 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3388721 T15436 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3388721 T15436 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:62048/solr
   [junit4]   2> 3388721 T15436 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 3388721 T15436 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3388726 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3388729 T15490 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@e4e6ae name:ZooKeeperConnection 
Watcher:127.0.0.1:62048 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 3388729 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3388729 T15436 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3388731 T15438 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ab45498770006, 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> 3388732 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3388735 T15493 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5bb8ab name:ZooKeeperConnection 
Watcher:127.0.0.1:62048/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3388735 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3388746 T15436 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3389896 T15436 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62071_
   [junit4]   2> 3389901 T15436 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:62071_
   [junit4]   2> 3389916 T15436 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3389931 T15494 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 3389931 T15494 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3389934 T15462 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3389935 T15494 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 3389935 T15494 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 3389936 T15463 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62071";,
   [junit4]   2>          "node_name":"127.0.0.1:62071_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 3389936 T15494 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3389937 T15463 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62071";,
   [junit4]   2>          "node_name":"127.0.0.1:62071_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3389937 T15463 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 3389937 T15463 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 3389940 T15494 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 3389940 T15494 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 3389940 T15463 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 3389942 T15493 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 3389942 T15493 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 3391080 T15494 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 3391080 T15494 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 3391082 T15494 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 3391082 T15494 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3391085 T15494 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3391085 T15494 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-003\collection1\'
   [junit4]   2> 3391091 T15494 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 3391095 T15494 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3391100 T15494 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 3391124 T15494 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 3391130 T15494 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 3391143 T15494 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 3391148 T15494 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 3391160 T15494 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3391163 T15494 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 3391169 T15494 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 3391295 T15494 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3391306 T15494 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 3391307 T15494 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3391327 T15494 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3391331 T15494 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3391335 T15494 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3391337 T15494 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3391338 T15494 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3391338 T15494 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3391340 T15494 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3391340 T15494 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3391341 T15494 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 3391341 T15494 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3391341 T15494 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-003\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/jetty1\
   [junit4]   2> 3391342 T15494 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29e685
   [junit4]   2> 3391343 T15494 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/jetty1\
   [junit4]   2> 3391343 T15494 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/jetty1\index/
   [junit4]   2> 3391343 T15494 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001\jetty1\index'
 doesn't exist. Creating new index...
   [junit4]   2> 3391345 T15494 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/jetty1\index
   [junit4]   2> 3391345 T15494 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7698360744757369]
   [junit4]   2> 3391346 T15494 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@12629d5 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a54d6),segFN=segments_1,generation=1}
   [junit4]   2> 3391346 T15494 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3391350 T15494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3391351 T15494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 3391351 T15494 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 3391351 T15494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3391352 T15494 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 3391352 T15494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3391352 T15494 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3391354 T15494 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3391354 T15494 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3391355 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3391355 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3391355 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3391356 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3391356 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3391357 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3391357 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3391358 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3391358 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3391362 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3391362 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3391364 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3391364 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3391365 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3391365 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3391366 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3391366 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 3391367 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3391367 T15494 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3391374 T15494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3391376 T15494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3391377 T15494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3391379 T15494 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3391379 T15494 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3391381 T15494 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 3391382 T15494 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 3391384 T15494 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8327798188612524]
   [junit4]   2> 3391384 T15494 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@12629d5 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a54d6),segFN=segments_1,generation=1}
   [junit4]   2> 3391385 T15494 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3391385 T15494 oass.SolrIndexSearcher.<init> Opening 
Searcher@18276e7[collection1] main
   [junit4]   2> 3391385 T15494 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3391387 T15494 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3391387 T15494 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 3391388 T15494 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3391388 T15494 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 3391388 T15494 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3391390 T15494 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3391390 T15494 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3391390 T15494 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 3391390 T15494 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 3391391 T15495 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@18276e7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3391391 T15494 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 3391394 T15498 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:62071 collection:collection1 
shard:shard2
   [junit4]   2> 3391396 T15436 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3391396 T15436 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 3391410 T15498 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3391419 T15498 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 3391421 T15462 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3391424 T15498 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 3391424 T15498 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C3577 name=collection1 
org.apache.solr.core.SolrCore@18e97c url=http://127.0.0.1:62071/collection1 
node=127.0.0.1:62071_ C3577_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:62071, 
node_name=127.0.0.1:62071_, state=down}
   [junit4]   2> 3391424 T15498 C3577 P62071 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:62071/collection1/
   [junit4]   2> 3391424 T15498 C3577 P62071 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 3391424 T15498 C3577 P62071 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:62071/collection1/ has no replicas
   [junit4]   2> 3391424 T15498 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:62071/collection1/ shard2
   [junit4]   2> 3391425 T15498 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 3391427 T15463 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 3391431 T15463 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 3391434 T15493 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 3391435 T15493 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 3391445 T15463 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:62071";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 3391447 T15463 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 3391448 T15493 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 3391449 T15493 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 3391454 T15462 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3391501 T15498 oasc.ZkController.register We are 
http://127.0.0.1:62071/collection1/ and leader is 
http://127.0.0.1:62071/collection1/
   [junit4]   2> 3391501 T15498 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:62071
   [junit4]   2> 3391501 T15498 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 3391503 T15498 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 3391503 T15498 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3391505 T15462 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3391508 T15463 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62071";,
   [junit4]   2>          "node_name":"127.0.0.1:62071_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 3391509 T15463 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62071";,
   [junit4]   2>          "node_name":"127.0.0.1:62071_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3391513 T15463 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 3391514 T15493 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 3391516 T15498 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 3391518 T15493 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 3393363 T15436 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 3393364 T15436 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3393368 T15436 oejs.AbstractConnector.doStart Started 
[email protected]:62082
   [junit4]   2> 3393368 T15436 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3393368 T15436 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3393368 T15436 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-004
   [junit4]   2> 3393370 T15436 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-004\'
   [junit4]   2> 3393405 T15436 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-004\solr.xml
   [junit4]   2> 3393423 T15436 oasc.CoreContainer.<init> New CoreContainer 
23804125
   [junit4]   2> 3393423 T15436 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-004\]
   [junit4]   2> 3393425 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 3393425 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 3393425 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 3393427 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3393427 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 3393427 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 3393427 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3393431 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 3393431 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 3393432 T15436 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 3393433 T15436 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3393433 T15436 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3393434 T15436 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3393435 T15436 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3393435 T15436 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:62048/solr
   [junit4]   2> 3393436 T15436 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 3393437 T15436 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3393439 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3393442 T15511 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1aa2824 name:ZooKeeperConnection 
Watcher:127.0.0.1:62048 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 3393442 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3393443 T15436 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3393447 T15436 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3393449 T15514 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@12ee595 name:ZooKeeperConnection 
Watcher:127.0.0.1:62048/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 3393451 T15436 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3393462 T15436 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3394611 T15436 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62081_
   [junit4]   2> 3394615 T15436 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:62081_
   [junit4]   2> 3394630 T15436 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3394665 T15515 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 3394665 T15515 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3394669 T15462 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3394670 T15515 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 3394670 T15515 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 3394670 T15463 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62081";,
   [junit4]   2>          "node_name":"127.0.0.1:62081_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 3394671 T15515 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 3394671 T15463 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:62081";,
   [junit4]   2>          "node_name":"127.0.0.1:62081_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3394672 T15463 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 3394672 T15463 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 3394673 T15515 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 3394673 T15515 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 3394674 T15463 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 3394675 T15493 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 3394677 T15514 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 3394677 T15493 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 3394678 T15514 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 3395814 T15515 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 3395814 T15515 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 3395817 T15515 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 3395817 T15515 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3395820 T15515 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3395820 T15515 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-004\collection1\'
   [junit4]   2> 3395828 T15515 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 3395832 T15515 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3395836 T15515 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 3395861 T15515 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 3395867 T15515 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 3395881 T15515 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 3395887 T15515 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 3395898 T15515 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3395903 T15515 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 3395908 T15515 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 3396054 T15515 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3396063 T15515 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 3396063 T15515 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3396081 T15515 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3396085 T15515 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3396088 T15515 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3396089 T15515 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3396091 T15515 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3396091 T15515 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3396092 T15515 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3396093 T15515 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3396093 T15515 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 3396093 T15515 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3396094 T15515 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-004\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/jetty2\
   [junit4]   2> 3396094 T15515 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@29e685
   [junit4]   2> 3396095 T15515 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/jetty2\
   [junit4]   2> 3396095 T15515 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/jetty2\index/
   [junit4]   2> 3396095 T15515 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001\jetty2\index'
 doesn't exist. Creating new index...
   [junit4]   2> 3396096 T15515 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest-5C0DCBF4BEE6E540-001\tempDir-001/jetty2\index
   [junit4]   2> 3396096 T15515 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7698360744757369]
   [junit4]   2> 3396097 T15515 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@f33a12 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@decf1),segFN=segments_1,generation=1}
   [junit4]   2> 3396097 T15515 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3396102 T15515 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3396102 T15515 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 3396103 T15515 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 3396103 T15515 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3396103 T15515 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 3396104 T15515 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3396104 T15515 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3396104 T15515 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFac

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

Corporation 1.8.0_40-ea (32-bit)/cpus=2,threads=1,free=84134112,total=404983808
   [junit4]   2> NOTE: All tests run in this JVM: [ExternalFileFieldSortTest, 
CircularListTest, TestQueryUtils, PreAnalyzedUpdateProcessorTest, 
TestPartialUpdateDeduplication, SharedFSAutoReplicaFailoverTest, 
DeleteShardTest, BinaryUpdateRequestHandlerTest, 
LeaderFailoverAfterPartitionTest, RankQueryTest, TestSystemIdResolver, 
PrimUtilsTest, TestOrdValues, HdfsWriteToMultipleCollectionsTest, 
TestDynamicLoading, HdfsDirectoryTest, TestSchemaSimilarityResource, 
TestFieldSortValues, DistributedQueueTest, TestBulkSchemaAPI, 
DistributedDebugComponentTest, SynonymTokenizerTest, 
CoreAdminRequestStatusTest, LoggingHandlerTest, BlockCacheTest, 
LukeRequestHandlerTest, TriLevelCompositeIdRoutingTest, SimpleFacetsTest, 
TestZkChroot, RemoteQueryErrorTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
UniqFieldsUpdateProcessorFactoryTest, CloudExitableDirectoryReaderTest, 
DebugComponentTest, JSONWriterTest, SpellCheckCollatorTest, SolrCoreTest, 
TestSolrConfigHandler, TestJoin, TestConfigOverlay, PeerSyncTest, 
TestReplicationHandlerBackup, DistribDocExpirationUpdateProcessorTest, 
TestSolrXmlPersistence, PingRequestHandlerTest, CurrencyFieldOpenExchangeTest, 
TestReRankQParserPlugin, TestAnalyzeInfixSuggestions, DateRangeFieldTest, 
TestCoreDiscovery, ExitableDirectoryReaderTest, JsonLoaderTest, 
TestQuerySenderListener, TestStandardQParsers, TestFuzzyAnalyzedSuggestions, 
TestMergePolicyConfig, TestFreeTextSuggestions, TestSolrQueryParserResource, 
ChaosMonkeySafeLeaderTest, OverseerStatusTest, TestExpandComponent, 
IndexSchemaRuntimeFieldTest, TestCursorMarkWithoutUniqueKey, TestBlobHandler, 
TestExactStatsCache, LegacyHTMLStripCharFilterTest, TestFaceting, 
SimpleMLTQParserTest, AddBlockUpdateTest, ChangedSchemaMergeTest, 
SchemaVersionSpecificBehaviorTest, CustomCollectionTest, TestIndexSearcher, 
QueryResultKeyTest, TestHighFrequencyDictionaryFactory, 
TestLMDirichletSimilarityFactory, UpdateParamsTest, PluginInfoTest, 
HdfsCollectionsAPIDistributedZkTest, TestWordDelimiterFilterFactory, 
ShardSplitTest, SuggesterTSTTest, TestFieldTypeResource, TestBadConfig, 
FastVectorHighlighterTest, TestReload, SliceStateTest, 
IndexBasedSpellCheckerTest, ScriptEngineTest, TestRealTimeGet, 
XmlUpdateRequestHandlerTest, TestDistributedGrouping, ZkStateWriterTest, 
DistributedIntervalFacetingTest, BadComponentTest, TestSortingResponseWriter, 
TestXIncludeConfig, TestStressUserVersions, TestExtendedDismaxParser, 
TestFastWriter, TestWriterPerf, DistributedSpellCheckComponentTest, 
CursorMarkTest, TestSerializedLuceneMatchVersion, SolrInfoMBeanTest, 
TestSolrDeletionPolicy1, TestLeaderElectionZkExpiry, TestLFUCache, 
TestSolrQueryParser, OverseerRolesTest, CachingDirectoryFactoryTest, 
HdfsLockFactoryTest, SuggestComponentTest, MergeStrategyTest, CacheHeaderTest, 
AnalyticsQueryTest, TestCharFilters, TestLRUStatsCache, SystemInfoHandlerTest, 
AtomicUpdatesTest, TestShortCircuitedRequests, TestPhraseSuggestions, 
BasicDistributedZk2Test, SSLMigrationTest, TestArbitraryIndexDir, 
TestRemoteStreaming, OutputWriterTest, TestRandomFaceting, DOMUtilTest, 
TestDistributedMissingSort, InfoHandlerTest, 
StatelessScriptUpdateProcessorFactoryTest, TestManagedSchemaFieldResource, 
FullSolrCloudDistribCmdsTest, DisMaxRequestHandlerTest, 
TestOverriddenPrefixQueryForCustomFieldType, 
TestSolrQueryParserDefaultOperatorResource, EchoParamsTest, 
TestSolrDeletionPolicy2, SortByFunctionTest, TestSearchPerf, ZkCLITest, 
AlternateDirectoryTest, TestStressReorder, TermsComponentTest, 
DistributedExpandComponentTest, TestRangeQuery, BadIndexSchemaTest, 
CurrencyFieldXmlFileTest, RecoveryZkTest, TestPHPSerializedResponseWriter, 
TestSchemaNameResource, ChaosMonkeyNothingIsSafeTest, 
DistributedQueryElevationComponentTest, StressHdfsTest, TestSolrIndexConfig, 
ExternalCollectionsTest, SyncSliceTest, HighlighterConfigTest, 
TestSimpleQParserPlugin, TestDefaultSimilarityFactory, CloudMLTQParserTest, 
TestPerFieldSimilarity, TestCloudInspectUtil, UnloadDistributedZkTest, 
TestSchemaManager, TestFoldingMultitermQuery, TestDefaultSearchFieldResource, 
TestCollationFieldDocValues, TestRecovery, 
DistributedQueryComponentOptimizationTest, PolyFieldTest, TestCloudPivotFacet, 
LeaderElectionTest, DirectSolrSpellCheckerTest, TestShardHandlerFactory, 
BasicZkTest, SpatialFilterTest, TestLRUCache, 
SharedFSAutoReplicaFailoverUtilsTest, 
OverriddenZkACLAndCredentialsProvidersTest, HdfsChaosMonkeySafeLeaderTest, 
QueryElevationComponentTest, DistanceUnitsTest, DocValuesMultiTest, 
PreAnalyzedFieldTest, BlockDirectoryTest, SimpleCollectionCreateDeleteTest, 
TermVectorComponentDistributedTest, SignatureUpdateProcessorFactoryTest, 
TestSolrDynamicMBean, TestNonNRTOpen, NotRequiredUniqueKeyTest, 
DocumentBuilderTest, TestFileDictionaryLookup, TestManagedStopFilterFactory, 
DirectUpdateHandlerOptimizeTest, TestComponentsName, QueryEqualityTest, 
SolrRequestParserTest, TestCoreContainer, OpenCloseCoreStressTest, 
TestBM25SimilarityFactory, ModifyConfFileTest, ClusterStateTest, 
TestSolrConfigHandlerCloud, EnumFieldTest, TestCustomSort, 
MoreLikeThisHandlerTest, TestElisionMultitermQuery, TestCollectionAPI, 
CoreMergeIndexesAdminHandlerTest, TestValueSourceCache, TestUpdate, 
CollectionsAPIAsyncDistributedZkTest, TestCSVLoader, TestTrie, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestJmxIntegration, 
TestReplicaProperties, FileBasedSpellCheckerTest, BasicDistributedZkTest, 
CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, 
ShardRoutingTest, TestReplicationHandler, ClusterStateUpdateTest, 
ZkSolrClientTest, TestRandomDVFaceting, ShardRoutingCustomTest, 
TestDistributedSearch, AutoCommitTest, TestHashPartitioner, ZkControllerTest, 
TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, 
TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, 
TestGroupingSearch, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, 
TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, 
DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, 
SoftAutoCommitTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, 
SimplePostToolTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, 
CoreAdminHandlerTest, DocValuesTest, SuggesterTest, TestStressLucene, 
SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
DefaultValueUpdateProcessorTest, DistanceFunctionTest, 
XsltUpdateRequestHandlerTest, TestSurroundQueryParser, 
StandardRequestHandlerTest, TestReversedWildcardFilterFactory, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, 
TestOmitPositions, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, 
TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, 
FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, 
IndexSchemaTest, TestCollationField, ReturnFieldsTest, 
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, MBeansHandlerTest, 
QueryParsingTest, TestAnalyzedSuggestions, CSVRequestHandlerTest, 
SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, 
SOLR749Test, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, 
SolrIndexConfigTest, TestStressRecovery, MultiTermTest, SampleTest, TestDocSet, 
TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestConfig, 
TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, 
TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, 
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, 
TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, 
TestFastOutputStream, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, TestFastLRUCache, DateMathParserTest, 
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, TestSolrJ, TestUtils, TestDocumentBuilder, 
ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, CursorPagingTest, 
SolrTestCaseJ4Test, TestHighlightDedupGrouping, TestTolerantSearch, 
AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, 
ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
DistribCursorPagingTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest, 
ReplicationFactorTest]
   [junit4] Completed in 91.12s, 1 test, 1 error <<< FAILURES!

[...truncated 294 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:187: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1349:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:956:
 There were test failures: 462 suites, 1868 tests, 1 error, 56 ignored (31 
assumptions)

Total time: 109 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b09 -server 
-XX:+UseSerialGC (asserts: false)
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