Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4417/
Java: 32bit/jdk1.8.0_25 -server -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.http.NoHttpResponseException: The target server failed to respond
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.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.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more




Build Log:
[...truncated 9229 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\init-core-data-001
   [junit4]   2> 2413743 T10823 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /_aha/
   [junit4]   2> 2413748 T10823 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 2413751 T10823 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2413752 T10824 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2413865 T10823 oasc.ZkTestServer.run start zk server on 
port:51632
   [junit4]   2> 2413866 T10823 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2413868 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2413878 T10831 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b722a3 name:ZooKeeperConnection 
Watcher:127.0.0.1:51632 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2413879 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2413879 T10823 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2413881 T10823 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2413888 T10823 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2413890 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2413893 T10834 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@576987 name:ZooKeeperConnection 
Watcher:127.0.0.1:51632/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2413894 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2413894 T10823 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2413894 T10823 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2413901 T10823 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2413907 T10823 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2413912 T10823 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2413921 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2413921 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2413933 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2413936 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2413942 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2413942 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2413952 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2413952 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2413959 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2413960 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2413965 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2413966 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2413971 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2413972 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2413977 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2413979 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2413983 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2413984 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2413988 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2413990 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2413994 T10823 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2413995 T10823 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2416501 T10823 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 2416504 T10823 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@62259c{/_aha,null,AVAILABLE}
   [junit4]   2> 2416507 T10823 oejs.AbstractConnector.doStart Started 
ServerConnector@13e1956{HTTP/1.1}{127.0.0.1:51640}
   [junit4]   2> 2416508 T10823 oejs.Server.doStart Started @2420557ms
   [junit4]   2> 2416511 T10823 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2416511 T10823 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2416511 T10823 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-002
   [junit4]   2> 2416511 T10823 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-002\'
   [junit4]   2> 2416550 T10823 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-002\solr.xml
   [junit4]   2> 2416564 T10823 oasc.CoreContainer.<init> New CoreContainer 
9358897
   [junit4]   2> 2416564 T10823 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-002\]
   [junit4]   2> 2416567 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2416567 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2416567 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2416567 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2416567 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2416567 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2416567 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2416569 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2416569 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2416569 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2416569 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 2416571 T10823 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2416571 T10823 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2416571 T10823 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2416571 T10823 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2416571 T10823 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:51632/solr
   [junit4]   2> 2416573 T10823 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2416573 T10823 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2416577 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2416580 T10848 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@19dadc5 name:ZooKeeperConnection 
Watcher:127.0.0.1:51632 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2416581 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2416582 T10823 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2416587 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2416591 T10851 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@b91b6a name:ZooKeeperConnection 
Watcher:127.0.0.1:51632/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2416591 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2416594 T10823 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2416600 T10823 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2416604 T10823 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2416610 T10823 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2416615 T10823 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2416621 T10823 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 2416624 T10823 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51639__aha
   [junit4]   2> 2416626 T10823 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:51639__aha
   [junit4]   2> 2416632 T10823 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2416635 T10823 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2416638 T10823 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2416642 T10823 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:51639__aha
   [junit4]   2> 2416642 T10823 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2416645 T10823 oasc.Overseer.start Overseer 
(id=93146199813128195-127.0.0.1:51639__aha-n_0000000000) starting
   [junit4]   2> 2416651 T10823 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2416666 T10823 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2416667 T10853 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2416668 T10823 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2416674 T10823 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2416676 T10823 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2416684 T10852 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2416688 T10855 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 2416688 T10855 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2416690 T10851 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2416690 T10855 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2416696 T10852 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:51639/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51639__aha",
   [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> 2416697 T10852 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:51639/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51639__aha",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2416697 T10852 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 2416697 T10852 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 2416700 T10851 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> 2417818 T10855 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 2417818 T10855 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 2417819 T10855 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2417819 T10855 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2417822 T10855 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2417824 T10855 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-002\collection1\'
   [junit4]   2> 2417827 T10855 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20A595166B2912B621-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2417829 T10855 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20A595166B2912B621-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2417831 T10855 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20A595166B2912B621-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 2417862 T10855 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2417868 T10855 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2417883 T10855 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2417886 T10855 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2417896 T10855 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2417900 T10855 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2417907 T10855 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 2418045 T10855 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2418056 T10855 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2418058 T10855 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2418080 T10855 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2418086 T10855 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2418091 T10855 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2418094 T10855 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2418094 T10855 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2418094 T10855 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2418098 T10855 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2418098 T10855 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2418098 T10855 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 2418098 T10855 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2418100 T10855 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-002\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/control/data\
   [junit4]   2> 2418100 T10855 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15f2d93
   [junit4]   2> 2418101 T10855 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/control/data\
   [junit4]   2> 2418101 T10855 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/control/data\index/
   [junit4]   2> 2418101 T10855 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 2418102 T10855 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/control/data\index
   [junit4]   2> 2418103 T10855 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2418103 T10855 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@de30bf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d959c6),segFN=segments_1,generation=1}
   [junit4]   2> 2418103 T10855 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2418108 T10855 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2418108 T10855 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2418109 T10855 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2418109 T10855 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2418109 T10855 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2418109 T10855 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2418110 T10855 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2418110 T10855 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2418110 T10855 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2418111 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2418112 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2418112 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2418112 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2418113 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2418113 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2418114 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2418114 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2418114 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2418117 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2418117 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2418118 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2418118 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2418118 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2418119 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2418120 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2418120 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2418121 T10855 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2418125 T10855 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2418129 T10855 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2418130 T10855 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2418132 T10855 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2418133 T10855 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2418139 T10855 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2418139 T10855 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2418140 T10855 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2418140 T10855 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@de30bf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d959c6),segFN=segments_1,generation=1}
   [junit4]   2> 2418140 T10855 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2418141 T10855 oass.SolrIndexSearcher.<init> Opening 
Searcher@485d24[collection1] main
   [junit4]   2> 2418141 T10855 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2418142 T10855 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2418142 T10855 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 2418144 T10855 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2418144 T10855 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2418144 T10855 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2418146 T10855 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2418147 T10855 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2418147 T10855 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2418148 T10855 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2418148 T10856 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@485d24[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2418150 T10855 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2418152 T10859 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:51639/_aha 
collection:control_collection shard:shard1
   [junit4]   2> 2418152 T10823 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2418153 T10823 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2418154 T10859 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2418155 T10823 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2418158 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2418163 T10863 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14133d1 name:ZooKeeperConnection 
Watcher:127.0.0.1:51632/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2418164 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2418165 T10823 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2418166 T10859 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 2418168 T10823 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2418169 T10851 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2418170 T10859 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2418172 T10859 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C10111 name=collection1 
org.apache.solr.core.SolrCore@1f1dc4d 
url=http://127.0.0.1:51639/_aha/collection1 node=127.0.0.1:51639__aha 
C10111_STATE=coll:control_collection core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:51639/_aha, node_name=127.0.0.1:51639__aha, 
state=down}
   [junit4]   2> 2418172 T10859 C10111 P51639 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:51639/_aha/collection1/
   [junit4]   2> 2418172 T10859 C10111 P51639 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 2418172 T10859 C10111 P51639 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:51639/_aha/collection1/ has no replicas
   [junit4]   2> 2418173 T10859 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:51639/_aha/collection1/ shard1
   [junit4]   2> 2418173 T10859 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 2418174 T10852 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> 2418179 T10823 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 2418179 T10823 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 2418179 T10823 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2418183 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2418200 T10866 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@cfc2f8 name:ZooKeeperConnection 
Watcher:127.0.0.1:51632/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2418200 T10851 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2418202 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2418204 T10823 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2418205 T10852 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:51639/_aha";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 2418210 T10852 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> 2418211 T10852 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 2418212 T10851 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> 2418213 T10863 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> 2418231 T10852 oasco.ZkStateWriter.writePendingUpdates going 
to create_collection /collections/collection1/state.json
   [junit4]   2> 2418234 T10867 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2418235 T10863 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> 2418262 T10859 oasc.ZkController.register We are 
http://127.0.0.1:51639/_aha/collection1/ and leader is 
http://127.0.0.1:51639/_aha/collection1/
   [junit4]   2> 2418262 T10859 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:51639/_aha
   [junit4]   2> 2418262 T10859 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 2418263 T10859 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 2418263 T10859 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2418265 T10851 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2418271 T10852 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:51639/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51639__aha",
   [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> 2418273 T10852 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:51639/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51639__aha",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2418393 T10851 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> 2418394 T10863 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> 2420150 T10823 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 2420154 T10823 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 2420157 T10823 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@1a58449{/_aha,null,AVAILABLE}
   [junit4]   2> 2420159 T10823 oejs.AbstractConnector.doStart Started 
ServerConnector@fe992d{HTTP/1.1}{127.0.0.1:51656}
   [junit4]   2> 2420160 T10823 oejs.Server.doStart Started @2423955ms
   [junit4]   2> 2420160 T10823 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2420160 T10823 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2420160 T10823 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-003
   [junit4]   2> 2420160 T10823 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-003\'
   [junit4]   2> 2420197 T10823 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-003\solr.xml
   [junit4]   2> 2420222 T10823 oasc.CoreContainer.<init> New CoreContainer 
21865392
   [junit4]   2> 2420222 T10823 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-003\]
   [junit4]   2> 2420224 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2420224 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2420224 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2420224 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2420224 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2420224 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2420224 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2420224 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2420224 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2420226 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2420226 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 2420226 T10823 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2420227 T10823 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2420229 T10823 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2420229 T10823 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2420229 T10823 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:51632/solr
   [junit4]   2> 2420229 T10823 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2420229 T10823 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2420233 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2420236 T10881 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7ae2c name:ZooKeeperConnection 
Watcher:127.0.0.1:51632 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2420236 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2420237 T10823 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2420245 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2420250 T10884 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@d1931f name:ZooKeeperConnection 
Watcher:127.0.0.1:51632/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2420251 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2420263 T10823 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2421286 T10823 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51655__aha
   [junit4]   2> 2421287 T10823 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:51655__aha
   [junit4]   2> 2421296 T10823 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2421308 T10885 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2421309 T10885 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2421312 T10851 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2421313 T10852 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:51655/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51655__aha",
   [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> 2421314 T10885 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 2421314 T10885 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 2421315 T10852 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:51655/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51655__aha",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2421315 T10885 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2421315 T10852 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 2421316 T10852 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 2421319 T10852 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2421320 T10884 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2421320 T10885 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 2421320 T10885 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2421321 T10885 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 2421321 T10885 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2421322 T10884 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 2421322 T10885 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2421322 T10885 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2421324 T10885 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2421324 T10885 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-003\collection1\'
   [junit4]   2> 2421329 T10885 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20A595166B2912B621-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2421333 T10885 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20A595166B2912B621-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2421336 T10885 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20A595166B2912B621-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 2421363 T10885 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2421369 T10885 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2421384 T10885 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2421391 T10885 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2421400 T10885 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2421403 T10885 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2421406 T10885 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 2421547 T10885 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2421554 T10885 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2421554 T10885 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2421571 T10885 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2421576 T10885 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2421579 T10885 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2421582 T10885 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2421583 T10885 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2421584 T10885 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2421586 T10885 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2421586 T10885 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2421586 T10885 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2421586 T10885 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2421587 T10885 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-003\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/jetty1\
   [junit4]   2> 2421587 T10885 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15f2d93
   [junit4]   2> 2421588 T10885 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/jetty1\
   [junit4]   2> 2421588 T10885 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/jetty1\index/
   [junit4]   2> 2421588 T10885 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 2421589 T10885 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/jetty1\index
   [junit4]   2> 2421590 T10885 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2421590 T10885 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@4e5962 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d2f23),segFN=segments_1,generation=1}
   [junit4]   2> 2421590 T10885 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2421594 T10885 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2421594 T10885 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2421595 T10885 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2421595 T10885 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2421595 T10885 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2421595 T10885 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2421596 T10885 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2421596 T10885 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2421596 T10885 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2421598 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2421598 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2421599 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2421599 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2421600 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2421600 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2421601 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2421601 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2421602 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2421603 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2421604 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2421604 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2421605 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2421605 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2421606 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2421606 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2421607 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2421607 T10885 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2421611 T10885 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2421614 T10885 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2421616 T10885 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2421617 T10885 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2421618 T10885 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2421623 T10885 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2421624 T10885 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2421625 T10885 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2421626 T10885 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@4e5962 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d2f23),segFN=segments_1,generation=1}
   [junit4]   2> 2421626 T10885 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2421626 T10885 oass.SolrIndexSearcher.<init> Opening 
Searcher@ee31da[collection1] main
   [junit4]   2> 2421627 T10885 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2421629 T10885 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2421630 T10885 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 2421631 T10885 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2421631 T10885 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2421631 T10885 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2421633 T10885 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2421633 T10885 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2421633 T10885 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2421633 T10885 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2421634 T10886 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@ee31da[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2421635 T10885 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2421637 T10823 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2421637 T10823 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2421638 T10889 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:51655/_aha collection:collection1 
shard:shard2
   [junit4]   2> 2421641 T10889 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2421655 T10889 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 2421659 T10851 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2421660 T10889 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2421660 T10889 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C10112 name=collection1 
org.apache.solr.core.SolrCore@1bda782 
url=http://127.0.0.1:51655/_aha/collection1 node=127.0.0.1:51655__aha 
C10112_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:51655/_aha, node_name=127.0.0.1:51655__aha, 
state=down}
   [junit4]   2> 2421660 T10889 C10112 P51655 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:51655/_aha/collection1/
   [junit4]   2> 2421660 T10889 C10112 P51655 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 2421660 T10889 C10112 P51655 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:51655/_aha/collection1/ has no replicas
   [junit4]   2> 2421661 T10889 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:51655/_aha/collection1/ shard2
   [junit4]   2> 2421661 T10889 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 2421665 T10852 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> 2421669 T10852 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 2421671 T10884 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2421673 T10884 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 2421684 T10852 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:51655/_aha";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 2421686 T10852 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 2421687 T10884 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2421689 T10884 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 2421694 T10851 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2421732 T10889 oasc.ZkController.register We are 
http://127.0.0.1:51655/_aha/collection1/ and leader is 
http://127.0.0.1:51655/_aha/collection1/
   [junit4]   2> 2421732 T10889 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:51655/_aha
   [junit4]   2> 2421732 T10889 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 2421732 T10889 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2421732 T10889 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2421760 T10851 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2421763 T10852 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:51655/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51655__aha",
   [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> 2421765 T10852 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:51655/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51655__aha",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2421769 T10852 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 2421771 T10884 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2421774 T10889 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2421776 T10884 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2423525 T10823 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 2423528 T10823 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 2423532 T10823 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@1e5afe1{/_aha,null,AVAILABLE}
   [junit4]   2> 2423533 T10823 oejs.AbstractConnector.doStart Started 
ServerConnector@bc6b41{HTTP/1.1}{127.0.0.1:51666}
   [junit4]   2> 2423534 T10823 oejs.Server.doStart Started @2427335ms
   [junit4]   2> 2423535 T10823 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2423535 T10823 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2423536 T10823 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-004
   [junit4]   2> 2423536 T10823 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-004\'
   [junit4]   2> 2423576 T10823 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-004\solr.xml
   [junit4]   2> 2423591 T10823 oasc.CoreContainer.<init> New CoreContainer 
18298420
   [junit4]   2> 2423593 T10823 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-004\]
   [junit4]   2> 2423594 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2423594 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2423594 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2423596 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2423596 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2423596 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2423596 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2423596 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2423596 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2423596 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2423596 T10823 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 2423596 T10823 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2423599 T10823 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2423599 T10823 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2423599 T10823 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2423599 T10823 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:51632/solr
   [junit4]   2> 2423599 T10823 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2423599 T10823 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2423603 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2423606 T10904 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@8230c8 name:ZooKeeperConnection 
Watcher:127.0.0.1:51632 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2423606 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2423606 T10823 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2423610 T10825 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14aebf9a80a0008, 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> 2423611 T10823 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2423614 T10907 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@913b82 name:ZooKeeperConnection 
Watcher:127.0.0.1:51632/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2423615 T10823 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2423628 T10823 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2424653 T10823 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51665__aha
   [junit4]   2> 2424655 T10823 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:51665__aha
   [junit4]   2> 2424663 T10823 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2424675 T10908 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2424675 T10908 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2424678 T10851 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2424680 T10908 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 2424680 T10908 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 2424680 T10852 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:51665/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51665__aha",
   [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> 2424681 T10908 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2424681 T10852 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:51665/_aha";,
   [junit4]   2>          "node_name":"127.0.0.1:51665__aha",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2424682 T10852 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 2424682 T10852 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 2424684 T10852 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 2424685 T10908 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2424685 T10908 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2424686 T10907 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2424686 T10884 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2424687 T10907 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 2424687 T10884 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 2425700 T10908 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 2425700 T10908 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2425701 T10908 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2425701 T10908 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2425703 T10908 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2425704 T10908 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-004\collection1\'
   [junit4]   2> 2425709 T10908 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20A595166B2912B621-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2425712 T10908 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20A595166B2912B621-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2425715 T10908 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20A595166B2912B621-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 2425745 T10908 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2425750 T10908 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2425767 T10908 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2425770 T10908 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2425792 T10908 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2425795 T10908 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2425799 T10908 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 2425912 T10908 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2425920 T10908 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2425920 T10908 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2425938 T10908 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2425943 T10908 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2425951 T10908 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2425955 T10908 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2425956 T10908 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2425956 T10908 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2425958 T10908 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2425958 T10908 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2425959 T10908 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2425959 T10908 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2425960 T10908 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-004\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/jetty2\
   [junit4]   2> 2425960 T10908 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15f2d93
   [junit4]   2> 2425961 T10908 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/jetty2\
   [junit4]   2> 2425961 T10908 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/jetty2\index/
   [junit4]   2> 2425961 T10908 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 2425962 T10908 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001\tempDir-001/jetty2\index
   [junit4]   2> 2425962 T10908 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2425963 T10908 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1c984bb 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c3a92d),segFN=segments_1,generation=1}
   [junit4]   2> 2425965 T10908 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2425968 T10908 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2425969 T10908 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2425969 T10908 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2425970 T10908 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2425970 T10908 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2425970 T10908 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2425971 T10908 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2425971 T10908 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2425972 T10908 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2425972 T10908 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2425973 T10908 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2425973 T10908 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2425974 T10908 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2425975 T10908 oasc.RequestHandlers.initHandlersFromConfig 
created /c

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

tionImpl.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]    >        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$2.call(CloudSolrClient.java:552)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 moreThrowable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=11005, name=updateExecutor-1898-thread-1, 
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: 
Task 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1f23274 
rejected from java.util.concurrent.ThreadPoolExecutor@e67118[Shutting down, 
pool size = 2, active threads = 1, queued tasks = 0, completed tasks = 22]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A595166B2912B621]: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> 2480441 T10823 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 A595166B2912B621-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{_version_=FSTOrd50, multiDefault=PostingsFormat(name=Direct), 
a_t=PostingsFormat(name=Direct), intDefault=FSTOrd50, 
id=PostingsFormat(name=Memory doPackFST= false), 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 range_facet_l=PostingsFormat(name=Direct), 
timestamp=PostingsFormat(name=Direct)}, 
docValues:{timestamp=DocValuesFormat(name=Asserting)}, 
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=zh_TW, 
timezone=Europe/Isle_of_Man
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_25 
(32-bit)/cpus=2,threads=1,free=82621640,total=387055616
   [junit4]   2> NOTE: All tests run in this JVM: 
[UUIDUpdateProcessorFallbackTest, DistributedFacetPivotWhiteBoxTest, 
PrimitiveFieldTypeTest, TestSolrQueryParserDefaultOperatorResource, 
TestZkChroot, ConnectionManagerTest, QueryParsingTest, TestSurroundQueryParser, 
TestIndexingPerformance, TestRequestStatusCollectionAPI, 
LukeRequestHandlerTest, TestTrie, ChaosMonkeySafeLeaderTest, 
LeaderFailoverAfterPartitionTest, TestHighFrequencyDictionaryFactory, 
TestExactStatsCache, CurrencyFieldOpenExchangeTest, TestRecovery, 
TestManagedStopFilterFactory, TestFunctionQuery, BasicDistributedZk2Test, 
TestLMJelinekMercerSimilarityFactory, RankQueryTest, ClusterStateUpdateTest, 
AlternateDirectoryTest, DistributedDebugComponentTest, SliceStateTest, 
TestManagedSchemaDynamicFieldResource, TestComplexPhraseQParserPlugin, 
SortByFunctionTest, LeaderElectionTest, DirectSolrConnectionTest, 
SolrRequestParserTest, AddSchemaFieldsUpdateProcessorFactoryTest, SampleTest, 
InfoHandlerTest, DeleteReplicaTest, TestStressLucene, 
AnalysisAfterCoreReloadTest, ExternalFileFieldSortTest, 
ExternalCollectionsTest, TestFuzzyAnalyzedSuggestions, 
DistributedFacetPivotLongTailTest, CloudMLTQParserTest, SystemInfoHandlerTest, 
ShardSplitTest, TermVectorComponentDistributedTest, TestClusterStateMutator, 
UpdateParamsTest, TestReplicationHandler, TestTolerantSearch, 
TestStressReorder, ChaosMonkeyNothingIsSafeTest, TestDynamicLoading, 
TestBadConfig, SyncSliceTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestManagedResourceStorage, SaslZkACLProviderTest, TestBinaryResponseWriter, 
TestBlobHandler, TestReplicationHandlerBackup, TestPerFieldSimilarity, 
TestShardHandlerFactory, ParsingFieldUpdateProcessorsTest, TestCustomSort, 
PluginInfoTest, CSVRequestHandlerTest, TestUpdate, TestQueryTypes, 
TestSchemaVersionResource, BadCopyFieldTest, ResourceLoaderTest, 
TestExceedMaxTermLength, StandardRequestHandlerTest, ZkSolrClientTest, 
TestCloudInspectUtil, UniqFieldsUpdateProcessorFactoryTest, EnumFieldTest, 
LegacyHTMLStripCharFilterTest, TestLRUCache, CachingDirectoryFactoryTest, 
TestSolrConfigHandlerCloud, TestSortingResponseWriter, 
TestSerializedLuceneMatchVersion, TestPseudoReturnFields, 
TestReplicaProperties, ClusterStateTest, StatsComponentTest, 
MoreLikeThisHandlerTest, DateRangeFieldTest, TestCoreDiscovery, 
SpatialRPTFieldTypeTest, IndexSchemaRuntimeFieldTest, BlockDirectoryTest, 
TestManagedSynonymFilterFactory, JsonLoaderTest, TestIBSimilarityFactory, 
DocumentBuilderTest, ExitableDirectoryReaderTest, TestHashPartitioner, 
TestSolrDynamicMBean, BadIndexSchemaTest, TestBinaryField, 
TestExtendedDismaxParser, DistributedExpandComponentTest, CoreAdminHandlerTest, 
TestGroupingSearch, OutputWriterTest, PrimUtilsTest, 
TestDocBasedVersionConstraints, BinaryUpdateRequestHandlerTest, 
TestOmitPositions, TestFileDictionaryLookup, TestCloudManagedSchemaConcurrent, 
SolrInfoMBeanTest, HdfsLockFactoryTest, QueryElevationComponentTest, 
TestSchemaManager, TestSuggestSpellingConverter, TestQueryUtils, 
DistributedQueueTest, ZkCLITest, DateMathParserTest, DeleteShardTest, 
TestConfigSets, DisMaxRequestHandlerTest, BJQParserTest, BlockCacheTest, 
TestDistributedMissingSort, CursorPagingTest, TestReloadAndDeleteDocs, 
OpenCloseCoreStressTest, TestExactSharedStatsCache, CustomCollectionTest, 
TestClassNameShortening, CoreMergeIndexesAdminHandlerTest, CircularListTest, 
TestFastWriter, DeleteInactiveReplicaTest, AnalyticsMergeStrategyTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestAnalyzeInfixSuggestions, 
NotRequiredUniqueKeyTest, ShardRoutingTest, AnalyticsQueryTest, DOMUtilTest, 
LoggingHandlerTest, FileUtilsTest, HdfsChaosMonkeySafeLeaderTest, 
TestMiniSolrCloudCluster, TestRandomMergePolicy, TestQuerySenderListener, 
CollectionsAPIAsyncDistributedZkTest, TestLFUCache, TestSort, 
SimpleMLTQParserTest, SpellCheckCollatorTest, TestManagedSchemaFieldResource, 
TestDocumentBuilder, ZkStateWriterTest, SolrCoreCheckLockOnStartupTest, 
TestDocSet, TestSolrIndexConfig, TestSweetSpotSimilarityFactory, 
ConvertedLegacyTest, BasicFunctionalityTest, StressHdfsTest, SearchHandlerTest, 
DateFieldTest, SoftAutoCommitTest, TestPivotHelperCode, BasicDistributedZkTest, 
SpellPossibilityIteratorTest, JSONWriterTest, ReplicationFactorTest]
   [junit4] Completed in 66.74s, 1 test, 1 error <<< FAILURES!

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

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


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

Reply via email to