Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4418/
Java: 64bit/jdk1.8.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC

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

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

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




Build Log:
[...truncated 9918 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\init-core-data-001
   [junit4]   2> 3658109 T17929 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 3658113 T17929 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 3658114 T17929 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3658115 T17930 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 3658215 T17929 oasc.ZkTestServer.run start zk server on 
port:65176
   [junit4]   2> 3658216 T17929 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3658218 T17929 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3658226 T17937 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@73e3f696 
name:ZooKeeperConnection Watcher:127.0.0.1:65176 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3658227 T17929 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3658227 T17929 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3658228 T17929 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3658235 T17929 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3658237 T17929 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3658241 T17940 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6ac1032a 
name:ZooKeeperConnection Watcher:127.0.0.1:65176/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3658242 T17929 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3658244 T17929 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3658246 T17929 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 3658253 T17929 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 3658257 T17929 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 3658261 T17929 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 3658267 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 3658269 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 3658276 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3658278 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 3658283 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3658284 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3658288 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 3658289 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 3658292 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 3658293 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 3658298 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 3658299 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 3658303 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3658304 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 3658309 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3658310 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 3658314 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3658316 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3658321 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3658322 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 3658333 T17929 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 3658334 T17929 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 3658339 T17931 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14aee6b0e730001, 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> 3659857 T17929 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3659861 T17929 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@54da337d{/,null,AVAILABLE}
   [junit4]   2> 3659865 T17929 oejs.AbstractConnector.doStart Started 
ServerConnector@508fc6cd{HTTP/1.1}{127.0.0.1:65184}
   [junit4]   2> 3659866 T17929 oejs.Server.doStart Started @3668777ms
   [junit4]   2> 3659866 T17929 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 3659866 T17929 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3659866 T17929 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-002
   [junit4]   2> 3659866 T17929 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-002\'
   [junit4]   2> 3659898 T17929 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-002\solr.xml
   [junit4]   2> 3659913 T17929 oasc.CoreContainer.<init> New CoreContainer 
1155822588
   [junit4]   2> 3659913 T17929 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-002\]
   [junit4]   2> 3659915 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 3659915 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 3659915 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 3659915 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3659915 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 3659915 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 3659915 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3659916 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 3659916 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 3659916 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 3659916 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 3659916 T17929 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3659916 T17929 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3659918 T17929 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3659919 T17929 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3659919 T17929 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:65176/solr
   [junit4]   2> 3659919 T17929 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 3659919 T17929 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3659921 T17929 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3659923 T17954 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@609cccee 
name:ZooKeeperConnection Watcher:127.0.0.1:65176 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3659924 T17929 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3659924 T17929 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3659926 T17931 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14aee6b0e730002, 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> 3659928 T17929 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3659930 T17957 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b55c24e 
name:ZooKeeperConnection Watcher:127.0.0.1:65176/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3659931 T17929 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3659933 T17929 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 3659937 T17929 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 3659941 T17929 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 3659945 T17929 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 3659949 T17929 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 3659953 T17929 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 3659955 T17929 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65183_
   [junit4]   2> 3659956 T17929 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:65183_
   [junit4]   2> 3659959 T17929 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 3659962 T17929 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 3659964 T17929 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3659966 T17929 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:65183_
   [junit4]   2> 3659966 T17929 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 3659969 T17929 oasc.Overseer.start Overseer 
(id=93148885885845507-127.0.0.1:65183_-n_0000000000) starting
   [junit4]   2> 3659973 T17929 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 3659984 T17929 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3659985 T17959 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 3659986 T17929 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 3659989 T17929 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 3659991 T17929 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3659997 T17958 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 3659999 T17961 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 3659999 T17961 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3660000 T17957 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3660000 T17961 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 3660006 T17958 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65183";,
   [junit4]   2>          "node_name":"127.0.0.1:65183_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 3660007 T17958 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65183";,
   [junit4]   2>          "node_name":"127.0.0.1:65183_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3660007 T17958 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 3660007 T17958 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 3660009 T17957 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> 3661001 T17961 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 3661001 T17961 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 3661002 T17961 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 3661002 T17961 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 3661004 T17961 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 3661004 T17961 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-002\collection1\'
   [junit4]   2> 3661006 T17961 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20DE8FB72EA4AB6034-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 3661006 T17961 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20DE8FB72EA4AB6034-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3661008 T17961 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20DE8FB72EA4AB6034-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 3661032 T17961 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 3661038 T17961 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 3661048 T17961 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 3661052 T17961 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 3661081 T17961 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3661085 T17961 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 3661089 T17961 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 3661223 T17961 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3661230 T17961 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 3661230 T17961 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3661249 T17961 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3661251 T17961 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3661255 T17961 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3661257 T17961 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3661257 T17961 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3661257 T17961 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3661259 T17961 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3661259 T17961 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3661259 T17961 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 3661259 T17961 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3661260 T17961 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-002\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/control/data\
   [junit4]   2> 3661260 T17961 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35982d2b
   [junit4]   2> 3661260 T17961 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/control/data\
   [junit4]   2> 3661260 T17961 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/control/data\index/
   [junit4]   2> 3661260 T17961 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 3661262 T17961 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/control/data\index
   [junit4]   2> 3661262 T17961 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4063257844655135]
   [junit4]   2> 3661262 T17961 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@50a1419a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d0fc69a),segFN=segments_1,generation=1}
   [junit4]   2> 3661262 T17961 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3661265 T17961 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3661265 T17961 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 3661266 T17961 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 3661266 T17961 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3661266 T17961 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 3661266 T17961 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3661267 T17961 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3661267 T17961 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3661267 T17961 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3661268 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3661268 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3661268 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3661268 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3661269 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3661269 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3661269 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3661270 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3661270 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3661271 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3661271 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3661272 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3661272 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3661272 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3661273 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3661274 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3661274 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 3661274 T17961 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3661278 T17961 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3661281 T17961 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3661282 T17961 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3661283 T17961 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3661284 T17961 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3661288 T17961 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 3661288 T17961 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 3661289 T17961 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23171591850790288]
   [junit4]   2> 3661289 T17961 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@50a1419a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d0fc69a),segFN=segments_1,generation=1}
   [junit4]   2> 3661289 T17961 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3661289 T17961 oass.SolrIndexSearcher.<init> Opening 
Searcher@1dcbb0fc[collection1] main
   [junit4]   2> 3661289 T17961 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 3661291 T17961 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 3661291 T17961 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 3661292 T17961 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3661292 T17961 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 3661292 T17961 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3661293 T17961 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3661293 T17961 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3661293 T17961 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 3661293 T17961 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 3661294 T17961 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 3661294 T17962 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1dcbb0fc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3661295 T17965 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:65183 collection:control_collection 
shard:shard1
   [junit4]   2> 3661296 T17929 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3661296 T17929 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 3661297 T17965 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3661298 T17929 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3661300 T17929 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3661303 T17969 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@72f1d101 
name:ZooKeeperConnection Watcher:127.0.0.1:65176/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3661303 T17929 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3661304 T17929 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3661306 T17929 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3661309 T17965 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 3661313 T17957 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3661314 T17965 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 3661314 T17965 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C6020 name=collection1 
org.apache.solr.core.SolrCore@6dab1ee6 url=http://127.0.0.1:65183/collection1 
node=127.0.0.1:65183_ C6020_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:65183, 
node_name=127.0.0.1:65183_, state=down}
   [junit4]   2> 3661315 T17965 C6020 P65183 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:65183/collection1/
   [junit4]   2> 3661315 T17965 C6020 P65183 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 3661315 T17965 C6020 P65183 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:65183/collection1/ has no replicas
   [junit4]   2> 3661316 T17965 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:65183/collection1/ shard1
   [junit4]   2> 3661316 T17965 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 3661314 T17929 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 3661316 T17958 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> 3661331 T17957 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3661334 T17958 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:65183";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 3661447 T17957 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> 3661448 T17969 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> 3661487 T17965 oasc.ZkController.register We are 
http://127.0.0.1:65183/collection1/ and leader is 
http://127.0.0.1:65183/collection1/
   [junit4]   2> 3661487 T17965 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:65183
   [junit4]   2> 3661487 T17965 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 3661487 T17965 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 3661487 T17965 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3661491 T17957 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3661496 T17958 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65183";,
   [junit4]   2>          "node_name":"127.0.0.1:65183_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 3661497 T17958 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65183";,
   [junit4]   2>          "node_name":"127.0.0.1:65183_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3661607 T17969 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> 3661607 T17957 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> 3662832 T17929 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 3662832 T17929 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3662836 T17929 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@49a0b510{/,null,AVAILABLE}
   [junit4]   2> 3662837 T17929 oejs.AbstractConnector.doStart Started 
ServerConnector@65bb725e{HTTP/1.1}{127.0.0.1:65197}
   [junit4]   2> 3662837 T17929 oejs.Server.doStart Started @3671761ms
   [junit4]   2> 3662838 T17929 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 3662838 T17929 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3662838 T17929 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-003
   [junit4]   2> 3662839 T17929 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-003\'
   [junit4]   2> 3662873 T17929 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-003\solr.xml
   [junit4]   2> 3662887 T17929 oasc.CoreContainer.<init> New CoreContainer 
1254298727
   [junit4]   2> 3662888 T17929 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-003\]
   [junit4]   2> 3662889 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 3662889 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 3662891 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 3662891 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3662891 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 3662891 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 3662892 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3662892 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 3662892 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 3662893 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 3662893 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 3662894 T17929 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3662894 T17929 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3662894 T17929 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3662895 T17929 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3662895 T17929 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:65176/solr
   [junit4]   2> 3662895 T17929 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 3662896 T17929 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3662897 T17929 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3662902 T17983 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@67a303d5 
name:ZooKeeperConnection Watcher:127.0.0.1:65176 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3662902 T17929 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3662903 T17929 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3662906 T17929 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3662908 T17986 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6e738704 
name:ZooKeeperConnection Watcher:127.0.0.1:65176/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3662908 T17929 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3662917 T17929 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3663923 T17929 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65196_
   [junit4]   2> 3663924 T17929 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:65196_
   [junit4]   2> 3663931 T17929 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3663937 T17987 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 3663937 T17987 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3663938 T17957 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3663938 T17987 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 3663940 T17958 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65196";,
   [junit4]   2>          "node_name":"127.0.0.1:65196_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 3663941 T17958 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65196";,
   [junit4]   2>          "node_name":"127.0.0.1:65196_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3663941 T17958 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 3663941 T17958 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 3663943 T17986 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3663943 T17957 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3663943 T17969 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3664939 T17987 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 3664939 T17987 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 3664940 T17987 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 3664940 T17987 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3664942 T17987 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3664942 T17987 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-003\collection1\'
   [junit4]   2> 3664944 T17987 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20DE8FB72EA4AB6034-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 3664944 T17987 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20DE8FB72EA4AB6034-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3664944 T17987 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20DE8FB72EA4AB6034-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 3664970 T17987 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 3664975 T17987 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 3664986 T17987 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 3665011 T17987 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 3665023 T17987 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3665026 T17987 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 3665031 T17987 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 3665170 T17987 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3665185 T17987 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 3665185 T17987 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3665207 T17987 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3665212 T17987 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3665216 T17987 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3665218 T17987 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3665219 T17987 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3665219 T17987 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3665221 T17987 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3665221 T17987 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3665221 T17987 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 3665221 T17987 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3665223 T17987 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-003\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/jetty1\
   [junit4]   2> 3665223 T17987 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35982d2b
   [junit4]   2> 3665223 T17987 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/jetty1\
   [junit4]   2> 3665223 T17987 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/jetty1\index/
   [junit4]   2> 3665223 T17987 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 3665224 T17987 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/jetty1\index
   [junit4]   2> 3665225 T17987 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4063257844655135]
   [junit4]   2> 3665226 T17987 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@3780ce65 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@457e812c),segFN=segments_1,generation=1}
   [junit4]   2> 3665226 T17987 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3665229 T17987 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3665230 T17987 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 3665230 T17987 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 3665230 T17987 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3665231 T17987 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 3665231 T17987 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3665231 T17987 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3665232 T17987 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3665232 T17987 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3665232 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665233 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665233 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665233 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665234 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3665234 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3665236 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3665236 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3665237 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3665240 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3665241 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3665241 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3665242 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3665242 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3665243 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3665243 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3665244 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 3665244 T17987 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3665247 T17987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665250 T17987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665251 T17987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665252 T17987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665253 T17987 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3665256 T17987 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 3665256 T17987 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 3665257 T17987 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23171591850790288]
   [junit4]   2> 3665257 T17987 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@3780ce65 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@457e812c),segFN=segments_1,generation=1}
   [junit4]   2> 3665257 T17987 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3665257 T17987 oass.SolrIndexSearcher.<init> Opening 
Searcher@c538c4c[collection1] main
   [junit4]   2> 3665257 T17987 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3665260 T17987 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3665260 T17987 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 3665261 T17987 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3665261 T17987 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 3665262 T17987 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3665263 T17987 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3665263 T17987 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3665263 T17987 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 3665263 T17987 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 3665264 T17988 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@c538c4c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3665264 T17987 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 3665266 T17991 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:65196 collection:collection1 
shard:shard2
   [junit4]   2> 3665266 T17929 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3665267 T17929 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 3665269 T17991 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3665284 T17991 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 3665287 T17957 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3665289 T17991 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 3665289 T17991 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C6021 name=collection1 
org.apache.solr.core.SolrCore@62c0aae4 url=http://127.0.0.1:65196/collection1 
node=127.0.0.1:65196_ C6021_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:65196, 
node_name=127.0.0.1:65196_, state=down}
   [junit4]   2> 3665289 T17991 C6021 P65196 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:65196/collection1/
   [junit4]   2> 3665290 T17991 C6021 P65196 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 3665290 T17991 C6021 P65196 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:65196/collection1/ has no replicas
   [junit4]   2> 3665290 T17991 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:65196/collection1/ shard2
   [junit4]   2> 3665291 T17991 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 3665291 T17958 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 3665308 T17957 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3665312 T17958 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:65196";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 3665420 T17986 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3665422 T17969 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3665422 T17957 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3665463 T17991 oasc.ZkController.register We are 
http://127.0.0.1:65196/collection1/ and leader is 
http://127.0.0.1:65196/collection1/
   [junit4]   2> 3665463 T17991 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:65196
   [junit4]   2> 3665463 T17991 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 3665463 T17991 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 3665463 T17991 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3665467 T17957 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3665470 T17958 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65196";,
   [junit4]   2>          "node_name":"127.0.0.1:65196_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 3665471 T17958 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65196";,
   [junit4]   2>          "node_name":"127.0.0.1:65196_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3665583 T17986 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3665584 T17969 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3665584 T17957 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3666894 T17929 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 3666895 T17929 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 3666898 T17929 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@550371bf{/,null,AVAILABLE}
   [junit4]   2> 3666900 T17929 oejs.AbstractConnector.doStart Started 
ServerConnector@32fe3617{HTTP/1.1}{127.0.0.1:65207}
   [junit4]   2> 3666900 T17929 oejs.Server.doStart Started @3675873ms
   [junit4]   2> 3666901 T17929 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 3666901 T17929 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 3666901 T17929 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-004
   [junit4]   2> 3666902 T17929 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-004\'
   [junit4]   2> 3666937 T17929 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-004\solr.xml
   [junit4]   2> 3666979 T17929 oasc.CoreContainer.<init> New CoreContainer 
680233163
   [junit4]   2> 3666979 T17929 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-004\]
   [junit4]   2> 3666980 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 3666981 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 3666981 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 3666982 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3666982 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 3666983 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 3666983 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3666984 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 3666984 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 3666984 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 3666985 T17929 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 3666986 T17929 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3666986 T17929 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3666987 T17929 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3666987 T17929 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3666988 T17929 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:65176/solr
   [junit4]   2> 3666989 T17929 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 3666989 T17929 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 3666993 T17929 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3666996 T18006 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1bc7c286 
name:ZooKeeperConnection Watcher:127.0.0.1:65176 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3666996 T17929 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3666996 T17929 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 3667006 T17929 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 3667007 T18009 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@10dbf57f 
name:ZooKeeperConnection Watcher:127.0.0.1:65176/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3667008 T17929 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 3667028 T17929 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 3668038 T17929 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65206_
   [junit4]   2> 3668039 T17929 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:65206_
   [junit4]   2> 3668045 T17929 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3668050 T18010 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 3668050 T18010 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 3668051 T17957 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3668051 T18010 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 3668053 T17958 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65206";,
   [junit4]   2>          "node_name":"127.0.0.1:65206_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 6
   [junit4]   2> 3668054 T17958 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:65206";,
   [junit4]   2>          "node_name":"127.0.0.1:65206_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 3668054 T17958 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 3668054 T17958 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 3668057 T17986 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3668057 T17969 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3668058 T17957 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3668058 T18009 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3669052 T18010 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 3669052 T18010 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 3669053 T18010 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 3669053 T18010 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 3669055 T18010 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 3669055 T18010 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-004\collection1\'
   [junit4]   2> 3669057 T18010 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20DE8FB72EA4AB6034-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 3669057 T18010 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20DE8FB72EA4AB6034-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 3669057 T18010 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20DE8FB72EA4AB6034-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 3669083 T18010 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 3669087 T18010 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 3669097 T18010 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 3669100 T18010 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 3669113 T18010 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 3669116 T18010 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 3669119 T18010 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 3669253 T18010 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3669259 T18010 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 3669262 T18010 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3669277 T18010 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3669282 T18010 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 3669286 T18010 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3669289 T18010 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3669289 T18010 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3669289 T18010 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3669306 T18010 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 3669307 T18010 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 3669307 T18010 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 3669307 T18010 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3669308 T18010 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-004\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/jetty2\
   [junit4]   2> 3669308 T18010 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35982d2b
   [junit4]   2> 3669309 T18010 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/jetty2\
   [junit4]   2> 3669309 T18010 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/jetty2\index/
   [junit4]   2> 3669309 T18010 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 3669310 T18010 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DE8FB72EA4AB6034-001\tempDir-001/jetty2\index
   [junit4]   2> 3669310 T18010 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4063257844655135]
   [junit4]   2> 3669310 T18010 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@379fe90e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cbd819d),segFN=segments_1,generation=1}
   [junit4]   2> 3669310 T18010 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 3669314 T18010 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3669314 T18010 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 3669314 T18010 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 3669314 T18010 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3669315 T18010 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 3669315 T18010 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3669315 T18010 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3669316 T18010 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 3669316 T18010 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3669316 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3669317 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3669317 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3669317 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3669318 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 3669319 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 3669319 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 3669320 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 3669320 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 3669321 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 3669322 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 3669322 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 3669323 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 3669323 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 3669324 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 3669324 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 3669324 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 3669327 T18010 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3669327 T18010 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3669331 T18010 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3669332 T18010 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3669332 T18010 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3669333 T18010 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3669336 T1801

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

FilterTest, HardAutoCommitTest, TestSchemaVersionResource, 
CoreAdminCreateDiscoverTest, TestCursorMarkWithoutUniqueKey, OutputWriterTest, 
TestDocBasedVersionConstraints, DistributedQueryComponentOptimizationTest, 
TestValueSourceCache, NoCacheHeaderTest, FileUtilsTest, 
TestDefaultSearchFieldResource, TestRestManager, TestCloudSchemaless, 
SliceStateTest, EnumFieldTest, HighlighterTest, TestManagedStopFilterFactory, 
SolrIndexConfigTest, TestCollectionAPI, TestQuerySenderListener, 
OpenExchangeRatesOrgProviderTest, TestFieldCollectionResource, 
OpenCloseCoreStressTest, TestManagedResourceStorage, 
CachingDirectoryFactoryTest, DeleteShardTest, TestFreeTextSuggestions, 
TestQuerySenderNoQuery, WordBreakSolrSpellCheckerTest, TestRecoveryHdfs, 
TestClusterStateMutator, XmlUpdateRequestHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, TestIBSimilarityFactory, 
DistanceFunctionTest, TestRawResponseWriter, ResourceLoaderTest, 
RecoveryZkTest, SolrCmdDistributorTest, TestLMJelinekMercerSimilarityFactory, 
TestSolrDeletionPolicy1, AddBlockUpdateTest, HdfsDirectoryTest, 
CacheHeaderTest, TestExactStatsCache, LegacyHTMLStripCharFilterTest, 
SignatureUpdateProcessorFactoryTest, TestHighlightDedupGrouping, 
LeaderInitiatedRecoveryOnCommitTest, CurrencyFieldOpenExchangeTest, 
TestFieldTypeCollectionResource, TestFuzzyAnalyzedSuggestions, 
DistributedTermsComponentTest, DisMaxRequestHandlerTest, 
SpellCheckComponentTest, RegexBoostProcessorTest, 
UpdateRequestProcessorFactoryTest, AliasIntegrationTest, BasicZkTest, 
TestFastOutputStream, ExternalFileFieldSortTest, 
CloudExitableDirectoryReaderTest, TestFieldResource, SolrIndexSplitterTest, 
TestManagedSchemaFieldResource, AssignTest, HdfsDirectoryFactoryTest, 
SaslZkACLProviderTest, TestSolrXmlPersistor, TestConfig, TestInitQParser, 
RankQueryTest, TestInfoStreamLogging, PingRequestHandlerTest, 
TestSchemaNameResource, TestCoreDiscovery, TestManagedResource, 
BadCopyFieldTest, TestReRankQParserPlugin, HighlighterConfigTest, 
VMParamsZkACLAndCredentialsProvidersTest, ShowFileRequestHandlerTest, 
DistribDocExpirationUpdateProcessorTest, SimpleMLTQParserTest, 
AnalyticsMergeStrategyTest, TestWordDelimiterFilterFactory, SuggesterTSTTest, 
TestIndexingPerformance, BinaryUpdateRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, CloudMLTQParserTest, HttpPartitionTest, 
StatsComponentTest, ZkNodePropsTest, CoreAdminHandlerTest, 
DistributedFacetPivotLongTailTest, TestReversedWildcardFilterFactory, 
TestAddFieldRealTimeGet, TestWriterPerf, TestPHPSerializedResponseWriter, 
DateFieldTest, TestSweetSpotSimilarityFactory, SoftAutoCommitTest, 
IndexSchemaTest, TestSolrJ, SearchHandlerTest, TestRecovery, TestLFUCache, 
StandardRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, 
TestSolrConfigHandler, BufferStoreTest, HdfsChaosMonkeySafeLeaderTest, 
TestManagedSchemaDynamicFieldResource, NotRequiredUniqueKeyTest, 
TestComplexPhraseQParserPlugin, QueryParsingTest, TestSolrCoreProperties, 
DOMUtilTest, TestNRTOpen, TestUniqueKeyFieldResource, HighlighterMaxOffsetTest, 
TermVectorComponentTest, TermVectorComponentDistributedTest, 
TestNonDefinedSimilarityFactory, TestMiniSolrCloudCluster, 
LeaderFailoverAfterPartitionTest, TestClassNameShortening, 
SpellCheckCollatorTest, EchoParamsTest, CollectionsAPIDistributedZkTest, 
TestReplicaProperties, AddSchemaFieldsUpdateProcessorFactoryTest, 
HdfsSyncSliceTest, TestGroupingSearch, SystemInfoHandlerTest, 
TermsComponentTest, TestOrdValues, DistributedFacetPivotWhiteBoxTest, 
CollectionsAPIAsyncDistributedZkTest, TestManagedSchemaFieldTypeResource, 
SharedFSAutoReplicaFailoverTest, InfoHandlerTest, TestUtils, PluginInfoTest, 
SolrXmlInZkTest, UnloadDistributedZkTest, ExitableDirectoryReaderTest, 
TestAnalyzeInfixSuggestions, TestFastLRUCache, 
DistributedQueryComponentCustomSortTest, MinimalSchemaTest, 
TestCloudManagedSchema, TestFieldTypeResource, 
CoreMergeIndexesAdminHandlerTest, UUIDUpdateProcessorFallbackTest, 
TestConfigReload, TestSimpleQParserPlugin, TestManagedSynonymFilterFactory, 
ShardRoutingCustomTest, OverriddenZkACLAndCredentialsProvidersTest, 
CircularListTest, PreAnalyzedFieldTest, BlockDirectoryTest, TestCoreContainer, 
TestBinaryResponseWriter, TestFastWriter, FieldMutatingUpdateProcessorTest, 
BasicDistributedZkTest, SimpleCollectionCreateDeleteTest, 
DistributedQueryElevationComponentTest, TimeZoneUtilsTest, 
TestExactSharedStatsCache, TestDynamicFieldResource, TestSortingResponseWriter, 
TestCopyFieldCollectionResource, TestPerFieldSimilarity, TestArbitraryIndexDir, 
TestRebalanceLeaders, TestSystemIdResolver, StressHdfsTest, TestUpdate, 
TestObjectReleaseTracker, TestManagedSchema, TestZkChroot, 
DirectUpdateHandlerOptimizeTest, PrimUtilsTest, SuggesterFSTTest, 
ChangedSchemaMergeTest, TestQueryUtils, TestCodecSupport, 
TestDistributedGrouping, XsltUpdateRequestHandlerTest, 
TriLevelCompositeIdRoutingTest, TestFaceting, SuggestComponentTest, 
ChaosMonkeyNothingIsSafeTest, ZkSolrClientTest, BasicFunctionalityTest, 
TestTrie, QueryResultKeyTest, TestShortCircuitedRequests, UUIDFieldTest, 
TestSearchPerf, BadIndexSchemaTest, ShardRoutingTest, 
TestDefaultSimilarityFactory, SSLMigrationTest, 
StatelessScriptUpdateProcessorFactoryTest, TestReloadAndDeleteDocs, 
SimplePostToolTest, TestPhraseSuggestions, TestDefaultStatsCache, 
PolyFieldTest, TestCollationField, TestFoldingMultitermQuery, 
TestMissingGroups, ShardSplitTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, SyncSliceTest, OverseerTest, 
LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, 
AutoCommitTest, TestHashPartitioner, DistributedSpellCheckComponentTest, 
ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, 
TestStressVersions, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, 
SolrCoreTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, 
TestSort, TestFiltering, TestFunctionQuery, TestLazyCores, 
DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, 
CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, 
TestExtendedDismaxParser, SolrRequestParserTest, DocValuesTest, SuggesterTest, 
TestStressLucene, SuggesterWFSTTest, TestCSVLoader, 
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, 
TestPseudoReturnFields, TestAtomicUpdateErrorCases, QueryEqualityTest, 
DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest, 
SolrInfoMBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, 
TestOmitPositions, FileBasedSpellCheckerTest, RequestHandlersTest, 
DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, 
MoreLikeThisHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, 
TestSolrQueryParser, FastVectorHighlighterTest, LoggingHandlerTest, 
SolrPluginUtilsTest, TestJmxIntegration, ReturnFieldsTest, JSONWriterTest, 
TestCSVResponseWriter, MBeansHandlerTest, TestAnalyzedSuggestions, 
JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, 
TestComponentsName, CoreContainerCoreInitFailuresTest, SOLR749Test, 
UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, 
ResponseLogComponentTest, BadComponentTest, TestStressRecovery, 
TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, 
TestDocSet, TestBinaryField, NumericFieldsTest, TestElisionMultitermQuery, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, 
SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, 
TestXIncludeConfig, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestBM25SimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest, 
URLClassifyProcessorTest, DateMathParserTest, TestSuggestSpellingConverter, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, 
TestLRUCache, TestDocumentBuilder, TestRTGBase, CursorPagingTest, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestDistributedMissingSort, TestTolerantSearch, AsyncMigrateRouteKeyTest, 
ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, 
DeleteReplicaTest, DistribCursorPagingTest, DistributedQueueTest, 
ExternalCollectionsTest, MigrateRouteKeyTest, MultiThreadedOCPTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 66.54s, 1 test, 1 error <<< FAILURES!

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

Total time: 109 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_25 
-XX:-UseCompressedOops -XX:+UseSerialGC
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