Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4531/
Java: 64bit/jdk1.8.0_20 -XX:+UseCompressedOops -XX:+UseSerialGC (asserts: false)

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch

Error Message:
Should have had a good message here

Stack Trace:
java.lang.AssertionError: Should have had a good message here
        at 
__randomizedtesting.SeedInfo.seed([2F55A91B07695DD7:AEB3270370363DEB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:138)
        at 
org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


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.GeneratedMethodAccessor37.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:353)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:312)
        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 9801 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\init-core-data-001
   [junit4]   2> 2862813 T14622 oas.SolrTestCaseJ4.buildSSLConfig Randomized 
ssl (false) and clientAuth (true)
   [junit4]   2> 2862813 T14622 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /by_u/kx
   [junit4]   2> 2862817 T14622 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 2862819 T14622 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2862820 T14623 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2862917 T14622 oasc.ZkTestServer.run start zk server on 
port:50293
   [junit4]   2> 2862917 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2862919 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2862926 T14630 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2ef563d8 
name:ZooKeeperConnection Watcher:127.0.0.1:50293 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2862927 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2862927 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2862927 T14622 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2862935 T14624 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ab242ca0e0000, 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> 2862935 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2862938 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2862941 T14633 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2a1bba4 name:ZooKeeperConnection 
Watcher:127.0.0.1:50293/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2862941 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2862942 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2862942 T14622 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2862947 T14622 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2862951 T14622 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2862954 T14622 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2862959 T14622 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> 2862959 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2862966 T14622 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> 2862966 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2862971 T14622 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> 2862971 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2862976 T14622 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> 2862976 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2862981 T14622 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> 2862981 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2862986 T14622 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> 2862986 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2862991 T14622 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> 2862991 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2862995 T14622 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> 2862995 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2863000 T14622 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> 2863000 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2863005 T14622 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> 2863005 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2863010 T14622 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> 2863010 T14622 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2863016 T14624 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ab242ca0e0001, 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> 2864664 T14622 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2864667 T14622 oejs.AbstractConnector.doStart Started 
[email protected]:50300
   [junit4]   2> 2864667 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2864667 T14622 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2864667 T14622 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-002
   [junit4]   2> 2864667 T14622 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-002\'
   [junit4]   2> 2864701 T14622 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-002\solr.xml
   [junit4]   2> 2864710 T14622 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-002
   [junit4]   2> 2864711 T14622 oasc.CoreContainer.<init> New CoreContainer 
2015712713
   [junit4]   2> 2864711 T14622 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-002\]
   [junit4]   2> 2864712 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2864712 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2864712 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2864712 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2864712 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2864713 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2864713 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2864713 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2864713 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2864714 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2864714 T14622 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2864715 T14622 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2864715 T14622 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2864715 T14622 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2864716 T14622 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50293/solr
   [junit4]   2> 2864716 T14622 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2864717 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2864718 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2864720 T14645 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@354c63d name:ZooKeeperConnection 
Watcher:127.0.0.1:50293 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2864720 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2864720 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2864737 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2864739 T14648 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@176587c5 
name:ZooKeeperConnection Watcher:127.0.0.1:50293/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2864739 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2864741 T14622 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2864746 T14622 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2864750 T14622 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2864753 T14622 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2864756 T14622 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2864760 T14622 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 2864762 T14622 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50300_by_u%2Fkx
   [junit4]   2> 2864763 T14622 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50300_by_u%2Fkx
   [junit4]   2> 2864767 T14622 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2864770 T14622 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2864772 T14622 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2864775 T14622 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:50300_by_u%2Fkx
   [junit4]   2> 2864776 T14622 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2864778 T14622 oasc.Overseer.start Overseer 
(id=93082742242017283-127.0.0.1:50300_by_u%2Fkx-n_0000000000) starting
   [junit4]   2> 2864783 T14622 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2864794 T14622 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2864794 T14650 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2864795 T14622 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2864798 T14622 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2864799 T14622 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2864804 T14649 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2864805 T14622 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-002
   [junit4]   2> 2865781 T14622 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-002\conf\
   [junit4]   2> 2865950 T14622 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 2865951 T14622 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2865951 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2865952 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2865954 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2865955 T14655 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6dc484c0 
name:ZooKeeperConnection Watcher:127.0.0.1:50293/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2865955 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2865955 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2865957 T14622 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2865960 T14622 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 2865960 T14622 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 2865960 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2865963 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2865965 T14658 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b992f5a 
name:ZooKeeperConnection Watcher:127.0.0.1:50293/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2865965 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2865965 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2865966 T14648 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2866084 T14649 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "stateFormat":2} current state version: 0
   [junit4]   2> 2866084 T14649 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 2866087 T14649 oasco.ZkStateWriter.writePendingUpdates going 
to create_collection /collections/collection1/state.json
   [junit4]   2> 2866090 T14655 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> 2866090 T14648 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> 2867362 T14622 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 2867363 T14622 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2867365 T14622 oejs.AbstractConnector.doStart Started 
[email protected]:50315
   [junit4]   2> 2867366 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2867366 T14622 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2867366 T14622 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-003
   [junit4]   2> 2867367 T14622 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-003\'
   [junit4]   2> 2867399 T14622 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-003\solr.xml
   [junit4]   2> 2867408 T14622 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-003
   [junit4]   2> 2867408 T14622 oasc.CoreContainer.<init> New CoreContainer 
1630609689
   [junit4]   2> 2867408 T14622 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-003\]
   [junit4]   2> 2867409 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2867409 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2867410 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2867410 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2867410 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2867411 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2867412 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2867412 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2867412 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2867413 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2867413 T14622 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2867413 T14622 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2867413 T14622 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2867413 T14622 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2867414 T14622 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50293/solr
   [junit4]   2> 2867414 T14622 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2867414 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2867416 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2867418 T14670 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@68f15ed4 
name:ZooKeeperConnection Watcher:127.0.0.1:50293 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2867418 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2867418 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2867421 T14624 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ab242ca0e0006, 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> 2867423 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2867424 T14673 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@262032f8 
name:ZooKeeperConnection Watcher:127.0.0.1:50293/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2867424 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2867432 T14622 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2868303 T14622 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50315_by_u%2Fkx
   [junit4]   2> 2868305 T14622 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50315_by_u%2Fkx
   [junit4]   2> 2868310 T14622 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2868313 T14622 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-003
   [junit4]   2> 2869305 T14622 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-003\conf\
   [junit4]   2> 2869490 T14622 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 2869492 T14622 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2869492 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2870934 T14622 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 2870935 T14622 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2870939 T14622 oejs.AbstractConnector.doStart Started 
[email protected]:50324
   [junit4]   2> 2870939 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2870940 T14622 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2870940 T14622 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-004
   [junit4]   2> 2870941 T14622 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-004\'
   [junit4]   2> 2870976 T14622 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-004\solr.xml
   [junit4]   2> 2870984 T14622 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-004
   [junit4]   2> 2870985 T14622 oasc.CoreContainer.<init> New CoreContainer 
1686382676
   [junit4]   2> 2870985 T14622 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-004\]
   [junit4]   2> 2870986 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2870986 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2870986 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2870986 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2870987 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2870987 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2870987 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2870988 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2870988 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2870988 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2870989 T14622 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2870989 T14622 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2870989 T14622 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2870990 T14622 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2870990 T14622 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50293/solr
   [junit4]   2> 2870990 T14622 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2870991 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2870992 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2870994 T14686 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6dbb01c0 
name:ZooKeeperConnection Watcher:127.0.0.1:50293 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2870994 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2870994 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2870997 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2870998 T14689 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@8eaa6ad name:ZooKeeperConnection 
Watcher:127.0.0.1:50293/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2870999 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2871007 T14622 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2871880 T14622 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50324_by_u%2Fkx
   [junit4]   2> 2871881 T14622 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50324_by_u%2Fkx
   [junit4]   2> 2871892 T14622 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2871897 T14622 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-004
   [junit4]   2> 2872865 T14622 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-004\conf\
   [junit4]   2> 2873043 T14622 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 2873046 T14622 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2873046 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2874788 T14622 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 2874790 T14622 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2874795 T14622 oejs.AbstractConnector.doStart Started 
[email protected]:50333
   [junit4]   2> 2874795 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2874795 T14622 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2874796 T14622 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.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005
   [junit4]   2> 2874797 T14622 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\'
   [junit4]   2> 2874838 T14622 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\solr.xml
   [junit4]   2> 2874848 T14622 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005
   [junit4]   2> 2874849 T14622 oasc.CoreContainer.<init> New CoreContainer 
608664378
   [junit4]   2> 2874849 T14622 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.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\]
   [junit4]   2> 2874850 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2874850 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2874850 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2874851 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2874851 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2874851 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2874851 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2874852 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2874852 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2874852 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2874853 T14622 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2874853 T14622 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2874853 T14622 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2874854 T14622 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2874854 T14622 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50293/solr
   [junit4]   2> 2874854 T14622 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2874855 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2874857 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2874859 T14702 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4180b5d8 
name:ZooKeeperConnection Watcher:127.0.0.1:50293 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2874860 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2874860 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2874863 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2874865 T14705 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@36d88c79 
name:ZooKeeperConnection Watcher:127.0.0.1:50293/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2874866 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2874877 T14622 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2875889 T14622 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50333_by_u%2Fkx
   [junit4]   2> 2875891 T14622 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50333_by_u%2Fkx
   [junit4]   2> 2875906 T14622 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2875909 T14622 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005
   [junit4]   2> 2876563 T14622 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\conf\
   [junit4]   2> 2876674 T14622 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 2876677 T14622 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2876679 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2878407 T14622 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 4
   [junit4]   2> 2878408 T14622 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2878439 T14622 oejs.AbstractConnector.doStart Started 
[email protected]:50342
   [junit4]   2> 2878440 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2878441 T14622 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2878441 T14622 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.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-006
   [junit4]   2> 2878442 T14622 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-006\'
   [junit4]   2> 2878489 T14622 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-006\solr.xml
   [junit4]   2> 2878497 T14622 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-006
   [junit4]   2> 2878497 T14622 oasc.CoreContainer.<init> New CoreContainer 
2092596657
   [junit4]   2> 2878497 T14622 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.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-006\]
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2878499 T14622 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2878499 T14622 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2878502 T14622 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2878502 T14622 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2878502 T14622 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2878502 T14622 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50293/solr
   [junit4]   2> 2878502 T14622 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2878502 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2878505 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2878508 T14718 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@963ce75 name:ZooKeeperConnection 
Watcher:127.0.0.1:50293 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2878508 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2878508 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2878512 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2878514 T14721 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@642d687b 
name:ZooKeeperConnection Watcher:127.0.0.1:50293/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2878514 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2878527 T14622 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2879538 T14622 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50342_by_u%2Fkx
   [junit4]   2> 2879540 T14622 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50342_by_u%2Fkx
   [junit4]   2> 2879552 T14622 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2879558 T14622 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-006
   [junit4]   2> 2880186 T14622 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-006\conf\
   [junit4]   2> 2880307 T14622 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 2880310 T14622 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2880310 T14622 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2880313 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2880315 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2880317 T14725 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@33151a63 
name:ZooKeeperConnection Watcher:127.0.0.1:50293/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2880318 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2880318 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2880321 T14622 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2880327 T14622 
oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with 
stateFormat=2: delLiveColl
   [junit4]   2> 2880327 T14622 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2880329 T14622 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2880332 T14728 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@10e6be3f 
name:ZooKeeperConnection Watcher:127.0.0.1:50293/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2880332 T14622 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2880332 T14622 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2880335 T14622 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2880345 T14666 oasha.CollectionsHandler.handleCreateAction 
Creating Collection : 
replicationFactor=2&maxShardsPerNode=2&name=delLiveColl&action=CREATE&numShards=2&stateFormat=2&wt=javabin&version=2
   [junit4]   2> 2880346 T14648 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/collection-queue-work state 
SyncConnected
   [junit4]   2> 2880348 T14650 oasc.OverseerCollectionProcessor.run Overseer 
Collection Processor: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "fromApi":"true",
   [junit4]   2>          "name":"delLiveColl",
   [junit4]   2>          "replicationFactor":"2",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "maxShardsPerNode":"2",
   [junit4]   2>          "stateFormat":"2"}
   [junit4]   2> 2880350 T14729 oasc.OverseerCollectionProcessor.processMessage 
WARN OverseerCollectionProcessor.processMessage : create , {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "fromApi":"true",
   [junit4]   2>          "name":"delLiveColl",
   [junit4]   2>          "replicationFactor":"2",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "maxShardsPerNode":"2",
   [junit4]   2>          "stateFormat":"2"}
   [junit4]   2> 2880351 T14729 oasc.OverseerCollectionProcessor.createConfNode 
Only one config set found in zk - using it:conf1
   [junit4]   2> 2880351 T14729 oasc.OverseerCollectionProcessor.createConfNode 
creating collections conf node /collections/delLiveColl 
   [junit4]   2> 2880352 T14729 oascc.SolrZkClient.makePath makePath: 
/collections/delLiveColl
   [junit4]   2> 2880357 T14648 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2880359 T14649 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "fromApi":"true",
   [junit4]   2>          "name":"delLiveColl",
   [junit4]   2>          "replicationFactor":"2",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "maxShardsPerNode":"2",
   [junit4]   2>          "stateFormat":"2"} current state version: 1
   [junit4]   2> 2880359 T14649 oasco.ClusterStateMutator.createCollection 
building a new cName: delLiveColl
   [junit4]   2> 2880362 T14649 oasco.ZkStateWriter.writePendingUpdates going 
to create_collection /collections/delLiveColl/state.json
   [junit4]   2> 2880364 T14673 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2880364 T14648 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2880364 T14728 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2880364 T14721 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2880365 T14705 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2880365 T14689 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2880366 T14725 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2880366 T14655 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2880558 T14729 
oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new 
collection delLiveColl, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 2880558 T14729 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl 
on 127.0.0.1:50300_by_u%2Fkx
   [junit4]   2> 2880559 T14729 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl 
on 127.0.0.1:50324_by_u%2Fkx
   [junit4]   2> 2880561 T14729 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl 
on 127.0.0.1:50342_by_u%2Fkx
   [junit4]   2> 2880563 T14641 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard1_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2880564 T14679 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard1_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2880566 T14729 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl 
on 127.0.0.1:50333_by_u%2Fkx
   [junit4]   2> 2880569 T14698 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard2_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 2880571 T14713 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard2_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 2880575 T14641 oasc.ZkController.publish publishing 
core=delLiveColl_shard1_replica1 state=down collection=delLiveColl
   [junit4]   2> 2880575 T14679 oasc.ZkController.publish publishing 
core=delLiveColl_shard1_replica2 state=down collection=delLiveColl
   [junit4]   2> 2880576 T14698 oasc.ZkController.publish publishing 
core=delLiveColl_shard2_replica2 state=down collection=delLiveColl
   [junit4]   2> 2880578 T14713 oasc.ZkController.publish publishing 
core=delLiveColl_shard2_replica1 state=down collection=delLiveColl
   [junit4]   2> 2880580 T14648 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2880583 T14641 oasc.ZkController.preRegister Registering watch 
for external collection delLiveColl
   [junit4]   2> 2880583 T14641 oascc.ZkStateReader.addZkWatch addZkWatch 
delLiveColl
   [junit4]   2> 2880584 T14679 oasc.ZkController.preRegister Registering watch 
for external collection delLiveColl
   [junit4]   2> 2880584 T14679 oascc.ZkStateReader.addZkWatch addZkWatch 
delLiveColl
   [junit4]   2> 2880585 T14698 oasc.ZkController.preRegister Registering watch 
for external collection delLiveColl
   [junit4]   2> 2880586 T14698 oascc.ZkStateReader.addZkWatch addZkWatch 
delLiveColl
   [junit4]   2> 2880585 T14641 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/delLiveColl/state.json from ZooKeeper... 
   [junit4]   2> 2880586 T14679 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/delLiveColl/state.json from ZooKeeper... 
   [junit4]   2> 2880587 T14713 oasc.ZkController.preRegister Registering watch 
for external collection delLiveColl
   [junit4]   2> 2880587 T14713 oascc.ZkStateReader.addZkWatch addZkWatch 
delLiveColl
   [junit4]   2> 2880588 T14698 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/delLiveColl/state.json from ZooKeeper... 
   [junit4]   2> 2880588 T14713 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/delLiveColl/state.json from ZooKeeper... 
   [junit4]   2> 2880590 T14679 oascc.ZkStateReader.updateWatchedCollection 
Updating data for delLiveColl to ver 0 
   [junit4]   2> 2880590 T14679 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2880591 T14641 oascc.ZkStateReader.updateWatchedCollection 
Updating data for delLiveColl to ver 0 
   [junit4]   2> 2880591 T14641 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2880591 T14649 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 3, message = {
   [junit4]   2>          "core":"delLiveColl_shard1_replica1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:50300/by_u/kx";,
   [junit4]   2>          "node_name":"127.0.0.1:50300_by_u%2Fkx",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"delLiveColl",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 2880592 T14698 oascc.ZkStateReader.updateWatchedCollection 
Updating data for delLiveColl to ver 0 
   [junit4]   2> 2880592 T14713 oascc.ZkStateReader.updateWatchedCollection 
Updating data for delLiveColl to ver 0 
   [junit4]   2> 2880593 T14713 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2880593 T14649 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"delLiveColl_shard1_replica1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:50300/by_u/kx";,
   [junit4]   2>          "node_name":"127.0.0.1:50300_by_u%2Fkx",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"delLiveColl",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2880592 T14698 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2880597 T14649 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 3, message = {
   [junit4]   2>          "core":"delLiveColl_shard1_replica2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:50324/by_u/kx";,
   [junit4]   2>          "node_name":"127.0.0.1:50324_by_u%2Fkx",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"delLiveColl",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 2880598 T14649 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"delLiveColl_shard1_replica2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:50324/by_u/kx";,
   [junit4]   2>          "node_name":"127.0.0.1:50324_by_u%2Fkx",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"delLiveColl",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2880600 T14648 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2880601 T14649 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 3, message = {
   [junit4]   2>          "core":"delLiveColl_shard2_replica2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:50333/by_u/kx";,
   [junit4]   2>          "node_name":"127.0.0.1:50333_by_u%2Fkx",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"delLiveColl",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 2880602 T14649 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"delLiveColl_shard2_replica2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:50333/by_u/kx";,
   [junit4]   2>          "node_name":"127.0.0.1:50333_by_u%2Fkx",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"delLiveColl",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2880606 T14649 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"delLiveColl_shard2_replica1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:50342/by_u/kx";,
   [junit4]   2>          "node_name":"127.0.0.1:50342_by_u%2Fkx",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"delLiveColl",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 2880607 T14649 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"delLiveColl_shard2_replica1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:50342/by_u/kx";,
   [junit4]   2>          "node_name":"127.0.0.1:50342_by_u%2Fkx",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"delLiveColl",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2880611 T14648 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2880611 T14649 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/delLiveColl/state.json version: 0
   [junit4]   2> 2880612 T14648 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json, has occurred - updating... 
   [junit4]   2> 2880613 T14721 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json, has occurred - updating... 
   [junit4]   2> 2880613 T14705 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json, has occurred - updating... 
   [junit4]   2> 2880613 T14689 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json, has occurred - updating... 
   [junit4]   2> 2880614 T14721 oascc.ZkStateReader.updateWatchedCollection 
Updating data for delLiveColl to ver 1 
   [junit4]   2> 2880614 T14705 oascc.ZkStateReader.updateWatchedCollection 
Updating data for delLiveColl to ver 1 
   [junit4]   2> 2880615 T14689 oascc.ZkStateReader.updateWatchedCollection 
Updating data for delLiveColl to ver 1 
   [junit4]   2> 2880621 T14648 oascc.ZkStateReader.updateWatchedCollection 
Updating data for delLiveColl to ver 1 
   [junit4]   2> 2881590 T14679 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for delLiveColl_shard1_replica2
   [junit4]   2> 2881590 T14679 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:delLiveColl
   [junit4]   2> 2881591 T14679 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2881591 T14679 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/delLiveColl
   [junit4]   2> 2881592 T14641 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for delLiveColl_shard1_replica1
   [junit4]   2> 2881592 T14641 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:delLiveColl
   [junit4]   2> 2881593 T14713 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for delLiveColl_shard2_replica1
   [junit4]   2> 2881594 T14679 oascc.ZkStateReader.readConfigName 
path=/collections/delLiveColl configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2881595 T14679 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-004\delLiveColl_shard1_replica2\'
   [junit4]   2> 2881595 T14698 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for delLiveColl_shard2_replica2
   [junit4]   2> 2881595 T14698 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:delLiveColl
   [junit4]   2> 2881597 T14641 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2881597 T14641 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/delLiveColl
   [junit4]   2> 2881600 T14698 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2881600 T14698 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/delLiveColl
   [junit4]   2> 2881603 T14641 oascc.ZkStateReader.readConfigName 
path=/collections/delLiveColl configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2881603 T14641 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-002\delLiveColl_shard1_replica1\'
   [junit4]   2> 2881609 T14698 oascc.ZkStateReader.readConfigName 
path=/collections/delLiveColl configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2881609 T14698 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\delLiveColl_shard2_replica2\'
   [junit4]   2> 2881631 T14679 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2881632 T14713 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:delLiveColl
   [junit4]   2> 2881637 T14713 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2881637 T14713 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/delLiveColl
   [junit4]   2> 2881640 T14641 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2881641 T14679 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2881643 T14713 oascc.ZkStateReader.readConfigName 
path=/collections/delLiveColl configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2881643 T14713 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-006\delLiveColl_shard2_replica1\'
   [junit4]   2> 2881652 T14698 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2881654 T14641 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2881658 T14679 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2881662 T14679 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2881671 T14713 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2881672 T14679 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2881675 T14698 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2881676 T14679 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2881682 T14679 oass.IndexSchema.readSchema 
[delLiveColl_shard1_replica2] Schema name=test
   [junit4]   2> 2881683 T14713 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2881684 T14641 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2881688 T14641 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2881714 T14641 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2881717 T14698 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2881721 T14698 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2881730 T14698 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2881738 T14713 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2881742 T14713 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2881750 T14713 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2881751 T14641 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2881770 T14698 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2881776 T14698 oass.IndexSchema.readSchema 
[delLiveColl_shard2_replica2] Schema name=test
   [junit4]   2> 2881804 T14679 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2881810 T14679 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2881811 T14679 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2881814 T14641 oass.IndexSchema.readSchema 
[delLiveColl_shard1_replica1] Schema name=test
   [junit4]   2> 2881873 T14698 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2881876 T14698 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2881876 T14698 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2881928 T14713 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2881932 T14641 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2881934 T14713 oass.IndexSchema.readSchema 
[delLiveColl_shard2_replica1] Schema name=test
   [junit4]   2> 2881935 T14641 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2881937 T14641 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2881970 T14698 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2881976 T14698 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2881982 T14698 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2881983 T14679 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2881986 T14698 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2881986 T14698 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2881986 T14698 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2881990 T14679 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2881992 T14641 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2881992 T14698 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2881992 T14698 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2881992 T14698 oasc.CoreContainer.create Creating SolrCore 
'delLiveColl_shard2_replica2' using configuration from collection delLiveColl
   [junit4]   2> 2881992 T14698 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2881993 T14698 oasc.SolrCore.<init> 
[delLiveColl_shard2_replica2] Opening new SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\delLiveColl_shard2_replica2\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\delLiveColl_shard2_replica2\data\
   [junit4]   2> 2881993 T14698 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6afe9542
   [junit4]   2> 2882011 T14698 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\delLiveColl_shard2_replica2\data\
   [junit4]   2> 2882012 T14698 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.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\delLiveColl_shard2_replica2\data\index/
   [junit4]   2> 2882012 T14698 oasc.SolrCore.initIndex WARN 
[delLiveColl_shard2_replica2] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\delLiveColl_shard2_replica2\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 2882013 T14698 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-2F55A91B07695DD7-001\tempDir-005\delLiveColl_shard2_replica2\data\index
   [junit4]   2> 2882013 T14698 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5121077628565007]
   [junit4]   2> 2882015 T14679 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2882016 T14698 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1f7dd120 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4447ee5e),segFN=segments_1,generation=1}
   [junit4]   2> 2882016 T14698 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2882020 T14698 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2882020 T14698 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2882021 T14698 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2882021 T14698 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2882021 T14698 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2882021 T14698 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2882023 T14698 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2882023 T14698 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2882023 T14698 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2882024 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2882024 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2882024 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2882025 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2882025 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2882026 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2882026 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2882027 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2882027 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2882029 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2882029 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2882030 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2882030 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2882031 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2882031 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2882031 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2882032 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2882033 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2882033 T14698 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2882038 T14698 oashl.XMLLoader.init xsltCacheLifetimeS

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

: [TestChildDocTransformer, TestNonNRTOpen, CloudMLTQParserTest, 
TestCollectionAPI, TestShardHandlerFactory, SolrPluginUtilsTest, 
RequestHandlersTest, TestQueryTypes, JsonLoaderTest, SampleTest, 
SpellCheckComponentTest, DistributedTermsComponentTest, 
TestManagedSchemaFieldTypeResource, PingRequestHandlerTest, SolrInfoMBeanTest, 
TestClassNameShortening, DocValuesTest, DocumentBuilderTest, TestOmitPositions, 
CurrencyFieldXmlFileTest, TestPivotHelperCode, DirectUpdateHandlerOptimizeTest, 
TestOrdValues, UpdateRequestProcessorFactoryTest, TestHashPartitioner, 
TestPhraseSuggestions, TestManagedResourceStorage, SimpleMLTQParserTest, 
DateRangeFieldTest, UnloadDistributedZkTest, TestConfigReload, 
TestDefaultStatsCache, TestRequestStatusCollectionAPI, TestUtils, 
TestAddFieldRealTimeGet, TestSortingResponseWriter, SpatialFilterTest, 
SynonymTokenizerTest, TestRawResponseWriter, BadComponentTest, TestQueryUtils, 
AnalysisAfterCoreReloadTest, StatsComponentTest, SolrCmdDistributorTest, 
SolrIndexConfigTest, DirectSolrSpellCheckerTest, ZkNodePropsTest, 
UUIDFieldTest, HdfsLockFactoryTest, TestPerFieldSimilarity, 
ExternalFileFieldSortTest, TestQuerySenderListener, 
CoreContainerCoreInitFailuresTest, TestSolrConfigHandler, 
TestSolrConfigHandlerCloud, CustomCollectionTest, TestSolrDynamicMBean, 
TestPartialUpdateDeduplication, TestSurroundQueryParser, TestReplicaProperties, 
MBeansHandlerTest, SpellCheckCollatorTest, TestRealTimeGet, TestCustomSort, 
TermVectorComponentDistributedTest, TestWriterPerf, 
DistributedFacetPivotLargeTest, TestBinaryField, TestBulkSchemaConcurrent, 
DistributedIntervalFacetingTest, TestCSVResponseWriter, TestRecoveryHdfs, 
TestStressRecovery, LoggingHandlerTest, TestBlobHandler, AliasIntegrationTest, 
PathHierarchyTokenizerFactoryTest, SoftAutoCommitTest, CacheHeaderTest, 
TestSchemaNameResource, TestManagedStopFilterFactory, QueryResultKeyTest, 
DistributedQueryComponentCustomSortTest, AssignTest, OverseerTest, 
TestSearcherReuse, HdfsBasicDistributedZkTest, FullSolrCloudDistribCmdsTest, 
TestFieldTypeCollectionResource, ReturnFieldsTest, TestSolrIndexConfig, 
TestManagedSchemaDynamicFieldResource, SimpleFacetsTest, CoreAdminHandlerTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, InfoHandlerTest, JSONWriterTest, 
TestLuceneMatchVersion, TestManagedSchemaFieldResource, TestFunctionQuery, 
TestSolr4Spatial, DocValuesMultiTest, ClusterStateUpdateTest, 
TestSolrConfigHandlerConcurrent, FileBasedSpellCheckerTest, 
TestAnalyzedSuggestions, CurrencyFieldOpenExchangeTest, TestStressReorder, 
TestInitQParser, ChangedSchemaMergeTest, BJQParserTest, 
HighlighterMaxOffsetTest, TestStressUserVersions, SuggesterFSTTest, 
TestLRUStatsCache, TestSweetSpotSimilarityFactory, 
DistributedFacetPivotSmallTest, TermsComponentTest, BasicDistributedZkTest, 
XsltUpdateRequestHandlerTest, SignatureUpdateProcessorFactoryTest, 
IndexBasedSpellCheckerTest, TestManagedSchema, 
DistributedFacetPivotLongTailTest, TestIndexingPerformance, 
TestDistribDocBasedVersion, SharedFSAutoReplicaFailoverUtilsTest, 
TestNonDefinedSimilarityFactory, TestFileDictionaryLookup, 
SpatialRPTFieldTypeTest, TestPostingsSolrHighlighter, 
TestManagedSynonymFilterFactory, NotRequiredUniqueKeyTest, SolrCoreTest, 
CollectionsAPIAsyncDistributedZkTest, TestFieldTypeResource, IndexSchemaTest, 
TestSerializedLuceneMatchVersion, HdfsUnloadDistributedZkTest, 
TestFreeTextSuggestions, DocExpirationUpdateProcessorFactoryTest, TestDocSet, 
TestSolrXmlPersistor, NumericFieldsTest, PolyFieldTest, TestRTGBase, 
DistributedSuggestComponentTest, TestTrie, TestIntervalFaceting, 
HighlighterTest, BadCopyFieldTest, SuggesterWFSTTest, SortByFunctionTest, 
MigrateRouteKeyTest, DistanceUnitsTest, CSVRequestHandlerTest, 
OutputWriterTest, PrimitiveFieldTypeTest, SyncSliceTest, 
TestClusterStateMutator, EnumFieldTest, OpenCloseCoreStressTest, 
TestSolrQueryParserResource, ExitableDirectoryReaderTest, 
TestExtendedDismaxParser, AnalyticsQueryTest, ZkCLITest, ResourceLoaderTest, 
QueryEqualityTest, TestBulkSchemaAPI, BinaryUpdateRequestHandlerTest, 
TestReplicationHandler, TestShortCircuitedRequests, 
XmlUpdateRequestHandlerTest, TestMiniSolrCloudCluster, 
LeaderElectionIntegrationTest, BlockDirectoryTest, AsyncMigrateRouteKeyTest, 
ShowFileRequestHandlerTest, TestUpdate, TestDocBasedVersionConstraints, 
TestQuerySenderNoQuery, ConvertedLegacyTest, TestSolrXml, 
MoreLikeThisHandlerTest, CoreAdminRequestStatusTest, 
TestImplicitCoreProperties, TriLevelCompositeIdRoutingTest, DateFieldTest, 
TestRandomMergePolicy, TestReRankQParserPlugin, DeleteShardTest, 
TestSchemaManager, TestSort, MultiThreadedOCPTest, TestSolrXmlPersistence, 
TestMergePolicyConfig, TestSuggestSpellingConverter, DistributedQueueTest, 
SolrTestCaseJ4Test, TestBM25SimilarityFactory, TestFastLRUCache, 
TestDistributedMissingSort, TestSearchPerf, TestFieldSortValues, 
TestFuzzyAnalyzedSuggestions, OpenExchangeRatesOrgProviderTest, 
BasicDistributedZk2Test, TestXIncludeConfig, TestFoldingMultitermQuery, 
MinimalSchemaTest, HdfsDirectoryTest, DefaultValueUpdateProcessorTest, 
TestRecovery, TestExceedMaxTermLength, SSLMigrationTest, 
DistributedSpellCheckComponentTest, TestBadConfig, HdfsBasicDistributedZk2Test, 
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, ShardRoutingTest, 
BasicZkTest, RecoveryZkTest, TestRandomFaceting, LeaderElectionTest, 
ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, 
TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, 
ZkControllerTest, TestJoin, TestReload, TestStressVersions, HardAutoCommitTest, 
TestRangeQuery, TestCoreContainer, TestGroupingSearch, 
QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestFiltering, 
BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, 
OverseerCollectionProcessorTest, TestIndexSearcher, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
SimplePostToolTest, TestCoreDiscovery, SolrRequestParserTest, SuggesterTSTTest, 
SuggesterTest, TestStressLucene, TestCSVLoader, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, 
TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, 
DebugComponentTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, 
StandardRequestHandlerTest, TestReversedWildcardFilterFactory, 
DocumentAnalysisRequestHandlerTest, TestValueSourceCache, 
TermVectorComponentTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, 
TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, 
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, 
TestCollationField, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, 
TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, 
TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, SOLR749Test, 
UpdateParamsTest, AlternateDirectoryTest, CopyFieldTest, 
ResponseLogComponentTest, TestSolrDeletionPolicy2, MultiTermTest, 
TestElisionMultitermQuery, TestConfig, TestSolrCoreProperties, 
DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestCharFilters, 
TestCodecSupport, EchoParamsTest, TestDFRSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, 
LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, 
TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, 
PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, 
SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, 
ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SliceStateTest, 
SystemInfoHandlerTest, FileUtilsTest, CircularListTest, CursorPagingTest, 
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, 
CloudExitableDirectoryReaderTest, ConnectionManagerTest, 
DeleteInactiveReplicaTest, DeleteReplicaTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, ExternalCollectionsTest, 
HttpPartitionTest, LeaderFailoverAfterPartitionTest, 
LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest]
   [junit4] Completed in 82.27s, 1 test, 1 error <<< FAILURES!

[...truncated 278 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:1349:
 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: 462 suites, 1868 tests, 1 error, 1 failure, 56 
ignored (31 assumptions)

Total time: 104 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_20 
-XX:+UseCompressedOops -XX:+UseSerialGC (asserts: false)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to