Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4313/
Java: 32bit/jdk1.8.0_25 -server -XX:+UseParallelGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:54446/repfacttest_c8n_1x3_shard1_replica3
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:581)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:890)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: 
http://127.0.0.1:54446/repfacttest_c8n_1x3_shard1_replica3
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:578)
        ... 46 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
        ... 51 more




Build Log:
[...truncated 9281 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\init-core-data-001
   [junit4]   2> 714893 T3255 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /
   [junit4]   2> 714903 T3255 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 714904 T3255 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 714906 T3256 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 715025 T3255 oasc.ZkTestServer.run start zk server on 
port:54439
   [junit4]   2> 715025 T3255 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 715026 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 715053 T3263 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@c79e54 name:ZooKeeperConnection 
Watcher:127.0.0.1:54439 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 715054 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 715054 T3255 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 715054 T3255 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 715062 T3255 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 715066 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 715069 T3266 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d88d28 name:ZooKeeperConnection 
Watcher:127.0.0.1:54439/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 715069 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 715069 T3255 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 715069 T3255 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 715072 T3255 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 715076 T3255 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 715078 T3255 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 715080 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 715080 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 715085 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 715085 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 715090 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 715090 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 715092 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 715092 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 715095 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 715095 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 715114 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 715114 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 715116 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 715116 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 715121 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 715121 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 715124 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 715124 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 715128 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 715128 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 715130 T3255 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 715130 T3255 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 716598 T3255 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 716603 T3255 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:54447
   [junit4]   2> 716603 T3255 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 716603 T3255 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 716603 T3255 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-002
   [junit4]   2> 716603 T3255 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-002\'
   [junit4]   2> 716640 T3255 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-002\solr.xml
   [junit4]   2> 716660 T3255 oasc.CoreContainer.<init> New CoreContainer 
1533463
   [junit4]   2> 716662 T3255 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-002\]
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 716664 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 716664 T3255 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 716667 T3255 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 716667 T3255 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 716667 T3255 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 716667 T3255 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54439/solr
   [junit4]   2> 716667 T3255 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 716667 T3255 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 716670 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 716695 T3280 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@ea7a48 name:ZooKeeperConnection 
Watcher:127.0.0.1:54439 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 716695 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 716695 T3255 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 716701 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 716704 T3283 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1be0dd4 name:ZooKeeperConnection 
Watcher:127.0.0.1:54439/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 716705 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 716713 T3255 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 716717 T3255 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 716719 T3255 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 716721 T3255 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 716724 T3255 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 716727 T3255 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 716728 T3255 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54446_
   [junit4]   2> 716730 T3255 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54446_
   [junit4]   2> 716732 T3255 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 716734 T3255 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 716735 T3255 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 716738 T3255 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:54446_
   [junit4]   2> 716738 T3255 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 716739 T3255 oasc.Overseer.start Overseer 
(id=93144193994129411-127.0.0.1:54446_-n_0000000000) starting
   [junit4]   2> 716741 T3255 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 716750 T3255 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 716753 T3255 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 716754 T3285 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 716760 T3255 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 716764 T3255 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 716772 T3287 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 716772 T3287 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 716774 T3287 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 716780 T3284 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 716789 T3284 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:54446";,
   [junit4]   2>          "node_name":"127.0.0.1:54446_",
   [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> 716790 T3284 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:54446";,
   [junit4]   2>          "node_name":"127.0.0.1:54446_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 716790 T3284 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 716790 T3284 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 716792 T3283 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> 716863 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 717959 T3287 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 717959 T3287 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 717961 T3287 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 717961 T3287 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 717962 T3287 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 717962 T3287 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-002\collection1\'
   [junit4]   2> 717963 T3287 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D38BE040726ED6F8-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 717966 T3287 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D38BE040726ED6F8-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 717966 T3287 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D38BE040726ED6F8-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 717998 T3287 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 718002 T3287 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 718016 T3287 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 718021 T3287 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.1.0
   [junit4]   2> 718027 T3287 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 718031 T3287 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 718038 T3287 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 718171 T3287 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 718182 T3287 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 718182 T3287 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 718206 T3287 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 718212 T3287 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 718221 T3287 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 718223 T3287 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 718223 T3287 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 718223 T3287 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 718225 T3287 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 718228 T3287 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 718228 T3287 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 718228 T3287 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 718230 T3287 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-002\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/control/data\
   [junit4]   2> 718230 T3287 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c7bb4a
   [junit4]   2> 718232 T3287 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/control/data\
   [junit4]   2> 718232 T3287 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/control/data\index/
   [junit4]   2> 718232 T3287 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 718233 T3287 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/control/data\index
   [junit4]   2> 718235 T3287 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 718236 T3287 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@407759 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ed929a),segFN=segments_1,generation=1}
   [junit4]   2> 718236 T3287 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 718243 T3287 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 718243 T3287 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 718243 T3287 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 718244 T3287 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 718244 T3287 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 718244 T3287 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 718244 T3287 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 718245 T3287 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 718245 T3287 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 718245 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 718247 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 718247 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 718247 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 718248 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 718249 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 718249 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 718249 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 718250 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 718250 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 718251 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 718251 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 718251 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 718252 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 718254 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 718254 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 718254 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 718255 T3287 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 718262 T3287 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 718263 T3287 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 718265 T3287 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 718266 T3287 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 718266 T3287 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 718270 T3287 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 718270 T3287 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 718272 T3287 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=45.4609375, 
floorSegmentMB=1.2958984375, forceMergeDeletesPctAllowed=12.65447842228163, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 718273 T3287 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@407759 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ed929a),segFN=segments_1,generation=1}
   [junit4]   2> 718273 T3287 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 718273 T3287 oass.SolrIndexSearcher.<init> Opening 
Searcher@1192df6[collection1] main
   [junit4]   2> 718273 T3287 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 718274 T3287 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 718274 T3287 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 718276 T3287 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 718276 T3287 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 718276 T3287 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 718277 T3287 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 718277 T3287 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 718277 T3287 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 718277 T3287 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 718278 T3287 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 718280 T3255 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 718280 T3255 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 718285 T3255 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 718289 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 718291 T3292 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:54446 collection:control_collection 
shard:shard1
   [junit4]   2> 718291 T3289 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1192df6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 718295 T3292 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 718298 T3296 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1534110 name:ZooKeeperConnection 
Watcher:127.0.0.1:54439/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 718298 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 718299 T3255 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 718302 T3255 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 718316 T3255 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 718316 T3255 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 718316 T3255 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 718320 T3292 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 718321 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 718324 T3292 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 718324 T3292 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C382 name=collection1 
org.apache.solr.core.SolrCore@3d44e9 url=http://127.0.0.1:54446/collection1 
node=127.0.0.1:54446_ C382_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:54446, 
node_name=127.0.0.1:54446_, state=down}
   [junit4]   2> 718325 T3292 C382 P54446 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:54446/collection1/
   [junit4]   2> 718325 T3292 C382 P54446 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 718325 T3292 C382 P54446 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:54446/collection1/ has no replicas
   [junit4]   2> 718325 T3292 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:54446/collection1/ shard1
   [junit4]   2> 718327 T3292 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 718327 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 718330 T3284 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> 718342 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 718344 T3284 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:54446";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 718350 T3299 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@128922d name:ZooKeeperConnection 
Watcher:127.0.0.1:54439/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 718351 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 718351 T3255 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 718355 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 718373 T3284 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> 718373 T3284 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 718387 T3296 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> 718388 T3288 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> 718523 T3284 oasco.ZkStateWriter.writePendingUpdates going to 
create_collection /collections/collection1/state.json
   [junit4]   2> 718526 T3296 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> 718584 T3292 oasc.ZkController.register We are 
http://127.0.0.1:54446/collection1/ and leader is 
http://127.0.0.1:54446/collection1/
   [junit4]   2> 718585 T3292 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:54446
   [junit4]   2> 718585 T3292 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 718585 T3292 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 718585 T3292 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 718593 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 718601 T3284 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:54446";,
   [junit4]   2>          "node_name":"127.0.0.1:54446_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 718602 T3284 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:54446";,
   [junit4]   2>          "node_name":"127.0.0.1:54446_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 718726 T3288 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> 718727 T3296 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> 720230 T3255 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 720230 T3255 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 720234 T3255 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:54463
   [junit4]   2> 720237 T3255 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 720237 T3255 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 720237 T3255 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-003
   [junit4]   2> 720237 T3255 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-003\'
   [junit4]   2> 720279 T3255 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-003\solr.xml
   [junit4]   2> 720298 T3255 oasc.CoreContainer.<init> New CoreContainer 
32157704
   [junit4]   2> 720298 T3255 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-003\]
   [junit4]   2> 720299 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 720300 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 720303 T3255 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 720303 T3255 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 720303 T3255 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 720303 T3255 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 720305 T3255 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54439/solr
   [junit4]   2> 720305 T3255 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 720305 T3255 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 720307 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 720310 T3311 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@93661b name:ZooKeeperConnection 
Watcher:127.0.0.1:54439 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 720310 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 720310 T3255 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 720313 T3257 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x14aea26a3e90006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 720315 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 720317 T3314 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@175a919 name:ZooKeeperConnection 
Watcher:127.0.0.1:54439/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 720317 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 720328 T3255 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 721525 T3255 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54462_
   [junit4]   2> 721529 T3255 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54462_
   [junit4]   2> 721539 T3255 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 721550 T3315 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 721550 T3315 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 721552 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 721553 T3284 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:54462";,
   [junit4]   2>          "node_name":"127.0.0.1:54462_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 721554 T3315 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 721555 T3315 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 721555 T3284 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:54462";,
   [junit4]   2>          "node_name":"127.0.0.1:54462_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 721555 T3284 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 721555 T3284 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 721558 T3315 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 721561 T3284 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 721562 T3315 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 721562 T3315 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 721562 T3314 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 721563 T3314 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 722748 T3315 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 722748 T3315 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 722750 T3315 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 722752 T3315 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 722754 T3315 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 722754 T3315 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-003\collection1\'
   [junit4]   2> 722757 T3315 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D38BE040726ED6F8-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 722761 T3315 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D38BE040726ED6F8-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 722764 T3315 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D38BE040726ED6F8-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 722794 T3315 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 722800 T3315 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 722812 T3315 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 722815 T3315 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.1.0
   [junit4]   2> 722837 T3315 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 722841 T3315 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 722849 T3315 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 722964 T3315 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 722973 T3315 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 722973 T3315 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 722993 T3315 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 722997 T3315 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 722999 T3315 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 723002 T3315 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 723002 T3315 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 723002 T3315 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 723004 T3315 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 723004 T3315 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 723004 T3315 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 723004 T3315 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 723004 T3315 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-003\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/jetty1\
   [junit4]   2> 723004 T3315 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c7bb4a
   [junit4]   2> 723005 T3315 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/jetty1\
   [junit4]   2> 723005 T3315 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/jetty1\index/
   [junit4]   2> 723005 T3315 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 723006 T3315 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/jetty1\index
   [junit4]   2> 723006 T3315 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 723008 T3315 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@14e7a49 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a30e6c),segFN=segments_1,generation=1}
   [junit4]   2> 723008 T3315 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 723012 T3315 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 723015 T3315 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 723016 T3315 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 723016 T3315 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 723016 T3315 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 723016 T3315 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 723017 T3315 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 723017 T3315 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 723017 T3315 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 723017 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 723018 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 723018 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 723018 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 723019 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 723019 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 723020 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 723020 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 723021 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 723023 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 723023 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 723023 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 723024 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 723024 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 723024 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 723026 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 723026 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 723027 T3315 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 723032 T3315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 723034 T3315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 723035 T3315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 723038 T3315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 723038 T3315 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 723039 T3315 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 723039 T3315 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 723043 T3315 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=45.4609375, 
floorSegmentMB=1.2958984375, forceMergeDeletesPctAllowed=12.65447842228163, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 723043 T3315 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@14e7a49 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a30e6c),segFN=segments_1,generation=1}
   [junit4]   2> 723043 T3315 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 723043 T3315 oass.SolrIndexSearcher.<init> Opening 
Searcher@1140fed[collection1] main
   [junit4]   2> 723045 T3315 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 723047 T3315 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 723047 T3315 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 723048 T3315 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 723048 T3315 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 723048 T3315 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 723049 T3315 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 723049 T3315 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 723049 T3315 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 723049 T3315 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 723050 T3315 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 723050 T3316 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1140fed[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 723053 T3255 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 723053 T3255 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 723054 T3319 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:54462 collection:collection1 
shard:shard2
   [junit4]   2> 723109 T3319 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 723120 T3319 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 723123 T3319 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 723123 T3319 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C383 name=collection1 
org.apache.solr.core.SolrCore@178dad8 url=http://127.0.0.1:54462/collection1 
node=127.0.0.1:54462_ C383_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:54462, 
node_name=127.0.0.1:54462_, state=down}
   [junit4]   2> 723123 T3319 C383 P54462 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:54462/collection1/
   [junit4]   2> 723123 T3319 C383 P54462 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 723123 T3319 C383 P54462 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:54462/collection1/ has no replicas
   [junit4]   2> 723123 T3319 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:54462/collection1/ shard2
   [junit4]   2> 723125 T3319 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 723126 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 723129 T3284 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 723133 T3284 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 723134 T3314 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 723136 T3314 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 723145 T3284 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:54462";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 723147 T3284 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 723148 T3314 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 723149 T3314 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 723154 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 723202 T3319 oasc.ZkController.register We are 
http://127.0.0.1:54462/collection1/ and leader is 
http://127.0.0.1:54462/collection1/
   [junit4]   2> 723202 T3319 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:54462
   [junit4]   2> 723202 T3319 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 723202 T3319 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 723202 T3319 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 723207 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 723213 T3284 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:54462";,
   [junit4]   2>          "node_name":"127.0.0.1:54462_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 723214 T3284 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:54462";,
   [junit4]   2>          "node_name":"127.0.0.1:54462_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 723217 T3284 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 723218 T3314 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 723220 T3319 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 723222 T3314 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 724863 T3255 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 724864 T3255 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 724870 T3255 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:54473
   [junit4]   2> 724870 T3255 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 724870 T3255 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 724871 T3255 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-004
   [junit4]   2> 724871 T3255 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-004\'
   [junit4]   2> 724918 T3255 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-004\solr.xml
   [junit4]   2> 724932 T3255 oasc.CoreContainer.<init> New CoreContainer 
24043213
   [junit4]   2> 724932 T3255 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-004\]
   [junit4]   2> 724936 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 724936 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 724936 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 724936 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 724936 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 724936 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 724936 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 724936 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 724939 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 724939 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 724939 T3255 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 724942 T3255 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 724942 T3255 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 724942 T3255 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 724942 T3255 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 724942 T3255 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54439/solr
   [junit4]   2> 724942 T3255 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 724943 T3255 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 724946 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 724950 T3334 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@21f1fa name:ZooKeeperConnection 
Watcher:127.0.0.1:54439 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 724951 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 724951 T3255 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 724956 T3255 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 724958 T3337 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@160b627 name:ZooKeeperConnection 
Watcher:127.0.0.1:54439/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 724959 T3255 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 724969 T3255 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 726057 T3255 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54472_
   [junit4]   2> 726058 T3255 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54472_
   [junit4]   2> 726065 T3255 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 726075 T3338 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 726075 T3338 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 726078 T3288 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 726080 T3338 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 726080 T3338 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 726080 T3284 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:54472";,
   [junit4]   2>          "node_name":"127.0.0.1:54472_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 726081 T3338 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 726082 T3284 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:54472";,
   [junit4]   2>          "node_name":"127.0.0.1:54472_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 726082 T3284 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 726082 T3284 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 726084 T3284 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 726084 T3338 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 726084 T3338 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 726084 T3314 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 726085 T3337 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 726086 T3314 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 726086 T3337 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 727151 T3338 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 727151 T3338 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 727155 T3338 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 727155 T3338 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 727158 T3338 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 727159 T3338 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-004\collection1\'
   [junit4]   2> 727163 T3338 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D38BE040726ED6F8-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 727166 T3338 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D38BE040726ED6F8-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 727166 T3338 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20D38BE040726ED6F8-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 727196 T3338 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 727201 T3338 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 727218 T3338 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 727225 T3338 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.1.0
   [junit4]   2> 727234 T3338 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 727235 T3338 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 727239 T3338 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 727365 T3338 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 727373 T3338 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 727374 T3338 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 727412 T3338 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 727415 T3338 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 727418 T3338 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 727420 T3338 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 727420 T3338 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 727420 T3338 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 727421 T3338 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 727421 T3338 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 727421 T3338 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 727421 T3338 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 727422 T3338 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-004\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/jetty2\
   [junit4]   2> 727422 T3338 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c7bb4a
   [junit4]   2> 727423 T3338 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/jetty2\
   [junit4]   2> 727423 T3338 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/jetty2\index/
   [junit4]   2> 727423 T3338 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 727423 T3338 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001\tempDir-001/jetty2\index
   [junit4]   2> 727435 T3338 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 727436 T3338 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@3da201 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19de7de),segFN=segments_1,generation=1}
   [junit4]   2> 727436 T3338 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 727453 T3338 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 727454 T3338 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 727454 T3338 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 727454 T3338 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 727454 T3338 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 727454 T3338 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 727455 T3338 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 727455 T3338 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 727455 T3338 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 727456 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 727456 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 727456 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 727457 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 727457 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 727457 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 727459 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 727459 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 727460 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 727461 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 727462 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 727462 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 727462 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 727463 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 727463 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 727463 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 727464 T3338 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestH

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


   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:793)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
   [junit4]    >        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
   [junit4]    >        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
IOException occured when talking to server at: 
http://127.0.0.1:54446/repfacttest_c8n_1x3_shard1_replica3
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:578)
   [junit4]    >        ... 46 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target 
server failed to respond
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    >        ... 51 moreThrowable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=3429, name=updateExecutor-483-thread-2, 
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: 
Task 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1393c61 
rejected from java.util.concurrent.ThreadPoolExecutor@1ffcbf4[Shutting down, 
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D38BE040726ED6F8]:0)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 796540 T3255 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 D38BE040726ED6F8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{_version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
multiDefault=Lucene50(blocksize=128), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), id=FSTOrd50, 
text=PostingsFormat(name=MockRandom), 
range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), 
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, 
locale=ca, timezone=America/Bahia
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_25 
(32-bit)/cpus=2,threads=1,free=100654016,total=282591232
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSolrConfigHandlerConcurrent, TestBadConfig, TestFieldCollectionResource, 
TestJmxMonitoredMap, TestQuerySenderListener, SpellCheckComponentTest, 
TestRandomFaceting, LegacyHTMLStripCharFilterTest, 
TestSerializedLuceneMatchVersion, TestDefaultSimilarityFactory, 
TermVectorComponentTest, CollectionsAPIAsyncDistributedZkTest, 
PreAnalyzedFieldTest, TestElisionMultitermQuery, SolrCoreTest, 
FileBasedSpellCheckerTest, TestRandomMergePolicy, DirectUpdateHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, TestSolr4Spatial2, 
UpdateRequestProcessorFactoryTest, ChaosMonkeySafeLeaderTest, 
QueryResultKeyTest, BadCopyFieldTest, PathHierarchyTokenizerFactoryTest, 
TestWordDelimiterFilterFactory, AnalysisAfterCoreReloadTest, 
TestSchemaVersionResource, TestSolrDynamicMBean, 
OverriddenZkACLAndCredentialsProvidersTest, JSONWriterTest, 
TestPseudoReturnFields, AutoCommitTest, TestExtendedDismaxParser, 
TestShortCircuitedRequests, HardAutoCommitTest, TestDocumentBuilder, 
TestIndexSearcher, TestRawResponseWriter, TestArbitraryIndexDir, 
RAMDirectoryFactoryTest, TestMaxScoreQueryParser, ZkNodePropsTest, 
HdfsChaosMonkeySafeLeaderTest, TestFileDictionaryLookup, 
URLClassifyProcessorTest, TestSchemaSimilarityResource, TestStressUserVersions, 
TestFieldTypeResource, TestReplicaProperties, TestDynamicLoading, 
TestManagedResource, CursorPagingTest, AnalysisErrorHandlingTest, 
UpdateParamsTest, TestFastWriter, SimpleCollectionCreateDeleteTest, 
DateFieldTest, DistanceUnitsTest, SSLMigrationTest, BadComponentTest, 
TestBlendedInfixSuggestions, DistributedQueryComponentCustomSortTest, 
BasicFunctionalityTest, PrimitiveFieldTypeTest, DirectSolrSpellCheckerTest, 
TestSearchPerf, DistributedSuggestComponentTest, 
TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestLFUCache, 
MigrateRouteKeyTest, TestManagedResourceStorage, TestCollationField, 
TestFieldSortValues, CollectionsAPIDistributedZkTest, SliceStateTest, 
TestRecoveryHdfs, TestCollationFieldDocValues, ZkSolrClientTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestCloudInspectUtil, 
ParsingFieldUpdateProcessorsTest, NumericFieldsTest, 
TestSolrConfigHandlerCloud, TestCoreContainer, SpatialRPTFieldTypeTest, 
TestPHPSerializedResponseWriter, SynonymTokenizerTest, 
SignatureUpdateProcessorFactoryTest, SystemInfoHandlerTest, 
TestManagedSchemaFieldTypeResource, EnumFieldTest, 
DistributedQueryComponentOptimizationTest, HdfsBasicDistributedZk2Test, 
SOLR749Test, CacheHeaderTest, DisMaxRequestHandlerTest, StressHdfsTest, 
HdfsLockFactoryTest, CopyFieldTest, TestSolrDeletionPolicy1, 
LoggingHandlerTest, TestPivotHelperCode, 
AddSchemaFieldsUpdateProcessorFactoryTest, QueryParsingTest, TestNRTOpen, 
TestJoin, TestInitQParser, UUIDFieldTest, TestBinaryResponseWriter, 
TestAnalyzedSuggestions, TestLuceneMatchVersion, ReplicationFactorTest]
   [junit4] Completed in 81.68s, 1 test, 1 error <<< FAILURES!

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

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


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

Reply via email to