Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4521/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC

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

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

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




Build Log:
[...truncated 10206 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
 C66ECEC7D2FA2E3F-001\init-core-data-001
   [junit4]   2> 5023914 T21031 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 5023921 T21031 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5023922 T21032 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 5024030 T21031 oasc.ZkTestServer.run start zk server on 
port:56061
   [junit4]   2> 5024031 T21031 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5024034 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5024040 T21039 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@bbd6b8 name:ZooKeeperConnection 
Watcher:127.0.0.1:56061 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5024041 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5024044 T21031 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5024044 T21031 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5024051 T21031 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5024052 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5024058 T21042 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@8c4b1 name:ZooKeeperConnection 
Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5024059 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5024059 T21031 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5024060 T21031 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 5024066 T21031 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 5024071 T21031 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 5024075 T21031 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 5024081 T21031 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> 5024081 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 5024088 T21031 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> 5024089 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 5024095 T21031 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> 5024096 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5024101 T21031 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> 5024101 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 5024106 T21031 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> 5024107 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 5024111 T21031 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> 5024112 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 5024117 T21031 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> 5024117 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 5024121 T21031 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> 5024122 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 5024126 T21031 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> 5024127 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5024131 T21031 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> 5024132 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 5024137 T21031 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> 5024138 T21031 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 5025970 T21031 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\control-001\cores\collection1
   [junit4]   2> 5025975 T21031 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 5025979 T21031 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@30774e{/,null,AVAILABLE}
   [junit4]   2> 5025981 T21031 oejs.AbstractConnector.doStart Started 
ServerConnector@ee0ff8{HTTP/1.1}{127.0.0.1:56069}
   [junit4]   2> 5025982 T21031 oejs.Server.doStart Started @5024330ms
   [junit4]   2> 5025983 T21031 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 5025983 T21031 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 5025986 T21031 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
 C66ECEC7D2FA2E3F-001\control-001
   [junit4]   2> 5025986 T21031 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
 C66ECEC7D2FA2E3F-001\control-001\'
   [junit4]   2> 5026043 T21031 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\control-001\solr.xml
   [junit4]   2> 5026055 T21031 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\control-001\cores
   [junit4]   2> 5026057 T21031 oasc.CoreContainer.<init> New CoreContainer 
31372587
   [junit4]   2> 5026057 T21031 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
 C66ECEC7D2FA2E3F-001\control-001\]
   [junit4]   2> 5026057 T21031 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\control-001\lib
   [junit4]   2> 5026057 T21031 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\control-001\lib).
   [junit4]   2> 5026074 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 5026075 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 5026075 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 5026076 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5026077 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 5026077 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 5026077 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5026077 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 5026078 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 5026078 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 5026079 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 5026079 T21031 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5026079 T21031 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5026079 T21031 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5026079 T21031 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5026080 T21031 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:56061/solr
   [junit4]   2> 5026080 T21031 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 5026080 T21031 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5026083 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5026088 T21056 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@19f2f40 name:ZooKeeperConnection 
Watcher:127.0.0.1:56061 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5026088 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5026088 T21031 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5026093 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5026096 T21059 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1678871 name:ZooKeeperConnection 
Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5026096 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5026099 T21031 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 5026104 T21031 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 5026109 T21031 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 5026113 T21031 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 5026118 T21031 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 5026122 T21031 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 5026125 T21031 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56068_
   [junit4]   2> 5026126 T21031 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56068_
   [junit4]   2> 5026131 T21031 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 5026134 T21031 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 5026137 T21031 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5026140 T21031 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:56068_
   [junit4]   2> 5026140 T21031 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 5026143 T21031 oasc.Overseer.start Overseer 
(id=93416731025014787-127.0.0.1:56068_-n_0000000000) starting
   [junit4]   2> 5026148 T21031 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 5026161 T21031 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5026164 T21061 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 5026165 T21031 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 5026177 T21031 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 5026178 T21060 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 5026181 T21031 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5026191 T21031 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\control-001\cores
   [junit4]   2> 5026193 T21031 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\control-001\cores\collection1\
   [junit4]   2> 5026194 T21031 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 5026197 T21063 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 5026197 T21063 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5026198 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5026198 T21063 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 5026203 T21060 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:56068";,
   [junit4]   2>          "node_name":"127.0.0.1:56068_",
   [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> 5026205 T21060 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:56068";,
   [junit4]   2>          "node_name":"127.0.0.1:56068_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 5026207 T21060 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 5026207 T21060 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 5026209 T21059 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> 5027280 T21063 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 5027280 T21063 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 5027282 T21063 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 5027282 T21063 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 5027285 T21063 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 5027285 T21063 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
 C66ECEC7D2FA2E3F-001\control-001\cores\collection1\'
   [junit4]   2> 5027316 T21063 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 5027320 T21063 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 5027334 T21063 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 5027354 T21063 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 5027374 T21063 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 5027376 T21063 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 5027404 T21063 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 5027571 T21063 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5027581 T21063 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 5027583 T21063 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5027605 T21063 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5027610 T21063 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5027615 T21063 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5027617 T21063 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5027618 T21063 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5027619 T21063 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5027620 T21063 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5027620 T21063 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5027621 T21063 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 5027621 T21063 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5027623 T21063 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
 C66ECEC7D2FA2E3F-001\control-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\tempDir-001/control/data\
   [junit4]   2> 5027623 T21063 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ca2e9
   [junit4]   2> 5027624 T21063 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
 C66ECEC7D2FA2E3F-001\tempDir-001/control/data\
   [junit4]   2> 5027624 T21063 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
 C66ECEC7D2FA2E3F-001\tempDir-001/control/data\index/
   [junit4]   2> 5027625 T21063 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
 C66ECEC7D2FA2E3F-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 5027625 T21063 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
 C66ECEC7D2FA2E3F-001\tempDir-001/control/data\index
   [junit4]   2> 5027626 T21063 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 5027627 T21063 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@239d78 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1502f2a),segFN=segments_1,generation=1}
   [junit4]   2> 5027628 T21063 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5027634 T21063 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5027635 T21063 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 5027635 T21063 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 5027635 T21063 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5027636 T21063 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 5027636 T21063 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5027637 T21063 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5027637 T21063 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 5027638 T21063 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5027639 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5027640 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5027640 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5027641 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5027643 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5027644 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5027645 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5027646 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5027647 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5027648 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5027649 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5027649 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5027650 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5027651 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5027652 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5027653 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5027654 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5027654 T21063 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 5027659 T21063 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5027663 T21063 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5027665 T21063 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5027667 T21063 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5027668 T21063 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5027669 T21063 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5027672 T21063 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 5027672 T21063 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 5027673 T21063 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=7366243, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 5027674 T21063 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@239d78 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1502f2a),segFN=segments_1,generation=1}
   [junit4]   2> 5027675 T21063 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5027675 T21063 oass.SolrIndexSearcher.<init> Opening 
Searcher@12253a1[collection1] main
   [junit4]   2> 5027675 T21063 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 5027678 T21063 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 5027678 T21063 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 5027680 T21063 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5027680 T21063 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 5027680 T21063 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5027683 T21063 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5027683 T21063 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5027683 T21063 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 5027684 T21063 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 5027684 T21064 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@12253a1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5027686 T21063 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 5027687 T21067 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:56068 collection:control_collection 
shard:shard1
   [junit4]   2> 5027688 T21031 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5027688 T21031 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 5027689 T21067 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5027690 T21031 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5027692 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5027694 T21071 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6af617 name:ZooKeeperConnection 
Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5027695 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5027696 T21031 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5027698 T21031 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5027703 T21067 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 5027705 T21031 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 5027705 T21031 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 5027705 T21031 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5027707 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5027708 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5027708 T21067 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 5027708 T21067 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C10664 name=collection1 
org.apache.solr.core.SolrCore@f66dc url=http://127.0.0.1:56068/collection1 
node=127.0.0.1:56068_ C10664_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:56068, 
node_name=127.0.0.1:56068_, state=down}
   [junit4]   2> 5027709 T21067 C10664 P56068 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:56068/collection1/
   [junit4]   2> 5027709 T21067 C10664 P56068 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 5027709 T21067 C10664 P56068 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:56068/collection1/ has no replicas
   [junit4]   2> 5027709 T21067 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:56068/collection1/ shard1
   [junit4]   2> 5027710 T21067 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 5027711 T21060 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> 5027712 T21074 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@cab6e name:ZooKeeperConnection 
Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5027713 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5027714 T21031 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5027717 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5027719 T21060 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "stateFormat":"2"} current state version: 1
   [junit4]   2> 5027720 T21060 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 5027721 T21071 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> 5027724 T21059 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> 5027737 T21060 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:56068";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 5027738 T21060 oasco.ZkStateWriter.writePendingUpdates going 
to create_collection /collections/collection1/state.json
   [junit4]   2> 5027740 T21059 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> 5027741 T21071 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> 5027753 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5027866 T21059 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> 5027866 T21071 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> 5027889 T21067 oasc.ZkController.register We are 
http://127.0.0.1:56068/collection1/ and leader is 
http://127.0.0.1:56068/collection1/
   [junit4]   2> 5027889 T21067 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:56068
   [junit4]   2> 5027889 T21067 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 5027890 T21067 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 5027890 T21067 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5027892 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5027896 T21060 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:56068";,
   [junit4]   2>          "node_name":"127.0.0.1:56068_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 5027898 T21060 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:56068";,
   [junit4]   2>          "node_name":"127.0.0.1:56068_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 5028020 T21059 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> 5028021 T21071 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> 5029471 T21031 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-1-001\cores\collection1
   [junit4]   2> 5029477 T21031 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 5029478 T21031 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 5029483 T21031 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@145fa76{/,null,AVAILABLE}
   [junit4]   2> 5029485 T21031 oejs.AbstractConnector.doStart Started 
ServerConnector@6d09fe{HTTP/1.1}{127.0.0.1:56085}
   [junit4]   2> 5029486 T21031 oejs.Server.doStart Started @5027485ms
   [junit4]   2> 5029486 T21031 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 5029487 T21031 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 5029487 T21031 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
 C66ECEC7D2FA2E3F-001\shard-1-001
   [junit4]   2> 5029488 T21031 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
 C66ECEC7D2FA2E3F-001\shard-1-001\'
   [junit4]   2> 5029533 T21031 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-1-001\solr.xml
   [junit4]   2> 5029551 T21031 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-1-001\cores
   [junit4]   2> 5029552 T21031 oasc.CoreContainer.<init> New CoreContainer 
29268198
   [junit4]   2> 5029552 T21031 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
 C66ECEC7D2FA2E3F-001\shard-1-001\]
   [junit4]   2> 5029553 T21031 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-1-001\lib
   [junit4]   2> 5029553 T21031 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-1-001\lib).
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5029571 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 5029575 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 5029575 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 5029575 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 5029578 T21031 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5029578 T21031 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5029578 T21031 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5029578 T21031 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5029578 T21031 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:56061/solr
   [junit4]   2> 5029578 T21031 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 5029578 T21031 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5029583 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5029587 T21088 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@8f3c5c name:ZooKeeperConnection 
Watcher:127.0.0.1:56061 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5029587 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5029588 T21031 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5029592 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5029595 T21091 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d99c7d name:ZooKeeperConnection 
Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5029596 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5029607 T21031 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5030804 T21031 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56084_
   [junit4]   2> 5030805 T21031 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56084_
   [junit4]   2> 5030814 T21031 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5030819 T21031 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-1-001\cores
   [junit4]   2> 5030820 T21031 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-1-001\cores\collection1\
   [junit4]   2> 5030820 T21031 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 5030826 T21092 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 5030827 T21092 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5030830 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5030833 T21060 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:56084";,
   [junit4]   2>          "node_name":"127.0.0.1:56084_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 5030834 T21060 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:56084";,
   [junit4]   2>          "node_name":"127.0.0.1:56084_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 5030834 T21060 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 5030834 T21060 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 5030835 T21092 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 5030836 T21092 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 5030836 T21060 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 5030837 T21092 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5030840 T21092 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 5030840 T21092 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 5030841 T21092 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 5030841 T21092 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 5030848 T21092 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 5030848 T21092 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 5030850 T21092 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 5030850 T21092 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
 C66ECEC7D2FA2E3F-001\shard-1-001\cores\collection1\'
   [junit4]   2> 5030882 T21092 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 5030887 T21092 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 5030901 T21092 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 5030922 T21092 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 5030935 T21092 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 5030938 T21092 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 5030946 T21092 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 5031114 T21092 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5031123 T21092 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 5031123 T21092 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5031150 T21092 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5031156 T21092 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5031160 T21092 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5031163 T21092 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5031163 T21092 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5031163 T21092 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5031166 T21092 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5031166 T21092 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5031167 T21092 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 5031167 T21092 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5031167 T21092 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
 C66ECEC7D2FA2E3F-001\shard-1-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\tempDir-001/jetty1\
   [junit4]   2> 5031169 T21092 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ca2e9
   [junit4]   2> 5031170 T21092 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
 C66ECEC7D2FA2E3F-001\tempDir-001/jetty1\
   [junit4]   2> 5031170 T21092 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
 C66ECEC7D2FA2E3F-001\tempDir-001/jetty1\index/
   [junit4]   2> 5031171 T21092 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
 C66ECEC7D2FA2E3F-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 5031171 T21092 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
 C66ECEC7D2FA2E3F-001\tempDir-001/jetty1\index
   [junit4]   2> 5031172 T21092 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 5031173 T21092 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1aff9c4 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cb6bdc),segFN=segments_1,generation=1}
   [junit4]   2> 5031173 T21092 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5031180 T21092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5031180 T21092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 5031181 T21092 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 5031181 T21092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5031182 T21092 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 5031182 T21092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5031184 T21092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5031184 T21092 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 5031185 T21092 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5031186 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5031187 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5031187 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5031188 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5031191 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5031192 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5031193 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5031194 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5031195 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5031200 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5031201 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5031202 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5031203 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5031203 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5031204 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5031207 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5031208 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5031209 T21092 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 5031215 T21092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5031217 T21092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5031219 T21092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5031222 T21092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5031223 T21092 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5031224 T21092 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5031226 T21092 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 5031226 T21092 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 5031229 T21092 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=7366243, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 5031230 T21092 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1aff9c4 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cb6bdc),segFN=segments_1,generation=1}
   [junit4]   2> 5031230 T21092 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5031230 T21092 oass.SolrIndexSearcher.<init> Opening 
Searcher@83e9a6[collection1] main
   [junit4]   2> 5031230 T21092 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 5031233 T21092 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 5031233 T21092 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 5031235 T21092 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5031235 T21092 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 5031235 T21092 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5031237 T21092 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5031237 T21092 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5031237 T21092 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 5031237 T21092 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 5031239 T21093 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@83e9a6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5031241 T21092 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 5031244 T21096 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:56084 collection:collection1 
shard:shard2
   [junit4]   2> 5031250 T21031 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5031250 T21031 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 5031252 T21096 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 5031261 T21096 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 5031267 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5031269 T21096 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 5031269 T21096 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C10665 name=collection1 
org.apache.solr.core.SolrCore@c49859 url=http://127.0.0.1:56084/collection1 
node=127.0.0.1:56084_ C10665_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:56084, 
node_name=127.0.0.1:56084_, state=down}
   [junit4]   2> 5031269 T21096 C10665 P56084 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:56084/collection1/
   [junit4]   2> 5031269 T21096 C10665 P56084 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 5031269 T21096 C10665 P56084 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:56084/collection1/ has no replicas
   [junit4]   2> 5031272 T21096 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:56084/collection1/ shard2
   [junit4]   2> 5031272 T21096 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 5031273 T21060 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 5031276 T21060 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 5031279 T21091 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 5031280 T21091 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 5031288 T21060 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:56084";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 5031290 T21060 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 5031292 T21091 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 5031294 T21091 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 5031299 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5031348 T21096 oasc.ZkController.register We are 
http://127.0.0.1:56084/collection1/ and leader is 
http://127.0.0.1:56084/collection1/
   [junit4]   2> 5031348 T21096 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:56084
   [junit4]   2> 5031348 T21096 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 5031349 T21096 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 5031349 T21096 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5031351 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5031355 T21060 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:56084";,
   [junit4]   2>          "node_name":"127.0.0.1:56084_",
   [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> 5031356 T21060 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:56084";,
   [junit4]   2>          "node_name":"127.0.0.1:56084_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 5031361 T21060 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 5031362 T21091 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 5031365 T21096 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 5031368 T21091 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 5033003 T21031 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-2-001\cores\collection1
   [junit4]   2> 5033008 T21031 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 5033009 T21031 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 5033012 T21031 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@1a27a95{/,null,AVAILABLE}
   [junit4]   2> 5033015 T21031 oejs.AbstractConnector.doStart Started 
ServerConnector@8d0c3a{HTTP/1.1}{127.0.0.1:56095}
   [junit4]   2> 5033016 T21031 oejs.Server.doStart Started @5030489ms
   [junit4]   2> 5033017 T21031 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 5033020 T21031 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 5033020 T21031 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
 C66ECEC7D2FA2E3F-001\shard-2-001
   [junit4]   2> 5033020 T21031 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
 C66ECEC7D2FA2E3F-001\shard-2-001\'
   [junit4]   2> 5033072 T21031 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-2-001\solr.xml
   [junit4]   2> 5033085 T21031 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-2-001\cores
   [junit4]   2> 5033086 T21031 oasc.CoreContainer.<init> New CoreContainer 
28778864
   [junit4]   2> 5033086 T21031 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
 C66ECEC7D2FA2E3F-001\shard-2-001\]
   [junit4]   2> 5033086 T21031 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-2-001\lib
   [junit4]   2> 5033086 T21031 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-2-001\lib).
   [junit4]   2> 5033113 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 5033114 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 5033114 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 5033114 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5033114 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 5033116 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 5033116 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5033118 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 5033118 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 5033118 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 5033118 T21031 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 5033120 T21031 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5033121 T21031 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5033122 T21031 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5033123 T21031 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 5033123 T21031 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:56061/solr
   [junit4]   2> 5033123 T21031 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 5033123 T21031 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5033127 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5033130 T21114 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@12caf6d name:ZooKeeperConnection 
Watcher:127.0.0.1:56061 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5033130 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5033131 T21031 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5033136 T21031 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5033138 T21117 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@69b25a name:ZooKeeperConnection 
Watcher:127.0.0.1:56061/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5033140 T21031 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5033151 T21031 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5034345 T21031 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56094_
   [junit4]   2> 5034347 T21031 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56094_
   [junit4]   2> 5034358 T21031 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5034364 T21031 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-2-001\cores
   [junit4]   2> 5034365 T21031 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\shard-2-001\cores\collection1\
   [junit4]   2> 5034367 T21031 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 5034373 T21118 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 5034373 T21118 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5034379 T21059 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5034380 T21118 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 5034380 T21118 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 5034382 T21118 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 5034382 T21060 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:56094";,
   [junit4]   2>          "node_name":"127.0.0.1:56094_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 5034386 T21060 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:56094";,
   [junit4]   2>          "node_name":"127.0.0.1:56094_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 5034387 T21060 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 5034388 T21060 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 5034393 T21118 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 5034400 T21118 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 5034401 T21060 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 5034403 T21117 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 3)
   [junit4]   2> 5034403 T21091 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 3)
   [junit4]   2> 5034405 T21117 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 5034405 T21091 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 5035587 T21118 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 5035587 T21118 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 5035589 T21118 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 5035589 T21118 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 5035591 T21118 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 5035591 T21118 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
 C66ECEC7D2FA2E3F-001\shard-2-001\cores\collection1\'
   [junit4]   2> 5035625 T21118 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 5035630 T21118 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 5035648 T21118 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 5035675 T21118 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 5035686 T21118 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 5035689 T21118 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 5035699 T21118 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 5035865 T21118 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5035874 T21118 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 5035875 T21118 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5035899 T21118 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5035904 T21118 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5035909 T21118 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5035911 T21118 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5035912 T21118 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5035912 T21118 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5035914 T21118 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5035916 T21118 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5035916 T21118 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 5035916 T21118 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5035917 T21118 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
 C66ECEC7D2FA2E3F-001\shard-2-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C66ECEC7D2FA2E3F-001\tempDir-001/jetty2\
   [junit4]   2> 5035917 T21118 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ca2e9
   [junit4]   2> 5035918 T21118 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
 C66ECEC7D2FA2E3F-001\tempDir-001/jetty2\
   [junit4]   2> 5035919 T21118 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
 C66ECEC7D2FA2E3F-001\tempDir-001/jetty2\index/
   [junit4]   2> 5035919 T21118 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
 C66ECEC7D2FA2E3F-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 5035919 T21118 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
 C66ECEC7D2FA2E3F-001\tempDir-001/jetty2\index
   [junit4]   2> 5035920 T21118 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.l

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

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

[...truncated 281 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:191: 
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:1351:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958:
 There were test failures: 469 suites, 1869 tests, 1 error, 57 ignored (30 
assumptions)

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


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

Reply via email to