Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4316/
Java: 64bit/jdk1.7.0_72 -XX:+UseCompressedOops -XX:+UseParallelGC

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:54890/repfacttest_c8n_1x3_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:54890/repfacttest_c8n_1x3_shard1_replica2
        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:276)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: 
http://127.0.0.1:54890/repfacttest_c8n_1x3_shard1_replica2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java: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 10046 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\init-core-data-001
   [junit4]   2> 4086497 T15981 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 4086501 T15981 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 4086502 T15981 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4086503 T15982 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 4086610 T15981 oasc.ZkTestServer.run start zk server on 
port:54883
   [junit4]   2> 4086611 T15981 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4086614 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4086619 T15989 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14fc426e 
name:ZooKeeperConnection Watcher:127.0.0.1:54883 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4086620 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4086620 T15981 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4086620 T15981 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4086626 T15981 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4086628 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4086630 T15992 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@553a0c93 
name:ZooKeeperConnection Watcher:127.0.0.1:54883/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4086630 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4086630 T15981 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4086630 T15981 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 4086635 T15981 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 4086639 T15981 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 4086642 T15981 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 4086646 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 4086646 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 4086652 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4086652 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 4086658 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4086658 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4086663 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 4086663 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 4086667 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 4086668 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 4086672 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 4086672 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 4086676 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4086676 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 4086681 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4086681 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 4086687 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4086687 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4086692 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4086692 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 4086698 T15981 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 4086698 T15981 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 4086726 T15983 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14af0ff14700001, 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> 4088518 T15981 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4088522 T15981 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:54891
   [junit4]   2> 4088523 T15981 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4b069693
   [junit4]   2> 4088524 T15981 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4088524 T15981 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-002
   [junit4]   2> 4088525 T15981 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-002\'
   [junit4]   2> 4088579 T15981 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-002\solr.xml
   [junit4]   2> 4088651 T15981 oasc.CoreContainer.<init> New CoreContainer 
599225063
   [junit4]   2> 4088652 T15981 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-002\]
   [junit4]   2> 4088653 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4088653 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4088654 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4088654 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4088654 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4088654 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4088655 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4088655 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4088655 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4088656 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4088656 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 4088656 T15981 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4088657 T15981 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4088657 T15981 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4088657 T15981 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4088657 T15981 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54883/solr
   [junit4]   2> 4088658 T15981 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4088658 T15981 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4088659 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4088662 T16004 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@45b1e940 
name:ZooKeeperConnection Watcher:127.0.0.1:54883 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4088662 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4088663 T15981 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4088669 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4088671 T16007 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@15dc1186 
name:ZooKeeperConnection Watcher:127.0.0.1:54883/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4088672 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4088673 T15981 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 4088677 T15981 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 4088681 T15981 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 4088685 T15981 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 4088689 T15981 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 4088696 T15981 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 4088698 T15981 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54890_
   [junit4]   2> 4088699 T15981 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54890_
   [junit4]   2> 4088703 T15981 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 4088706 T15981 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 4088709 T15981 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4088712 T15981 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:54890_
   [junit4]   2> 4088712 T15981 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 4088716 T15981 oasc.Overseer.start Overseer 
(id=93151720664727555-127.0.0.1:54890_-n_0000000000) starting
   [junit4]   2> 4088721 T15981 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 4088736 T15981 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4088738 T16009 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 4088738 T15981 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 4088741 T15981 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 4088744 T15981 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4088751 T16008 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 4088758 T16011 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 4088758 T16011 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4088759 T16007 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4088759 T16011 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4088765 T16008 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:54890";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54890_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 0
   [junit4]   2> 4088766 T16008 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:54890";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54890_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"control_collection"}
   [junit4]   2> 4088766 T16008 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 4088766 T16008 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 4088769 T16007 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> 4089720 T16011 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4089720 T16011 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 4089722 T16011 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4089723 T16011 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4089727 T16011 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4089727 T16011 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-002\collection1\'
   [junit4]   2> 4089731 T16011 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20AFA1EC94783267C9-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4089731 T16011 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20AFA1EC94783267C9-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4089734 T16011 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20AFA1EC94783267C9-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 4089761 T16011 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4089766 T16011 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4089781 T16011 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4089805 T16011 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 4089868 T16011 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4089870 T16011 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4089881 T16011 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4090233 T16011 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4090240 T16011 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4090242 T16011 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4090258 T16011 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4090262 T16011 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4090267 T16011 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4090269 T16011 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4090269 T16011 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4090269 T16011 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4090271 T16011 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4090271 T16011 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4090271 T16011 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 4090271 T16011 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4090273 T16011 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-002\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/control/data\
   [junit4]   2> 4090273 T16011 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3781390a
   [junit4]   2> 4090274 T16011 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/control/data\
   [junit4]   2> 4090274 T16011 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/control/data\index/
   [junit4]   2> 4090274 T16011 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 4090275 T16011 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/control/data\index
   [junit4]   2> 4090276 T16011 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=68.58203125, 
floorSegmentMB=0.40625, forceMergeDeletesPctAllowed=5.897076273887726, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.41894243472102166
   [junit4]   2> 4090276 T16011 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1ce96825 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fb463f7; 
maxCacheMB=0.146484375 
maxMergeSizeMB=0.302734375)),segFN=segments_1,generation=1}
   [junit4]   2> 4090276 T16011 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4090280 T16011 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4090280 T16011 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4090280 T16011 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4090280 T16011 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4090280 T16011 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4090280 T16011 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4090281 T16011 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4090281 T16011 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4090281 T16011 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4090282 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4090283 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4090283 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4090284 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4090284 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4090285 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4090285 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4090285 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4090286 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4090287 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4090287 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4090288 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4090288 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4090289 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4090289 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4090289 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4090291 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4090291 T16011 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4090296 T16011 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4090299 T16011 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4090302 T16011 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4090302 T16011 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4090306 T16011 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4090309 T16011 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4090309 T16011 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4090310 T16011 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=69.5244140625, 
floorSegmentMB=0.384765625, forceMergeDeletesPctAllowed=21.147723640195647, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4090310 T16011 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1ce96825 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fb463f7; 
maxCacheMB=0.146484375 
maxMergeSizeMB=0.302734375)),segFN=segments_1,generation=1}
   [junit4]   2> 4090310 T16011 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4090310 T16011 oass.SolrIndexSearcher.<init> Opening 
Searcher@92cf552[collection1] main
   [junit4]   2> 4090310 T16011 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4090312 T16011 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4090312 T16011 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4090313 T16011 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4090313 T16011 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4090313 T16011 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4090314 T16011 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4090314 T16011 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4090314 T16011 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4090314 T16011 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4090315 T16011 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4090315 T16012 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@92cf552[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4090316 T16015 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:54890 collection:control_collection 
shard:shard1
   [junit4]   2> 4090316 T15981 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4090316 T15981 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4090318 T15981 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4090318 T16015 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4090320 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4090321 T16019 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3d4ddf11 
name:ZooKeeperConnection Watcher:127.0.0.1:54883/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4090322 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4090322 T15981 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4090324 T15981 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4090329 T16015 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 4090331 T16007 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4090332 T16015 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4090332 T16015 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C3245 name=collection1 
org.apache.solr.core.SolrCore@25d75c12 url=http://127.0.0.1:54890/collection1 
node=127.0.0.1:54890_ C3245_STATE=coll:control_collection core:collection1 
props:{base_url=http://127.0.0.1:54890, node_name=127.0.0.1:54890_, 
core=collection1, state=down}
   [junit4]   2> 4090332 T16015 C3245 P54890 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:54890/collection1/
   [junit4]   2> 4090333 T16015 C3245 P54890 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4090333 T16015 C3245 P54890 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:54890/collection1/ has no replicas
   [junit4]   2> 4090333 T16015 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:54890/collection1/ shard1
   [junit4]   2> 4090334 T16015 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 4090334 T16008 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> 4090333 T15981 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 4090335 T15981 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 4090335 T15981 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4090337 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4090337 T16007 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> 4090337 T16019 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> 4090340 T16022 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4e36c224 
name:ZooKeeperConnection Watcher:127.0.0.1:54883/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4090340 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4090341 T15981 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4090346 T16008 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 2, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "stateFormat":2} current state version: 2
   [junit4]   2> 4090347 T16008 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 4090349 T16023 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4090350 T16008 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 2, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:54890";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 4090351 T16008 oasco.ZkStateWriter.writePendingUpdates going 
to create_collection /collections/collection1/state.json
   [junit4]   2> 4090353 T16019 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> 4090455 T16019 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> 4090493 T16015 oasc.ZkController.register We are 
http://127.0.0.1:54890/collection1/ and leader is 
http://127.0.0.1:54890/collection1/
   [junit4]   2> 4090493 T16015 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:54890
   [junit4]   2> 4090493 T16015 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4090493 T16015 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 4090493 T16015 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4090495 T16007 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4090497 T16008 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "base_url":"http://127.0.0.1:54890";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54890_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 4
   [junit4]   2> 4090498 T16008 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "base_url":"http://127.0.0.1:54890";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54890_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "collection":"control_collection"}
   [junit4]   2> 4090598 T16007 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> 4090598 T16019 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> 4091860 T15981 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 4091861 T15981 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4091865 T15981 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:54907
   [junit4]   2> 4091865 T15981 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4b069693
   [junit4]   2> 4091866 T15981 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4091866 T15981 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-003
   [junit4]   2> 4091866 T15981 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-003\'
   [junit4]   2> 4091898 T15981 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-003\solr.xml
   [junit4]   2> 4091954 T15981 oasc.CoreContainer.<init> New CoreContainer 
79278176
   [junit4]   2> 4091955 T15981 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-003\]
   [junit4]   2> 4091956 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4091956 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4091956 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4091957 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4091957 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4091957 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4091957 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4091958 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4091958 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4091958 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4091959 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 4091959 T15981 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4091959 T15981 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4091960 T15981 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4091960 T15981 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4091960 T15981 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54883/solr
   [junit4]   2> 4091960 T15981 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4091961 T15981 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4091962 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4091964 T16035 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1909a411 
name:ZooKeeperConnection Watcher:127.0.0.1:54883 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4091965 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4091965 T15981 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4091969 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4091971 T16038 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@17ca1bcc 
name:ZooKeeperConnection Watcher:127.0.0.1:54883/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4091971 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4091981 T15981 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4092950 T15981 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54906_
   [junit4]   2> 4092954 T15981 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54906_
   [junit4]   2> 4092963 T15981 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4092980 T16039 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4092980 T16039 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4092983 T16007 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4092985 T16039 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 4092985 T16039 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 4092985 T16008 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:54906";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54906_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 4092986 T16039 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4092987 T16008 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:54906";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54906_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 4092987 T16008 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 4092987 T16008 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 4092988 T16039 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 4092989 T16039 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4092991 T16008 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 4092992 T16038 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4092993 T16038 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 4093949 T16039 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4093949 T16039 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4093951 T16039 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4093951 T16039 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4093956 T16039 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4093956 T16039 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-003\collection1\'
   [junit4]   2> 4093959 T16039 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20AFA1EC94783267C9-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4093959 T16039 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20AFA1EC94783267C9-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4093962 T16039 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20AFA1EC94783267C9-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 4093990 T16039 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4093993 T16039 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4094005 T16039 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4094026 T16039 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 4094071 T16039 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4094077 T16039 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4094085 T16039 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4094455 T16039 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4094469 T16039 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4094473 T16039 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4094493 T16039 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4094498 T16039 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4094503 T16039 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4094505 T16039 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4094505 T16039 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4094505 T16039 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4094507 T16039 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4094507 T16039 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4094507 T16039 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4094507 T16039 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4094508 T16039 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-003\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/jetty1\
   [junit4]   2> 4094508 T16039 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3781390a
   [junit4]   2> 4094508 T16039 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/jetty1\
   [junit4]   2> 4094508 T16039 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/jetty1\index/
   [junit4]   2> 4094508 T16039 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4094508 T16039 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/jetty1\index
   [junit4]   2> 4094509 T16039 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=68.58203125, 
floorSegmentMB=0.40625, forceMergeDeletesPctAllowed=5.897076273887726, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.41894243472102166
   [junit4]   2> 4094510 T16039 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@449c5ef8 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@761f0ef8; 
maxCacheMB=0.146484375 
maxMergeSizeMB=0.302734375)),segFN=segments_1,generation=1}
   [junit4]   2> 4094510 T16039 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4094514 T16039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4094514 T16039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4094515 T16039 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4094515 T16039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4094515 T16039 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4094515 T16039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4094516 T16039 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4094516 T16039 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4094516 T16039 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4094517 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4094517 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4094518 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4094518 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4094519 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4094519 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4094520 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4094521 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4094521 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4094523 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4094524 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4094524 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4094524 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4094525 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4094525 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4094526 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4094526 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4094527 T16039 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4094541 T16039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4094543 T16039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4094545 T16039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4094548 T16039 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4094550 T16039 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4094553 T16039 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4094553 T16039 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4094555 T16039 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=69.5244140625, 
floorSegmentMB=0.384765625, forceMergeDeletesPctAllowed=21.147723640195647, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4094555 T16039 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@449c5ef8 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@761f0ef8; 
maxCacheMB=0.146484375 
maxMergeSizeMB=0.302734375)),segFN=segments_1,generation=1}
   [junit4]   2> 4094555 T16039 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4094557 T16039 oass.SolrIndexSearcher.<init> Opening 
Searcher@1f2c957e[collection1] main
   [junit4]   2> 4094557 T16039 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4094560 T16039 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4094560 T16039 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4094562 T16039 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4094562 T16039 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4094562 T16039 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4094565 T16039 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4094565 T16039 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4094565 T16039 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4094565 T16039 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4094567 T16040 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1f2c957e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4094567 T16039 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4094569 T16043 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:54906 collection:collection1 
shard:shard1
   [junit4]   2> 4094570 T15981 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4094570 T15981 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4094571 T16043 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 4094583 T16043 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 4094587 T16007 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4094587 T16043 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4094587 T16043 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C3246 name=collection1 
org.apache.solr.core.SolrCore@322e17a6 url=http://127.0.0.1:54906/collection1 
node=127.0.0.1:54906_ C3246_STATE=coll:collection1 core:collection1 
props:{base_url=http://127.0.0.1:54906, node_name=127.0.0.1:54906_, 
core=collection1, state=down}
   [junit4]   2> 4094587 T16043 C3246 P54906 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:54906/collection1/
   [junit4]   2> 4094587 T16043 C3246 P54906 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4094587 T16043 C3246 P54906 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:54906/collection1/ has no replicas
   [junit4]   2> 4094588 T16043 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:54906/collection1/ shard1
   [junit4]   2> 4094588 T16043 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 4094592 T16008 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 4094596 T16008 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 4094598 T16038 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4094599 T16038 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 4094607 T16008 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:54906";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 4094609 T16008 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 4094610 T16038 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4094611 T16038 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 4094616 T16007 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4094655 T16043 oasc.ZkController.register We are 
http://127.0.0.1:54906/collection1/ and leader is 
http://127.0.0.1:54906/collection1/
   [junit4]   2> 4094655 T16043 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:54906
   [junit4]   2> 4094655 T16043 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4094655 T16043 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 4094655 T16043 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4094657 T16007 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4094659 T16008 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "base_url":"http://127.0.0.1:54906";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54906_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 4094661 T16008 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "base_url":"http://127.0.0.1:54906";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54906_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 4094664 T16008 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 4094665 T16038 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4094668 T16043 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 4094669 T16038 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 4096151 T15981 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 4096152 T15981 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4096158 T15981 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:54917
   [junit4]   2> 4096159 T15981 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4b069693
   [junit4]   2> 4096159 T15981 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4096160 T15981 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-004
   [junit4]   2> 4096160 T15981 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-004\'
   [junit4]   2> 4096194 T15981 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-004\solr.xml
   [junit4]   2> 4096271 T15981 oasc.CoreContainer.<init> New CoreContainer 
994475720
   [junit4]   2> 4096271 T15981 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-004\]
   [junit4]   2> 4096272 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4096273 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4096273 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4096273 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4096274 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4096274 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4096274 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4096274 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4096275 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4096275 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4096275 T15981 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 4096276 T15981 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4096276 T15981 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4096276 T15981 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4096277 T15981 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4096277 T15981 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54883/solr
   [junit4]   2> 4096277 T15981 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4096278 T15981 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4096280 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4096281 T16056 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@510d7a10 
name:ZooKeeperConnection Watcher:127.0.0.1:54883 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 4096281 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4096282 T15981 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4096285 T15981 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4096288 T16059 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@11df95f name:ZooKeeperConnection 
Watcher:127.0.0.1:54883/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4096288 T15981 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4096297 T15981 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4097240 T15981 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54916_
   [junit4]   2> 4097242 T15981 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54916_
   [junit4]   2> 4097249 T15981 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4097258 T16060 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4097258 T16060 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4097261 T16007 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4097261 T16060 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 4097261 T16060 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 4097261 T16008 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:54916";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54916_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 4097262 T16060 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4097262 T16008 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:54916";,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "node_name":"127.0.0.1:54916_",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 4097262 T16008 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 4097262 T16008 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 4097263 T16008 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 4097264 T16060 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 4097264 T16060 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4097264 T16059 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4097265 T16038 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4097265 T16059 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 4097266 T16038 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 4098129 T16060 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4098129 T16060 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4098130 T16060 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4098131 T16060 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4098134 T16060 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4098134 T16060 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-004\collection1\'
   [junit4]   2> 4098136 T16060 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20AFA1EC94783267C9-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4098136 T16060 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20AFA1EC94783267C9-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4098139 T16060 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20AFA1EC94783267C9-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 4098161 T16060 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4098165 T16060 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4098179 T16060 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4098204 T16060 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 4098242 T16060 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4098244 T16060 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4098252 T16060 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4098573 T16060 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4098579 T16060 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4098581 T16060 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4098599 T16060 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4098606 T16060 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4098612 T16060 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4098614 T16060 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4098615 T16060 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4098615 T16060 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4098617 T16060 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4098617 T16060 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4098617 T16060 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4098617 T16060 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4098617 T16060 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-004\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/jetty2\
   [junit4]   2> 4098617 T16060 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3781390a
   [junit4]   2> 4098617 T16060 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/jetty2\
   [junit4]   2> 4098617 T16060 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/jetty2\index/
   [junit4]   2> 4098617 T16060 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4098618 T16060 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 AFA1EC94783267C9-001\tempDir-001/jetty2\index
   [junit4]   2> 4098619 T16060 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=68.58203125, 
floorSegmentMB=0.40625, forceMergeDeletesPctAllowed=5.897076273887726, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.41894243472102166
   [junit4]   2> 4098620 T16060 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@39bc0ceb 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@68f435e9; 
maxCacheMB=0.146484375 
maxMergeSizeMB=0.302734375)),segFN=segments_1,generation=1}
   [junit4]   2> 4098620 T16060 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4098623 T16060 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4098623 T16060 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4098624 T16060 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4098624 T16060 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4098624 T16060 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4098624 T16060 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4098625 T16060 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4098625 T16060 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4098625 T16060 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4098626 T16060 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4098626 T16060 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4098627 T16060 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4098627 T16060 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4098627 T16060 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4098628 T16060 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4098629 T16060 oasc.RequestHand

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

ll tests run in this JVM: [TestLazyCores, HdfsLockFactoryTest, 
TestStandardQParsers, TestPerFieldSimilarity, TestSolrQueryParser, 
CloudExitableDirectoryReaderTest, StatelessScriptUpdateProcessorFactoryTest, 
DistributedIntervalFacetingTest, ExternalFileFieldSortTest, TestFiltering, 
CacheHeaderTest, WordBreakSolrSpellCheckerTest, TestSolrDeletionPolicy1, 
TestManagedStopFilterFactory, DistanceUnitsTest, TestQuerySenderNoQuery, 
HighlighterTest, SpatialFilterTest, DistributedFacetPivotSmallAdvancedTest, 
PrimUtilsTest, TestFieldCollectionResource, TestFreeTextSuggestions, 
DocValuesTest, EnumFieldTest, TestMissingGroups, TestNoOpRegenerator, 
TestSolrCoreProperties, TestSchemaNameResource, TestSolrQueryParserResource, 
SaslZkACLProviderTest, ShardRoutingCustomTest, OverseerRolesTest, 
TestLeaderElectionZkExpiry, DeleteInactiveReplicaTest, 
CoreContainerCoreInitFailuresTest, TestGroupingSearch, 
TestCollationFieldDocValues, ReturnFieldsTest, TestSchemaSimilarityResource, 
TestCursorMarkWithoutUniqueKey, HighlighterMaxOffsetTest, TestUpdate, 
TestStressReorder, TestLRUCache, ConnectionManagerTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestJoin, TestXIncludeConfig, 
CollectionsAPIDistributedZkTest, TestSort, TestRandomMergePolicy, 
TestBlendedInfixSuggestions, NotRequiredUniqueKeyTest, SortByFunctionTest, 
ConvertedLegacyTest, AnalyticsQueryTest, DateFieldTest, 
ExternalCollectionsTest, AutoCommitTest, TestRangeQuery, 
TestAnalyzedSuggestions, TestHighlightDedupGrouping, SliceStateTest, 
SpellCheckCollatorTest, TestShardHandlerFactory, TestCoreDiscovery, 
ParsingFieldUpdateProcessorsTest, CursorMarkTest, TestCSVLoader, 
TestExtendedDismaxParser, TestAddFieldRealTimeGet, RegexBoostProcessorTest, 
BasicDistributedZk2Test, TestLFUCache, TriLevelCompositeIdRoutingTest, 
TestHighFrequencyDictionaryFactory, TestSolrConfigHandlerConcurrent, 
TestFunctionQuery, DebugComponentTest, CircularListTest, TestDynamicLoading, 
TestRecovery, AsyncMigrateRouteKeyTest, DocValuesMultiTest, 
SolrCoreCheckLockOnStartupTest, TestCustomSort, DateRangeFieldTest, 
EchoParamsTest, FullSolrCloudDistribCmdsTest, TestFuzzyAnalyzedSuggestions, 
SystemInfoHandlerTest, TestSweetSpotSimilarityFactory, LoggingHandlerTest, 
TestPivotHelperCode, AddBlockUpdateTest, AnalysisErrorHandlingTest, 
DOMUtilTest, TestSolrDynamicMBean, URLClassifyProcessorTest, NumericFieldsTest, 
UUIDUpdateProcessorFallbackTest, TestConfigOverlay, 
TestDefaultSearchFieldResource, ClusterStateTest, TestFieldResource, 
StressHdfsTest, BasicZkTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestRecoveryHdfs, BasicDistributedZkTest, TestSolr4Spatial, 
DistributedQueryElevationComponentTest, TestCloudManagedSchema, TestConfigSets, 
DeleteReplicaTest, UpdateRequestProcessorFactoryTest, 
TestRequestStatusCollectionAPI, InfoHandlerTest, 
DistributedQueryComponentCustomSortTest, SolrCmdDistributorTest, 
PingRequestHandlerTest, HdfsRecoveryZkTest, RollingRestartTest, 
TestComplexPhraseQParserPlugin, TestInfoStreamLogging, ShardRoutingTest, 
TestSchemaManager, OverseerCollectionProcessorTest, TestCSVResponseWriter, 
TestBlobHandler, BufferStoreTest, DistributedTermsComponentTest, 
TestReRankQParserPlugin, CSVRequestHandlerTest, StatsComponentTest, 
TestDistributedMissingSort, TestAnalyzeInfixSuggestions, QueryEqualityTest, 
TestReloadAndDeleteDocs, BadIndexSchemaTest, TestShortCircuitedRequests, 
SuggesterWFSTTest, IndexBasedSpellCheckerTest, TestSolrXmlPersistence, 
DirectUpdateHandlerOptimizeTest, TestLMJelinekMercerSimilarityFactory, 
TestExactSharedStatsCache, TestDistributedSearch, TestBadConfig, 
TestCopyFieldCollectionResource, OverseerStatusTest, TestSolrXml, 
RequiredFieldsTest, ChaosMonkeyNothingIsSafeTest, UnloadDistributedZkTest, 
TestJmxIntegration, AtomicUpdatesTest, PathHierarchyTokenizerFactoryTest, 
TestSolrDeletionPolicy2, TestPartialUpdateDeduplication, TestInitQParser, 
TestOrdValues, TestManagedSchemaDynamicFieldResource, 
DistributedFacetPivotLargeTest, TestCodecSupport, FacetPivotSmallTest, 
ClusterStateUpdateTest, DeleteLastCustomShardedReplicaTest, 
TestSortingResponseWriter, TestCloudSchemaless, TestRestManager, 
TestSearcherReuse, OverseerTest, TestReversedWildcardFilterFactory, 
TestStressLucene, ZkSolrClientTest, TestSearchPerf, 
TestManagedSchemaFieldTypeResource, TestSolrConfigHandler, TestExactStatsCache, 
TestConfigReload, JSONWriterTest, TestCollectionAPI, HdfsSyncSliceTest, 
TestInitParams, SolrRequestParserTest, ZkStateWriterTest, TestWriterPerf, 
DistribDocExpirationUpdateProcessorTest, DistributedFacetPivotWhiteBoxTest, 
TestConfig, TestOmitPositions, FieldAnalysisRequestHandlerTest, 
TestNonDefinedSimilarityFactory, TestBinaryResponseWriter, PeerSyncTest, 
SimpleCollectionCreateDeleteTest, FieldMutatingUpdateProcessorTest, 
BlockDirectoryTest, SOLR749Test, TestFileDictionaryLookup, TestCollationField, 
TestTolerantSearch, TestValueSourceCache, SpatialRPTFieldTypeTest, 
PreAnalyzedFieldTest, TestQueryTypes, AnalysisAfterCoreReloadTest, 
TestManagedSchemaFieldResource, DeleteShardTest, 
TestDynamicFieldCollectionResource, TestFastLRUCache, 
TestAtomicUpdateErrorCases, TestRandomDVFaceting, MoreLikeThisHandlerTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestHashPartitioner, 
SuggesterTest, UUIDFieldTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, 
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest, 
TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, TestZkChroot, 
ZkCLITest, TestDistributedGrouping, TestFaceting, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
ZkControllerTest, TestRealTimeGet, TestReload, TestStressVersions, 
HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, 
SpellCheckComponentTest, QueryElevationComponentTest, BasicFunctionalityTest, 
DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, 
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, 
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, CoreAdminHandlerTest, 
TestFoldingMultitermQuery, SuggesterTSTTest, TestTrie, PolyFieldTest, 
NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
TestRemoteStreaming, DistanceFunctionTest, SolrInfoMBeanTest, 
XsltUpdateRequestHandlerTest, TestSurroundQueryParser, LukeRequestHandlerTest, 
DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, 
DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, 
PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, 
XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, 
TermVectorComponentTest, TestIndexingPerformance, TestArbitraryIndexDir, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, 
IndexSchemaTest, MBeansHandlerTest, QueryParsingTest, 
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, 
TestComponentsName, SearchHandlerTest, HighlighterConfigTest, 
TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, 
TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, 
SolrIndexConfigTest, BadComponentTest, TestStressRecovery, 
TestMergePolicyConfig, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, 
MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, 
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, 
SynonymTokenizerTest, TestDFRSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, 
TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, 
LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, 
ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, 
OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, 
TestSystemIdResolver, TestSuggestSpellingConverter, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, TestSolrJ, TestUtils, TestDocumentBuilder, 
ZkNodePropsTest, FileUtilsTest, TestRTGBase, CursorPagingTest, 
SolrTestCaseJ4Test, AliasIntegrationTest, AssignTest, 
CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, 
DistribCursorPagingTest, DistributedQueueTest, HttpPartitionTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, 
MigrateRouteKeyTest, MultiThreadedOCPTest, 
OverriddenZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest, 
ReplicationFactorTest]
   [junit4] Completed in 80.45s, 1 test, 1 error <<< FAILURES!

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to